最新消息:380元/半年,推荐全网最具性价比的一站式编程学习平台码丁实验室

Turtlebot-ROS2入门教程-实现跟随

ROS2/二代机器人系统 少儿编程 1745浏览 0评论
TurtlebotROS2入门教程

友情提示:380元/半年,儿童学编程,就上码丁实验室

Turtlebot-ROS2入门教程-实现跟随

说明:

  • 介绍TurtlebotROS2如何实现跟随

步骤:

  • 单命令模式:
launch `ros2 pkg prefix turtlebot2_follower`/share/turtlebot2_follower/launch/turtlebot_follow.py
  • 多命令模式:
  • 启动底盘:
ros2 run turtlebot2_drivers kobuki_node
  • 启动相机:
ros2 run astra_camera astra_camera_node -- -dw 320 -dh 240 -C -I
  • 启动跟随
ros2 run turtlebot2_follower follower

参考:

  • https://github.com/ros2/turtlebot2_demo

您必须 登录 才能发表评论!