jason-lang / jason_ros

Jason and ROS integration
GNU General Public License v3.0
6 stars 2 forks source link

Bug when action msg doesn't contain Header #17

Closed Rezenders closed 5 years ago

Rezenders commented 5 years ago

When the message type being published in action doesn't contain Header the following error arises:

raise AttributeError("%s is not an attribute of %s"%(k, self.__class__.__name__)) AttributeError: header is not an attribute of String

action_manifest:

[teste]
method = topic
name = /hw/teste
msg_type = String
dependencies = std_msgs.msg
params_name = teste1, teste2
params_type = str, bool