赞
踩
记录一下rostopic的形式在终端发布cmd_vel指令,方便以后其他测试
rostopic pub -r 10 /cmd_vel geometry_msgs/Twist '{linear: {x: 1, y: 0, z: 0}, angular: {x: 0, y: 0, z: 0}}'
1米/秒往前走
rostopic pub -r 10 /cmd_vel geometry_msgs/Twist '{linear: {x: 0, y: 0, z: 0}, angular: {x: 0, y: 0, z: 6.28}}'
原地打转
rostopic pub -r 10 /cmd_vel geometry_msgs/Twist '{linear: {x: -1, y: 0, z: 0}, angular: {x: 0, y: 0, z: 0}}'
1米/秒往后走
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。