Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Stack Of Tasks
talos-metapkg-ros-control-sot
Commits
41c559c6
Commit
41c559c6
authored
Apr 18, 2020
by
Olivier Stasse
Browse files
[roscontrol_sot_talos] Install script start_talos_gazebo{_16_04}.py
parent
c3720d27
Pipeline
#9597
failed
Changes
1
Pipelines
3
Show whitespace changes
Inline
Side-by-side
roscontrol_sot_talos/CMakeLists.txt
View file @
41c559c6
...
...
@@ -36,27 +36,10 @@ include_directories(
${
catkin_INCLUDE_DIRS
}
)
## Add cmake target dependencies of the executable
## same as for the library above
# add_dependencies(roscontrol_sot_talos_node ${${PROJECT_NAME}_EXPORTED_TARGETS} ${catkin_EXPORTED_TARGETS})
#############
## Install ##
#############
# all install targets should use catkin DESTINATION variables
# See http://ros.org/doc/api/catkin/html/adv_user_guide/variables.html
## Mark executable scripts (Python etc.) for installation
## in contrast to setup.py, you can choose the destination
# install(PROGRAMS
# scripts/my_python_script
# DESTINATION ${CATKIN_PACKAGE_BIN_DESTINATION}
# )
## Mark executables and/or libraries for installation
foreach
(
dir config launch
)
install
(
DIRECTORY
${
dir
}
...
...
@@ -64,17 +47,9 @@ foreach(dir config launch)
)
endforeach
()
catkin_install_python
(
PROGRAMS scripts/republish
DESTINATION
${
CATKIN_PACKAGE_BIN_DESTINATION
}
)
#############
## Testing ##
#############
catkin_install_python
(
PROGRAMS
scripts/republish
scripts/start_talos_gazebo.py
scripts/start_talos_gazebo_16_04.py
## Add gtest based cpp test target and link libraries
# catkin_add_gtest(${PROJECT_NAME}-test test/test_roscontrol_sot_talos.cpp)
# if(TARGET ${PROJECT_NAME}-test)
# target_link_libraries(${PROJECT_NAME}-test ${PROJECT_NAME})
# endif()
## Add folders to be run by python nosetests
# catkin_add_nosetests(test)
DESTINATION
${
CATKIN_PACKAGE_BIN_DESTINATION
}
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment