Gazebo | Ignition | Community
Ask Your Question
0

How to add ignition msgs to ROS?

asked 2018-09-24 12:11:48 -0600

kumpakri gravatar image

updated 2018-09-24 12:12:21 -0600

I want to use gazebo plugins that use ignition messages in ROS project. I have installed libignition-msgs* libraries, but when I list all the types of messages in ROS with this command $ rosmsg list There is no ignition type of message.

How can I load the ignition-msgs into ROS?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2018-10-02 12:08:13 -0600

chapulina gravatar image

ROS uses its own message description; Ignition Messages is a separate format.

All ROS tools will only handle ROS messages, you'll need Ignition tools to use Ignition messages.

edit flag offensive delete link more

Comments

There is a Gazebo plugin ContainPlugin that publishes those ignition messages to the topic /contain. Does that mean my ROS node won't be able to subscribe to those topics?

kumpakri gravatar imagekumpakri ( 2018-10-03 02:36:51 -0600 )edit

Correct. You can use an Ignition node to subscribe to the message and then convert it to ROS if necessary.

chapulina gravatar imagechapulina ( 2018-10-03 08:58:24 -0600 )edit

Question Tools

1 follower

Stats

Asked: 2018-09-24 12:11:48 -0600

Seen: 445 times

Last updated: Oct 02 '18