Title III of the ROS entry control tortoise

More: please pay attention to micro bloggers letter (cc806522806) or the public number (to be open), without the consent of bloggers do not reprint!

The first ROS routine - a small turtle simulation

1, turtlesim function package

#安装turtlesim功能包
sudo apt-get install ros-kinetic-turtlesim

2, the motion control turtle

#打开新的终端
roscore

#打开新的终端
rosrun turtlesim turtlesim_node

 

 

#打开新的终端
rosrun turtlesim turtle_teleop_key
#出现键盘控制

Published 130 original articles · won praise 379 · views 470 000 +

Guess you like

Origin blog.csdn.net/qq_31122833/article/details/103236475