rsm_msgs/AddWaypoint Service

File: rsm_msgs/AddWaypoint.srv

Raw Message Definition

rsm_msgs/Waypoint waypoint # Waypoint to be added
int64 position                      # Position in array where to add waypoint (-1 defaults to end of array)
---
bool success                        # Indicate successful run of triggered service
string message                      # Informational, e.g. for error messages

Compact Message Definition

rsm_msgs/Waypoint waypoint
int64 position

bool success
string message