forked from strands-project/strands_3d_mapping
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added WaypointTimestampService ObservationInstanceService and Observa…
…tionOctomapInstanceService
- Loading branch information
1 parent
1b26f64
commit 670a75d
Showing
5 changed files
with
161 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
string waypoint_id | ||
int64 instance_number # convention 0 - oldest available | ||
float64 resolution | ||
--- | ||
sensor_msgs/PointCloud2 cloud | ||
string observation_timestamp |
6 changes: 6 additions & 0 deletions
6
semantic_map_publisher/srv/ObservationOctomapInstanceService.srv
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
string waypoint_id | ||
int64 instance_number # convention 0 - oldest available | ||
float64 resolution | ||
--- | ||
octomap_msgs/Octomap octomap | ||
string observation_timestamp |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
string waypoint_id | ||
--- | ||
string[] waypoint_timestamps |