Skip to content

Commit fc5cbdb

Browse files
PeterMitranopetertraversaro
authored
add pal-statistics (#365)
* add pal-statistics also trimmed trailing whitespace, hopefully that is seen as an improvement :) * Switch from macos-13 to macos-15-intel --------- Co-authored-by: peter <peter@T15> Co-authored-by: Silvio Traversaro <[email protected]>
1 parent 49bea33 commit fc5cbdb

File tree

2 files changed

+16
-15
lines changed

2 files changed

+16
-15
lines changed

.github/workflows/testpr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- os: ubuntu-24.04-arm
1919
platform: linux-aarch64
2020
folder_cache: 'output/linux-aarch64'
21-
- os: macos-13
21+
- os: macos-15-intel
2222
platform: osx-64
2323
folder_cache: 'output/osx-64'
2424
- os: macos-14

vinca.yaml

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -57,14 +57,14 @@ packages_skip_by_deps:
5757
# https://github.com/RoboStack/ros-humble/issues/68
5858
- ros_gz
5959
- ros_gz_bridge
60-
- ros_gz_image
61-
- ros_gz_sim
60+
- ros_gz_image
61+
- ros_gz_sim
6262
- ros_gz_sim_demos
6363
- test_ros_gz_bridge
64-
- ros_ign
65-
- ros_ign_bridge
66-
- ros_ign_gazebo
67-
- ros_ign_gazebo_demos
64+
- ros_ign
65+
- ros_ign_bridge
66+
- ros_ign_gazebo
67+
- ros_ign_gazebo_demos
6868
- ros_ign_image
6969

7070
packages_remove_from_deps:
@@ -98,14 +98,14 @@ packages_remove_from_deps:
9898
# https://github.com/RoboStack/ros-humble/issues/68
9999
- ros_gz
100100
- ros_gz_bridge
101-
- ros_gz_image
102-
- ros_gz_sim
101+
- ros_gz_image
102+
- ros_gz_sim
103103
- ros_gz_sim_demos
104104
- test_ros_gz_bridge
105-
- ros_ign
106-
- ros_ign_bridge
107-
- ros_ign_gazebo
108-
- ros_ign_gazebo_demos
105+
- ros_ign
106+
- ros_ign_bridge
107+
- ros_ign_gazebo
108+
- ros_ign_gazebo_demos
109109
- ros_ign_image
110110

111111
packages_select_by_deps:
@@ -147,6 +147,7 @@ packages_select_by_deps:
147147
then:
148148
- mocap4r2_msgs
149149
- ros2-controllers
150+
- pal_statistics
150151
- diff-drive-controller
151152
- ros_workspace
152153
- ros_core
@@ -401,10 +402,10 @@ packages_select_by_deps:
401402
- ros_gz
402403
# Some nominmax/max macro problems on octomap-server, easy to fix with a bit of time
403404
- grid_map
404-
# error C2338: static_assert failed: 'N4971 [rand.util.seedseq]/7 requires the value type of the iterator
405+
# error C2338: static_assert failed: 'N4971 [rand.util.seedseq]/7 requires the value type of the iterator
405406
# to be an unsigned type that is at least 32-bit.' [%SRC_DIR%\build\g2o\examples\sphere\create_sphere.vcxproj]
406407
- libg2o
407-
# Windows error: error C3861: '__builtin_unreachable': identifier not found
408+
# Windows error: error C3861: '__builtin_unreachable': identifier not found
408409
- moveit-hybrid-planning
409410
# Microstrain IMU Packages + dependencies
410411
# Fail on windows with FileTracker : error FTK1011: could not create the new file tracking log file: %SRC_DIR%

0 commit comments

Comments
 (0)