You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the solution you'd like
Add a ROS service to the GPS node that will take a GPS msgs from custom_msgs (msgs.gps) and calculate the distance between the two nodes.
The Service will use the srv.location_to_waypoint and return a srv.location_to_waypointResponse. It will return a vector pointing towards the waypoint, distance to waypoint and heading. This is to reduce the amount of computation needed on the return side of the request.
Additional context
Make sure to see the custom_msgs reference for the service request and response.
The text was updated successfully, but these errors were encountered:
Describe the solution you'd like
Add a ROS service to the GPS node that will take a GPS msgs from custom_msgs (msgs.gps) and calculate the distance between the two nodes.
The Service will use the srv.location_to_waypoint and return a srv.location_to_waypointResponse. It will return a vector pointing towards the waypoint, distance to waypoint and heading. This is to reduce the amount of computation needed on the return side of the request.
Additional context
Make sure to see the custom_msgs reference for the service request and response.
The text was updated successfully, but these errors were encountered: