How to add ignition msgs to ROS?
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?