-
Notifications
You must be signed in to change notification settings - Fork 196
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Backport of Migrate CHOMP and collision tutorials from ROS1 (#492) to…
… humble (#742) * Migrate CHOMP and collision tutorials from ROS1 (#492) * Migrated tutorial from ROS1 * Fix merging error in CMakeLists.txt --------- Co-authored-by: Henning Kayser <[email protected]> Co-authored-by: Sebastian Jahr <[email protected]> (cherry picked from commit 725c7d8) # Conflicts: # CMakeLists.txt # doc/examples/chomp_planner/chomp_planner_tutorial.rst # doc/examples/planning_adapters/planning_adapters_tutorial.rst # doc/how_to_guides/how_to_guides.rst * Address rebasing conflicts * Remove references to non-existing files and cleanup * Cleanups * Update doc/examples/examples.rst --------- Co-authored-by: Michael Wrock <[email protected]> Co-authored-by: Sebastian Jahr <[email protected]>
- Loading branch information
1 parent
439debd
commit 1926dab
Showing
13 changed files
with
927 additions
and
243 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,11 @@ | ||
catkin_install_python(PROGRAMS | ||
scripts/collision_scene_example.py | ||
DESTINATION ${CATKIN_PACKAGE_BIN_DESTINATION} | ||
) | ||
add_executable(collision_scene_example | ||
src/collision_scene_example.cpp) | ||
target_include_directories(collision_scene_example | ||
PUBLIC include) | ||
ament_target_dependencies(collision_scene_example | ||
${THIS_PACKAGE_INCLUDE_DEPENDS} Boost) | ||
|
||
install(TARGETS collision_scene_example | ||
ARCHIVE DESTINATION lib | ||
LIBRARY DESTINATION lib | ||
RUNTIME DESTINATION lib/${PROJECT_NAME}) |
90 changes: 0 additions & 90 deletions
90
doc/examples/collision_environments/scripts/collision_scene_example.py
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.