Skip to content

Commit

Permalink
Upload stuff from roboticslab-uc3m/teo-openrave-models
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterBowman committed Jan 4, 2024
1 parent 57d4eac commit 1e5f084
Show file tree
Hide file tree
Showing 19 changed files with 1,101,031 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ include(CMakeDependentOption)
add_subdirectory(libraries)
# add_subdirectory(programs)
# add_subdirectory(tests)
# add_subdirectory(share)
add_subdirectory(share)
add_subdirectory(doc)

# Store the package in the user registry.
Expand Down
4 changes: 4 additions & 0 deletions share/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
yarp_configure_external_installation(teo-configuration-files)
yarp_configure_external_installation(teo-openrave-models)

yarp_install(DIRECTORY contexts/launchCanBus
DESTINATION ${TEO-CONFIGURATION-FILES_CONTEXTS_INSTALL_DIR})

yarp_install(DIRECTORY robots/teo
DESTINATION ${TEO-CONFIGURATION-FILES_ROBOTS_INSTALL_DIR})

yarp_install(DIRECTORY openrave
DESTINATION ${TEO-OPENRAVE-MODELS_DATA_INSTALL_DIR})
Loading

0 comments on commit 1e5f084

Please sign in to comment.