ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
I would do the following checks:
rostopic info mavros/setpoint_position/global
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.