echo 'source /opt/ros/jazzy/setup.bash' >> ~/.bashrc
source ~/.bash.rc
echo 'export TURTLEBOT3_MODEL=burger' >> ~/.bashrc
source ~/.bashrc
ros2 launch turtlebot3_gazebo turtlebot3_world.launch.py
source ~/.bashrc
rviz2
source ~/.bashrc
ros2 run turtlebot3_teleop teleop_keyboard
ros2 topic list
--> should see topics like:
/cmd_vel
/odom
/scan
/tf
https://emanual.robotis.com/docs/en/platform/turtlebot3/sbc_setup/#sbc-setup
ssh rosi@turtlebot3.local
https://emanual.robotis.com/docs/en/platform/turtlebot3/sbc_setup/
https://docs.ros.org/en/jazzy/Installation/Ubuntu-Install-Debs.html#install-ros-2
bot side
export TURTLEBOT3_MODEL=burger
ros2 launch turtlebot3_bringup robot.launch.py
ubuntu machine side
ros2 run turtlebot3_teleop teleop_keyboard
Change Reliability Policy in LaserScan to "Best Effort".
ros2 topic echo /battery_state --once
install usb_cam first.
ros2 run usb_cam usb_cam_node_exe --ros-args
-p video_device:=/dev/video0
-p image_width:=320
-p image_height:=240
-p framerate:=5.0
-p pixel_format:=yuyv2rgb
cd ~/turtlebot3_ws/src/turtlebot3/docker/jazzy
sudo ./container.sh start
sudo ./container.sh enter
root@turtlebot3:~# ros2 launch turtlebot3_bringup robot.launch.py
ros2 launch turtlebot3_cartographer cartographer.launch.py