Skip to content

Commit 309eee1

Browse files
Fixes
1 parent 514e30b commit 309eee1

3 files changed

Lines changed: 13 additions & 7 deletions

File tree

patch/dependencies.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,12 @@ rclcpp:
186186
add_host: [ "ros-humble-yaml-cpp-vendor", "${{ 'fmt' if emscripten }}"]
187187
rclcpp_action:
188188
add_host: [ "ros-humble-yaml-cpp-vendor", "${{ 'fmt' if emscripten }}"]
189+
rsl:
190+
add_host: [ "ros-humble-tl-expected"]
191+
add_run: [ "ros-humble-tl-expected"]
192+
imu_calib:
193+
add_host: [ "ros-humble-eigen3-cmake-module" ]
194+
add_run: [ "ros-humble-eigen3-cmake-module" ]
189195
examples_rclcpp_minimal_subscriber:
190196
add_host:
191197
- if: (target_platform == 'emscripten-wasm32')

pixi.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pixi.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ git = "*"
2424

2525
[pypi-dependencies]
2626
# This is tipically the latest commit on main branch
27-
vinca = { git = "https://github.com/RoboStack/vinca.git", rev = "65f211c33316e98ccea6cd229c6b48acaf05e8a0" }
27+
vinca = { git = "https://github.com/RoboStack/vinca.git", rev = "86e2ac4935d39b3f46e9912138a0ee67607a4de7" }
2828
# Uncomment this line to work with a local vinca for faster iteration, but remember to comment it back
2929
# (and regenerate the pixi.lock) once you push the modified commit to the repo
3030
#vinca = { path = "../vinca", editable = true }

0 commit comments

Comments
 (0)