add skill launch, refactor pick-place pose loader
This commit is contained in:
parent
034e172f62
commit
d72c06efea
14 changed files with 1032 additions and 191 deletions
|
@ -16,6 +16,10 @@ install(
|
|||
DESTINATION share/${PROJECT_NAME}
|
||||
)
|
||||
|
||||
# Install Python modules
|
||||
ament_python_install_package(rbs_launch_utils)
|
||||
ament_python_install_module(rbs_launch_utils/launch_common.py)
|
||||
|
||||
if(BUILD_TESTING)
|
||||
find_package(ament_lint_auto REQUIRED)
|
||||
# the following line skips the linter which checks for copyrights
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue