ros中查看话题的消息类型的具体信息

rostopic info /topic
rosmsg show 消息类型

查看话题最新的输出

rostopic echo -n 1 /topic

查看header

rostopic echo /topic/header

查看tf树上各个坐标系之间的关系

rosrun tf tf_echo turtle1 turtle2

你可能感兴趣的:(ros)