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

Update msg and srv definitions #8

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 4 additions & 5 deletions people_recognition_msgs/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,15 @@ find_package(catkin REQUIRED COMPONENTS
# Generate messages in the 'msg' folder
add_message_files(
FILES
Person2D.msg
Person3D.msg
People3D.msg
Person.msg
People.msg
RGBD.msg
)

# Generate services in the 'srv' folder
add_service_files(
FILES
RecognizePeople2D.srv
RecognizePeople3D.srv
RecognizePeople.srv
)

# Generate added messages and services with any dependencies listed here
Expand Down
1 change: 1 addition & 0 deletions people_recognition_msgs/msg/People.msg
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Person[] people
1 change: 0 additions & 1 deletion people_recognition_msgs/msg/People3D.msg

This file was deleted.

8 changes: 0 additions & 8 deletions people_recognition_msgs/msg/Person2D.msg

This file was deleted.

3 changes: 3 additions & 0 deletions people_recognition_msgs/msg/RGBD.msg
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
sensor_msgs/Image image_rgb
sensor_msgs/Image image_depth
sensor_msgs/CameraInfo camera_info_depth
8 changes: 8 additions & 0 deletions people_recognition_msgs/srv/RecognizePeople.srv
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Interface that can request a people message from an input RGB-D image and
# camera_info

# RGB-D camera message
RGBD rgbd
---
# People message
People people
5 changes: 0 additions & 5 deletions people_recognition_msgs/srv/RecognizePeople2D.srv

This file was deleted.

10 changes: 0 additions & 10 deletions people_recognition_msgs/srv/RecognizePeople3D.srv

This file was deleted.