1 | initial version |
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.