ROS2

发布时间 2023-06-27 18:20:07作者: dsfsadfdgd

1.小乌龟测试ros2安装

ros2 run turtlesim turtlesim_node

ros2 run turtlesim turtle_teleop_key

2.编译helloworld

下载个ROS2示例源码测试一下

git clone https://github.com/ros2/examples src/examples -b foxy

.编译工程