turtlebot3-burger_150.png
turtlebot3-waffle-pi_150.png
turtlebot3-arm_150.png
walking-y2_150.png
turbot3-multi_150.png
turbot3-dl-ros1_150.png
turbot3-ai.png
turbot3-dl-ros2_150.png
turbot3-slam_150.png
turbot3-arm_150.png
turtlebot4-lite_150.png
turtlebot4-pro_150.png
turbot4-dl_150.png
turbot4-ai_150.png
aidriving-racebot_150.png
aidriving-autodrive_150.png
turtlebot-arm_150.png
openmanipulator-x_150.png
Home » Dashing版Turtlebot3-burger入门教程 » Turtlebot3-ROS2入门教程-应用-定点移动

Turtlebot3-ROS2入门教程-应用-定点移动

纠错,疑问,交流: 请进入讨论区请点击进入页面,扫码加入微信群或Q群进行交流

获取最新文章: 扫一扫加入“创客智造”公众号

Turtlebot3-ROS2入门教程-应用-定点移动

说明

  • 本教程介绍如何使用Turtlebot3在ROS2下进行定点移动应用
  • 提供一个2D坐标(x,y)和角度Z,即可让小车自动到达对应的位置和方向

相关设备:

操作步骤

  • [TurtleBot] 启动小车
$ ros2 launch turtlebot3_bringup robot.launch.py

  • [Remote PC] 运行定点移动脚本
$ ros2 run turtlebot3_example turtlebot3_position_control

TurtleBot3 Position Control
------------------------------------------------------
From the current pose,
x: goal position x (unit: m)
y: goal position y (unit: m)
theta: goal orientation (range: -180 ~ 180, unit: deg)
------------------------------------------------------

Input x: 0  (input a value and press enter)
Input y: 0  (input a value and press enter)
Input theta: 90  (input a value and press enter)




纠错,疑问,交流: 请进入讨论区请点击进入页面,扫码加入微信群或Q群进行交流

获取最新文章: 扫一扫加入“创客智造”公众号


标签: turtlebot3-ros2入门教程