clearpath_mission_manager_msgs/srv/UpdateMapPoint Service

File: clearpath_mission_manager_msgs/srv/UpdateMapPoint.msg

Raw Message Definition

# The UUID of the map we're working on

string map_id

# The UUID of the point to edit

string uuid

# The location of this point on the map

float64 latitude
float64 longitude

---

# The added point, with generated UUID

clearpath_navigation_msgs/MapPoint result

Compact Message Definition

clearpath_navigation_msgs/msg/MapPoint result

string map_id
string uuid
double latitude
double longitude