Skip to content

Commit

Permalink
srv: add services related to pcl-db
Browse files Browse the repository at this point in the history
  • Loading branch information
timn committed Nov 26, 2018
1 parent e209378 commit 85ab945
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 0 deletions.
7 changes: 7 additions & 0 deletions srv/MergePointClouds.srv
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
time[] timestamps
string database
string collection
---
bool ok
bool data_sufficient
string error
6 changes: 6 additions & 0 deletions srv/RecordData.srv
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
duration range
---
bool ok
string error
time begin
time end
8 changes: 8 additions & 0 deletions srv/RetrievePointCloud.srv
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
time timestamp
string database
string collection
string target_frame
bool original_timestamp
---
bool ok
string error
6 changes: 6 additions & 0 deletions srv/StorePointCloud.srv
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
string database
string collection
sensor_msgs/PointCloud2 pointcloud
---
bool ok
string error

0 comments on commit 85ab945

Please sign in to comment.