rsm_msgs/SetWaypointRoutine Service

File: rsm_msgs/SetWaypointRoutine.srv

Raw Message Definition

int64 position                      # Position in array of waypoint to be moved
string routine # Waypoint routine
---
bool success                        # Indicate successful run of triggered service
string message                      # Informational, e.g. for error messages

Compact Message Definition

int64 position
string routine

bool success
string message