ros / common_msgs

Commonly used messages in ROS. Includes messages for actions (actionlib_msgs), diagnostics (diagnostic_msgs), geometric primitives (geometry_msgs), robot navigation (nav_msgs), and common sensors (sensor_msgs), such as laser range finders, cameras, point clouds.
http://wiki.ros.org/common_msgs
179 stars 191 forks source link

Add LoadMap service #94

Closed sloretz closed 6 years ago

sloretz commented 7 years ago

The Load map service is to be handled by map_server. It will load (or reload) a map from the given file path when called.

This would allow completion of pull request ros-planning/navigation#461 Which would close ros-planning/navigation#279

tfoote commented 6 years ago

Replaced by #95