clearpath_mission_manager_msgs
/srv/UpdateMapEdges Service
File:
clearpath_mission_manager_msgs/srv/UpdateMapEdges.msg
Raw Message Definition
# Update multiple edges in a single map
# The UUID of the map we're operating on
string map_id
# The UUIDs of the start and end points for this edge
string[] uuids
# The operational radii around the edges
# Ignored if negative
float32[] radii
# The speed limit when driving along the edges
# Ignored if negative
float32[] speed_limits
# The cost factors of the edges
float32[] cost_factors
---
# The updated edge
clearpath_navigation_msgs/MapEdge[] result
Compact Message Definition
clearpath_navigation_msgs/msg/MapEdge[]
result
string map_id
string[] uuids
float[] radii
float[] speed_limits
float[] cost_factors
autogenerated on Jan 28 2026 20:44:16