Skip to content

Commit 82b1352

Browse files
Merge pull request #391 from eholum/add-pinocchio
Add pinocchio
2 parents b49d5e9 + c73806e commit 82b1352

3 files changed

Lines changed: 12 additions & 3 deletions

File tree

.github/workflows/testpr.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,8 @@ jobs:
115115
- name: Delete specific outdated cache entries
116116
shell: bash -l {0}
117117
run: |
118-
rm -rf ${{ matrix.folder_cache }}/ros-humble-autoware-trajectory* || true
118+
# rm -rf ${{ matrix.folder_cache }}/ros-humble-autoware-trajectory* 2>/dev/null || true
119+
mkdir -p ${{ matrix.folder_cache }}
119120
pixi run rattler-index fs ${{ matrix.folder_cache }}/.. --force
120121
121122
- name: See packages restored by cache

tests/ros-humble-pinocchio.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
tests:
2+
- script:
3+
- cmake-package-check pinocchio --targets pinocchio::pinocchio
4+
requirements:
5+
run:
6+
- cmake-package-check
7+
- ${{ compiler('c') }}
8+
- ${{ compiler('cxx') }}

vinca.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ packages_select_by_deps:
344344
- rclc_examples
345345
- ptz_action_server_msgs
346346
- py_trees
347-
347+
348348
# Requested in https://github.com/RoboStack/ros-humble/issues/345
349349
- topic_based_ros2_control
350350
# IntelRealSense
@@ -508,4 +508,4 @@ packages_select_by_deps:
508508
# mocap4r2
509509
- mocap4r2_control
510510
- mocap4r2_control_msgs
511-
511+
- pinocchio

0 commit comments

Comments
 (0)