Skip to content
Snippets Groups Projects
Commit 15791a78 authored by Théo Martinez's avatar Théo Martinez
Browse files

add service msg definition, update cmakelist

parent d7a5e58b
No related branches found
No related tags found
No related merge requests found
......@@ -13,6 +13,7 @@ catkin_python_setup()
add_service_files(FILES
GetPrediction.srv
Inference.srv
)
add_message_files( FILES
......@@ -38,5 +39,7 @@ catkin_install_python(
PROGRAMS scripts/pose_estimation_loop.py
scripts/pose_estimation.py
scripts/happypose_with_camera.py
scripts/happypose_with_camera_client.py
DESTINATION ${CATKIN_PACKAGE_BIN_DESTINATION}
)
\ No newline at end of file
---
# list of numbers of each objects in current image
int32[] nb_objects_per_labels
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment