clearpath_mission_manager_msgs/srv/UpdateNetworkPoint Service

File: clearpath_mission_manager_msgs/srv/UpdateNetworkPoint.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/NetworkPoint result

Compact Message Definition

clearpath_navigation_msgs/msg/NetworkPoint result

string map_id
string uuid
double latitude
double longitude