Skip to content

Commit

Permalink
Merge pull request #27 from seanpai96/main
Browse files Browse the repository at this point in the history
feat: add support for rosbridge and ament_cmake_mypy
  • Loading branch information
traversaro authored Feb 12, 2025
2 parents 58330a3 + a2732ce commit 364bde9
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 0 deletions.
3 changes: 3 additions & 0 deletions vinca_linux_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,5 +82,8 @@ packages_select_by_deps:

- flex_sync

- ament_cmake_mypy
- rosbridge_suite

patch_dir: patch
rosdistro_snapshot: rosdistro_snapshot.yaml
3 changes: 3 additions & 0 deletions vinca_linux_aarch64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,9 @@ packages_select_by_deps:

- flex_sync

- ament_cmake_mypy
- rosbridge_suite


patch_dir: patch
rosdistro_snapshot: rosdistro_snapshot.yaml
3 changes: 3 additions & 0 deletions vinca_osx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,9 @@ packages_select_by_deps:
- flex_sync
- gripper_controllers

- ament_cmake_mypy
- rosbridge_suite



patch_dir: patch
Expand Down
3 changes: 3 additions & 0 deletions vinca_osx_arm64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ skip_existing:
packages_select_by_deps:
- ament_cmake_core
- ament_cmake_catch2
- ament_cmake_mypy

- desktop
- ros_base
Expand Down Expand Up @@ -91,5 +92,7 @@ packages_select_by_deps:
- flex_sync
- gripper_controllers

- rosbridge_suite

patch_dir: patch
rosdistro_snapshot: rosdistro_snapshot.yaml
3 changes: 3 additions & 0 deletions vinca_win.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,9 @@ packages_select_by_deps:
- rmw_zenoh_cpp

- flex_sync

- ament_cmake_mypy
- rosbridge_suite


patch_dir: patch
Expand Down

0 comments on commit 364bde9

Please sign in to comment.