Skip to content

Vodolay/ROS-Programming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

bc7593c · Jan 16, 2020

History

78 Commits
Jan 2, 2020
Jan 9, 2020
Jan 9, 2020
Jan 14, 2020
Jan 16, 2020
Jan 4, 2020
Jan 7, 2020
Jan 5, 2020

Repository files navigation

ROS Programming

To start a Gazebo simulation with TurtleBot3, type

roslaunch turtlebot3_gazebo turtlebot3_empty_world.launch

for an empty world, or

roslaunch turtlebot3_gazebo turtlebot3_world.launch

for the ROS world. To control the robot with the keyboard use

roslaunch turtlebot3_teleop turtlebot3_teleop_key.launch

To launch RVIZ as well, type

roslaunch turtlebot3_gazebo turtlebot3_gazebo_rviz.launch