运行乌龟的时候出现这个是什么意思?
ros机器人操作系统学习交流吧
全部回复
仅看楼主
level 1
rostopic pub -1 /turtle1/cmd_vel geometry_msgs/Twist -- '[2.0, 0. 0, 0.0]' '[0.0, 0.0, 1.8]'
[WARN] [WallTime: 1460875755.397486] Inbound TCP/IP connection failed: <class 'struct.error'>: 'required argument is not a float' when writing 'linear:
x: 2.0
y: 0. 0
z: 0.0
angular:
x: 0.0
y: 0.0
z: 1.8'
[WARN] [WallTime: 1460875755.504806] Inbound TCP/IP connection failed: <class 'struct.error'>: 'required argument is not a float' when writing 'linear:
x: 2.0
y: 0. 0
z: 0.0
angular:
x: 0.0
y: 0.0
z: 1.8'
2016年04月17日 06点04分 1
level 1
你输入的时候多了一个空格: 2.0, 0.空格0, 0.0
2016年09月29日 15点09分 2
[大拇指]
2017年06月30日 08点06分
1