Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add support for rosbridge and ament_cmake_mypy #27

Merged
merged 2 commits into from
Feb 12, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading