ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

I would do the following checks:

  1. Do not run this publisher node. Simply check the message type by rostopic info mavros/setpoint_position/global
  2. If the message type is correct and matching (e.g. geographic_msgs/GeoPoseStamped), and the similar error message persists, then it could be due to the fact that there are 2 different versions of the message type geographic_msgs/GeoPoseStamped in your computer. Make sure to have the same version of geographic_msgs/GeoPoseStamped to resolve this issue.