Skip to content

Commit

Permalink
Added service message for processing a number of point clouds (surfel…
Browse files Browse the repository at this point in the history
…ize) with transforms
  • Loading branch information
RaresAmbrus committed Apr 30, 2016
1 parent d7f6c98 commit 71a449c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ add_service_files(
AdditionalViewRegistrationService.srv
ObjectAdditionalViewRegistrationService.srv
GetLastAdditionalViewRegistrationResultService.srv
ProcessRegisteredViews.srv
)

generate_messages(
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
sensor_msgs/PointCloud2[] registered_views
geometry_msgs/Transform[] registered_views_transforms
std_msgs/Float32[] intrinsics # can be empty
---
sensor_msgs/PointCloud2 processed_cloud

0 comments on commit 71a449c

Please sign in to comment.