Difference between revisions of "Turtlebot3 Burger SBC Foxy Bringup Processes 20210303"

From wikidb
Jump to: navigation, search
(Notes and Logs)
(Process Running on the RPi)
Line 7: Line 7:
 
       /home/ubuntu/turtlebot3_ws/install/turtlebot3_node/lib/turtlebot3_node/turtlebot3_ros -i /dev/ttyACM0 --ros-args --params-file /home/ubuntu/turtlebot3_ws/install/turtlebot3_bringup/share/turtlebot3_bringup/param/burger.yaml
 
       /home/ubuntu/turtlebot3_ws/install/turtlebot3_node/lib/turtlebot3_node/turtlebot3_ros -i /dev/ttyACM0 --ros-args --params-file /home/ubuntu/turtlebot3_ws/install/turtlebot3_bringup/share/turtlebot3_bringup/param/burger.yaml
  
[[File:rosgraphBringupBrief.png | 800px]]
+
[[File:rosgraphBringupBrief.png | 1000px]]
  
[[File:turtlebot3_burger.pdf | 800px]]  
+
[[File:turtlebot3_burger.pdf | 800px]]
  
 
= Notes and Logs =
 
= Notes and Logs =

Revision as of 10:17, 4 March 2021

Process Running on the RPi

 ps -au
     /usr/bin/python3 /opt/ros/foxy/bin/ros2 launch turtlebot3_bringup robot.launch.py
     /opt/ros/foxy/lib/robot_state_publisher/robot_state_publisher /home/ubuntu/turtlebot3_ws/install/turtlebot3_description/share/turtlebot3_description/urdf/turtlebot3_burger.urdf --ros-args -r __node:=robot_state_publisher --params-file /tmp/launch_params_a7lmxzoy
     /opt/ros/foxy/lib/hls_lfcd_lds_driver/hlds_laser_publisher --ros-args -r __node:=hlds_laser_publisher -r __node:=hlds_laser_publisher --params-file /tmp/launch_params_b55p9bi2
     /home/ubuntu/turtlebot3_ws/install/turtlebot3_node/lib/turtlebot3_node/turtlebot3_ros -i /dev/ttyACM0 --ros-args --params-file /home/ubuntu/turtlebot3_ws/install/turtlebot3_bringup/share/turtlebot3_bringup/param/burger.yaml

RosgraphBringupBrief.png

Turtlebot3 burger.pdf

Notes and Logs