rospy diagnostic

asked 2017-06-09 16:31:48 -0600

erics gravatar image

updated 2017-06-12 15:17:02 -0600

host ubuntu 16.04

ros:kinetic

Other message objects imported with rospy seems to have (as expected) the msg as the only attribute with sub items for each message in the class/message group. for some reason import diagnostic_msgs returns an object with no msg attribute and therefor none of the expected/required messages

can someone else confirm the issue? or help with a solution

Output showing geometry_msgs and diagnostic_msgs in the debugger;

image description

image description

i can publish topics to the instance of ROS (via rosbridge) just fine, i just can create subscriber because of this issue.

edit retag flag offensive close merge delete

Comments

Could I ask you to attach your screenshot to this question directly? I've given you enough karma to do that. Thanks.

gvdhoorn gravatar image gvdhoorn  ( 2017-06-10 01:57:04 -0600 )edit

@gvdhoorn, updated as requested. I was able to work around this by creating a custom message type (which was a non-trivial to get to work as well). So: a 10lb cure for a 1lb problem.

erics gravatar image erics  ( 2017-06-12 15:19:14 -0600 )edit