Skip to content

Commit

Permalink
added usb-cam (#373)
Browse files Browse the repository at this point in the history
* added usb-cam

* Update ros-noetic-hpp-fcl.patch

* Update vinca_osx.yaml

* Update vinca_osx_arm64.yaml

* Update vinca_win.yaml

* Update testpr.yml

* Update testpr.yml

---------

Co-authored-by: Tobias Fischer <[email protected]>
  • Loading branch information
sonelu and Tobias-Fischer authored Jun 25, 2023
1 parent e4c4e41 commit 86701ed
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/testpr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,13 @@ jobs:
steps:
- uses: actions/checkout@master
- name: install mamba
uses: mamba-org/provision-with-micromamba@main
uses: mamba-org/setup-micromamba@main
with:
environment-file: .github/testpr_environment.yml

condarc: |
channels:
- robostack-staging
- conda-forge
- shell: bash -l {0}
if: contains(matrix.os, 'linux-aarch64')
run: |
Expand Down
13 changes: 13 additions & 0 deletions patch/ros-noetic-hpp-fcl.patch
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,16 @@ index 58dd41d..c3c0a5a 100644

pkg_config_append_libs("hpp-fcl")
IF(HPP_FCL_HAS_OCTOMAP)
diff --git a/python/CMakeLists.txt b/python/CMakeLists.txt
index 995a8c6c..c960e27d 100644
--- a/python/CMakeLists.txt
+++ b/python/CMakeLists.txt
@@ -51,7 +51,7 @@ SET(${LIBRARY_NAME}_HEADERS
pickle.hh
)

-SET(ENABLE_PYTHON_DOXYGEN_AUTODOC TRUE CACHE BOOL "Enable automatic documentation of Python bindings from Doxygen documentation")
+SET(ENABLE_PYTHON_DOXYGEN_AUTODOC FALSE CACHE BOOL "Enable automatic documentation of Python bindings from Doxygen documentation")

IF( NOT ENABLE_PYTHON_DOXYGEN_AUTODOC
OR NOT DOXYGEN_FOUND)
1 change: 1 addition & 0 deletions vinca_linux_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ packages_select_by_deps:
- pinocchio
- microstrain-inertial-driver
- microstrain-inertial-msgs
- usb-cam

# - desktop
# - desktop-full
Expand Down
1 change: 1 addition & 0 deletions vinca_linux_aarch64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ packages_select_by_deps:
- rgbd-launch
- microstrain-inertial-driver
- microstrain-inertial-msgs
- usb-cam

# - rqt-gui
# - catkin
Expand Down
1 change: 1 addition & 0 deletions vinca_osx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ packages_select_by_deps:
- rospack
- microstrain-inertial-driver
- microstrain-inertial-msgs

# - rviz
# - python-qt-binding
# - qt-gui-cpp
Expand Down
1 change: 1 addition & 0 deletions vinca_osx_arm64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ packages_select_by_deps:
- rospack
- microstrain-inertial-driver
- microstrain-inertial-msgs

# - rviz
# - python-qt-binding
# - qt-gui-cpp
Expand Down

0 comments on commit 86701ed

Please sign in to comment.