Skip to content

Commit

Permalink
Add generate_parameter_library and RSL from source
Browse files Browse the repository at this point in the history
  • Loading branch information
christophfroehlich committed Jan 23, 2024
1 parent 787c225 commit 79725b2
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 10 deletions.
1 change: 1 addition & 0 deletions .github/workflows/humble-rhel-binary-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
- name: Build and test
run: |
source /opt/ros/${{ env.ROS_DISTRO }}/setup.bash
vcs import src < src/ros2_controllers/ros2_controllers-not-released.${{ env.ROS_DISTRO }}.repos
colcon build --packages-skip rqt_controller_manager rqt_joint_trajectory_controller
colcon test --packages-skip rqt_controller_manager rqt_joint_trajectory_controller ros2controlcli
colcon test-result --verbose
1 change: 1 addition & 0 deletions .github/workflows/iron-rhel-binary-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
- name: Build and test
run: |
source /opt/ros/${{ env.ROS_DISTRO }}/setup.bash
vcs import src < src/ros2_controllers/ros2_controllers-not-released.${{ env.ROS_DISTRO }}.repos
colcon build --packages-skip rqt_controller_manager rqt_joint_trajectory_controller
colcon test --packages-skip rqt_controller_manager rqt_joint_trajectory_controller ros2controlcli
colcon test-result --verbose
1 change: 1 addition & 0 deletions .github/workflows/rolling-rhel-binary-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
- name: Build and test
run: |
source /opt/ros/${{ env.ROS_DISTRO }}/setup.bash
vcs import src < src/ros2_controllers/ros2_controllers-not-released.${{ env.ROS_DISTRO }}.repos
colcon build --packages-skip rqt_controller_manager rqt_joint_trajectory_controller
colcon test --packages-skip rqt_controller_manager rqt_joint_trajectory_controller ros2controlcli
colcon test-result --verbose
13 changes: 8 additions & 5 deletions ros2_controllers-not-released.humble.repos
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
repositories:
## EXAMPLE DEPENDENCY
# <some_ros_package>:
# type: git
# url: [email protected]:<some_github_namespace>/<some_ros_package>.git
# version: master
generate_parameter_library:
type: git
url: https://github.com/picknikrobotics/generate_parameter_library.git
version: main
RSL:
type: git
url: https://github.com/PickNikRobotics/RSL.git
version: main
13 changes: 8 additions & 5 deletions ros2_controllers-not-released.iron.repos
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
repositories:
## EXAMPLE DEPENDENCY
# <some_ros_package>:
# type: git
# url: [email protected]:<some_github_namespace>/<some_ros_package>.git
# version: master
generate_parameter_library:
type: git
url: https://github.com/picknikrobotics/generate_parameter_library.git
version: main
RSL:
type: git
url: https://github.com/PickNikRobotics/RSL.git
version: main
4 changes: 4 additions & 0 deletions ros2_controllers-not-released.rolling.repos
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,7 @@ repositories:
type: git
url: https://github.com/picknikrobotics/generate_parameter_library.git
version: main
RSL:
type: git
url: https://github.com/PickNikRobotics/RSL.git
version: main
4 changes: 4 additions & 0 deletions ros2_controllers.rolling.repos
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,7 @@ repositories:
type: git
url: https://github.com/picknikrobotics/generate_parameter_library.git
version: main
RSL:
type: git
url: https://github.com/PickNikRobotics/RSL.git
version: main

0 comments on commit 79725b2

Please sign in to comment.