Skip to content
Snippets Groups Projects
Commit e409e8bc authored by Florent Lamiraux's avatar Florent Lamiraux
Browse files

[CMakeLists.txt] Install launch file for single view service

  and make python script executable.
parent a53b2461
No related branches found
No related tags found
No related merge requests found
......@@ -42,4 +42,5 @@ catkin_install_python(
scripts/happypose_with_camera_client.py
DESTINATION ${CATKIN_PACKAGE_BIN_DESTINATION}
)
\ No newline at end of file
install(FILES launch/singleview_service.launch DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}/launch)
#!/usr/bin/python3
import rospy
import torch
......
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