Skip to content

Commit

Permalink
feat: add packages under autowarefoundation
Browse files Browse the repository at this point in the history
Signed-off-by: wep21 <[email protected]>
  • Loading branch information
wep21 committed Jan 16, 2025
1 parent 0651465 commit fcc6ad9
Show file tree
Hide file tree
Showing 6 changed files with 78 additions and 1 deletion.
2 changes: 2 additions & 0 deletions robostack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -921,6 +921,8 @@ qt5-qmake:
robostack: [qt-main, REQUIRE_OPENGL]
qtbase5-dev:
robostack: [qt-main, REQUIRE_OPENGL]
range-v3:
robostack: [range-v3]
rapidjson-dev:
robostack: [rapidjson]
roboticstoolbox-python:
Expand Down
15 changes: 15 additions & 0 deletions vinca_linux_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,21 @@ packages_select_by_deps:

- lanelet2

# autoware
- autoware_common_msgs
- autoware_control_msgs
- autoware_localization_msgs
- autoware_map_msgs
- autoware_perception_msgs
- autoware_planning_msgs
- autoware_sensing_msgs
- autoware_system_msgs
- autoware_v2x_msgs
- autoware_vehicle_msgs

- autoware_utils
- autoware_lanelet2_extension

# ----- end of package support -----

# - rtabmap
Expand Down
15 changes: 15 additions & 0 deletions vinca_linux_aarch64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,21 @@ packages_select_by_deps:

- lanelet2

# autoware
- autoware_common_msgs
- autoware_control_msgs
- autoware_localization_msgs
- autoware_map_msgs
- autoware_perception_msgs
- autoware_planning_msgs
- autoware_sensing_msgs
- autoware_system_msgs
- autoware_v2x_msgs
- autoware_vehicle_msgs

- autoware_utils
- autoware_lanelet2_extension


# Used to work, now needs fixes
# - rtabmap
Expand Down
15 changes: 15 additions & 0 deletions vinca_osx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -129,4 +129,19 @@ packages_select_by_deps:

- lanelet2

# autoware
- autoware_common_msgs
- autoware_control_msgs
- autoware_localization_msgs
- autoware_map_msgs
- autoware_perception_msgs
- autoware_planning_msgs
- autoware_sensing_msgs
- autoware_system_msgs
- autoware_v2x_msgs
- autoware_vehicle_msgs

- autoware_utils
- autoware_lanelet2_extension

patch_dir: patch
17 changes: 16 additions & 1 deletion vinca_osx_arm64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,22 @@ packages_select_by_deps:
# Universal Robots, requested in https://github.com/RoboStack/ros-humble/issues/234, https://github.com/RoboStack/ros-humble/issues/227 and https://github.com/RoboStack/ros-humble/issues/222
- ur

- lanelet2
- lanelet2

# autoware
- autoware_common_msgs
- autoware_control_msgs
- autoware_localization_msgs
- autoware_map_msgs
- autoware_perception_msgs
- autoware_planning_msgs
- autoware_sensing_msgs
- autoware_system_msgs
- autoware_v2x_msgs
- autoware_vehicle_msgs

- autoware_utils
- autoware_lanelet2_extension


patch_dir: patch
15 changes: 15 additions & 0 deletions vinca_win.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -243,4 +243,19 @@ packages_select_by_deps:

- lanelet2

# autoware
- autoware_common_msgs
- autoware_control_msgs
- autoware_localization_msgs
- autoware_map_msgs
- autoware_perception_msgs
- autoware_planning_msgs
- autoware_sensing_msgs
- autoware_system_msgs
- autoware_v2x_msgs
- autoware_vehicle_msgs

- autoware_utils
- autoware_lanelet2_extension

patch_dir: patch

0 comments on commit fcc6ad9

Please sign in to comment.