git commit -m "first commit"
This commit is contained in:
6
navigations/map_msgs/srv/GetMapROI.srv
Executable file
6
navigations/map_msgs/srv/GetMapROI.srv
Executable file
@@ -0,0 +1,6 @@
|
||||
float64 x
|
||||
float64 y
|
||||
float64 l_x
|
||||
float64 l_y
|
||||
---
|
||||
nav_msgs/OccupancyGrid sub_map
|
||||
3
navigations/map_msgs/srv/GetPointMap.srv
Executable file
3
navigations/map_msgs/srv/GetPointMap.srv
Executable file
@@ -0,0 +1,3 @@
|
||||
# Get the map as a sensor_msgs/PointCloud2
|
||||
---
|
||||
sensor_msgs/PointCloud2 map
|
||||
9
navigations/map_msgs/srv/GetPointMapROI.srv
Executable file
9
navigations/map_msgs/srv/GetPointMapROI.srv
Executable file
@@ -0,0 +1,9 @@
|
||||
float64 x
|
||||
float64 y
|
||||
float64 z
|
||||
float64 r # if != 0, circular ROI of radius r
|
||||
float64 l_x # if r == 0, length of AABB on x
|
||||
float64 l_y # if r == 0, length of AABB on y
|
||||
float64 l_z # if r == 0, length of AABB on z
|
||||
---
|
||||
sensor_msgs/PointCloud2 sub_map
|
||||
2
navigations/map_msgs/srv/ProjectedMapsInfo.srv
Executable file
2
navigations/map_msgs/srv/ProjectedMapsInfo.srv
Executable file
@@ -0,0 +1,2 @@
|
||||
map_msgs/ProjectedMapInfo[] projected_maps_info
|
||||
---
|
||||
3
navigations/map_msgs/srv/SaveMap.srv
Executable file
3
navigations/map_msgs/srv/SaveMap.srv
Executable file
@@ -0,0 +1,3 @@
|
||||
# Save the map to the filesystem
|
||||
std_msgs/String filename
|
||||
---
|
||||
2
navigations/map_msgs/srv/SetMapProjections.srv
Executable file
2
navigations/map_msgs/srv/SetMapProjections.srv
Executable file
@@ -0,0 +1,2 @@
|
||||
---
|
||||
map_msgs/ProjectedMapInfo[] projected_maps_info
|
||||
Reference in New Issue
Block a user