Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Port to ROS2 #11

Merged
merged 11 commits into from
Jul 24, 2020
Next Next commit
Specify Header origin
  • Loading branch information
ibaiape authored and henningkayser committed Jul 18, 2020
commit 89bf1fd2acec821da339f9744d38f3b99793ce91
2 changes: 1 addition & 1 deletion msg/RecognizedObject.msg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
##################################################### HEADER ###########################################################

# The header frame corresponds to the pose frame, NOT the point_cloud frame.
Header header
std_msgs/Header header

################################################## OBJECT INFO #########################################################

Expand Down
2 changes: 1 addition & 1 deletion msg/RecognizedObjectArray.msg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
##################################################### HEADER ###########################################################
Header header
std_msgs/Header header

# This message type describes a potential scene configuration: a set of objects that can explain the scene
object_recognition_msgs/RecognizedObject[] objects
Expand Down
2 changes: 1 addition & 1 deletion msg/Table.msg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Informs that a planar table has been detected at a given location

Header header
std_msgs/Header header

# The pose gives you the transform that take you to the coordinate system
# of the table, with the origin somewhere in the table plane and the
Expand Down
2 changes: 1 addition & 1 deletion msg/TableArray.msg
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Header header
std_msgs/Header header

# Just an array of tables
object_recognition_msgs/Table[] tables