question about the command of rosmsg show
why no error and no output
ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
Hmm... it looks like the answer is here: http://answers.ros.org/question/88086
You simply run:
$ cd ~/catkin_ws/ then
$ catkin_make then
$ source devel/setup.bash
then you will get the right reply.
$ rosmsg show tf/tfMessage
geometry_msgs/TransformStamped[] transforms
std_msgs/Header header
uint32 seq
time stamp
string frame_id
string child_frame_id
geometry_msgs/Transform transform
geometry_msgs/Vector3 translation
float64 x
float64 y
float64 z
geometry_msgs/Quaternion rotation
float64 x
float64 y
float64 z
float64 w
you should append msgname
sorry, maybe i didn't describe this question clearly,in fact ,i appended the msgname,and finally i got the solution at http://answers.ros.org/question/88086 anyway, thank you very much.
Asked: 2015-10-21 22:36:46 -0600
Seen: 199 times
Last updated: Oct 28 '15
Using python for automatically writing data in bag to csv file
How to obtain the msg format of a topic on runtime?
How to suppress the annoying gmapping messages (related to laser scans)?
publishing file stream with ros
Custom msg for diference package
I've filed a ticket requesting that
rosmsg show
have better error reporting: https://github.com/ros/ros_comm/issue...