Gazebo | Ignition | Community
Ask Your Question

Revision history [back]

You're trying to publish a message of type msgs::Vector3d, but your publisher advertises msgs::Int. The message types should be the same.

It looks to me that this could be handled more gracefully by Gazebo, with a clearer error message.