SW/ROS

[humble] Using turtlesim, ros2, and rqt

Fun with x 2024. 3. 19. 22:17

 

sudo apt update
sudo apt install ros-humble-turtlesim
#ros2 run <package_name> <executable_name>
ros2 run turtlesim turtlesim_node

control the turtle in the first node

#ros2 run <package_name> <executable_name>
ros2 run turtlesim turtle_teleop_key

 

rqt

sudo apt update
sudo apt install ~nros-humble-rqt*

 

#

 

Remapping

#
#
#
#
#
#
#