17.1. TB3 follower 跟隨者
[TB3 SBC 端] 為了能跑此 demo,LiDAR 光達啟動檔內的參數需要修改。以下範例,使用 Pluma 來修改啟動檔。 在 param tag 的 param name=”frame_id” 行內,將值 base_scan 替換為 odom,然後儲存啟動檔. 請參考下圖.
$ pluma ~/catkin_ws/src/turtlebot3/turtlebot3_bringup/launch/turtlebot3_lidar.launch


[Remote PC 端] 安裝 scikit-learn、NumPy 及 ScyPy 套件
$ sudo apt-get install python-pip
$ sudo pip install -U scikit-learn numpy scipy
$ sudo pip install --upgrade pip
[Remote PC 端] 當安裝完成,在 Remote PC 端執行 roscore 指令
$ roscore
[TB3 SBC 端] 啟動 TurtleBot3_bringup 程式
$ roslaunch turtlebot3_bringup turtlebot3_robot.launch
[Remote PC 端] 以下指令啟動 turtlebot3_follow_filter 程式
$ roslaunch turtlebot3_follow_filter turtlebot3_follow_filter.launch
[Remote PC 端] 以下指令啟動執行 turtlebot3_follower 程式
$ roslaunch turtlebot3_follower turtlebot3_follower.launch
Last updated
Was this helpful?