最新消息:码丁实验室,一站式儿童编程学习产品,寻地方代理合作共赢,微信联系:leon121393608。

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

ROS2/二代机器人系统 少儿编程 1772浏览 0评论

码丁实验室,一站式儿童编程学习产品,寻地方代理合作共赢,微信联系:leon121393608。

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

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