Add configuration files and launch scripts for left and right arm RM75 teleoperation
This commit is contained in:
@ -9,4 +9,10 @@ install(DIRECTORY
|
||||
DESTINATION share/${PROJECT_NAME}
|
||||
)
|
||||
|
||||
install(PROGRAMS
|
||||
tools/launcher_ui.py
|
||||
DESTINATION lib/${PROJECT_NAME}
|
||||
RENAME launcher_ui
|
||||
)
|
||||
|
||||
ament_package()
|
||||
|
||||
Reference in New Issue
Block a user