Skip to content

Commit 188facc

Browse files
Merge branch 'master' into jtc/controller_plugin
2 parents fdd9878 + 925a690 commit 188facc

File tree

94 files changed

+3451
-904
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

94 files changed

+3451
-904
lines changed

.github/workflows/ci-coverage-build-humble.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
env:
1818
ROS_DISTRO: humble
1919
steps:
20-
- uses: ros-tooling/[email protected].0
20+
- uses: ros-tooling/[email protected].1
2121
with:
2222
required-ros-distributions: ${{ env.ROS_DISTRO }}
2323
- uses: actions/checkout@v4
@@ -38,6 +38,7 @@ jobs:
3838
imu_sensor_broadcaster
3939
joint_state_broadcaster
4040
joint_trajectory_controller
41+
pid_controller
4142
position_controllers
4243
range_sensor_broadcaster
4344
steering_controllers_library

.github/workflows/ci-coverage-build-iron.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
env:
1818
ROS_DISTRO: iron
1919
steps:
20-
- uses: ros-tooling/[email protected].0
20+
- uses: ros-tooling/[email protected].1
2121
with:
2222
required-ros-distributions: ${{ env.ROS_DISTRO }}
2323
- uses: actions/checkout@v4
@@ -38,6 +38,7 @@ jobs:
3838
imu_sensor_broadcaster
3939
joint_state_broadcaster
4040
joint_trajectory_controller
41+
pid_controller
4142
position_controllers
4243
range_sensor_broadcaster
4344
steering_controllers_library

.github/workflows/ci-coverage-build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
env:
1818
ROS_DISTRO: rolling
1919
steps:
20-
- uses: ros-tooling/[email protected].0
20+
- uses: ros-tooling/[email protected].1
2121
with:
2222
required-ros-distributions: ${{ env.ROS_DISTRO }}
2323
- uses: actions/checkout@v4
@@ -38,6 +38,7 @@ jobs:
3838
imu_sensor_broadcaster
3939
joint_state_broadcaster
4040
joint_trajectory_controller
41+
pid_controller
4142
position_controllers
4243
range_sensor_broadcaster
4344
steering_controllers_library

.github/workflows/ci-ros-lint.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
AMENT_CPPCHECK_ALLOW_SLOW_VERSIONS: true
1515
steps:
1616
- uses: actions/checkout@v4
17-
- uses: ros-tooling/[email protected].0
17+
- uses: ros-tooling/[email protected].1
1818
- uses: ros-tooling/[email protected]
1919
with:
2020
distribution: rolling
@@ -31,6 +31,7 @@ jobs:
3131
imu_sensor_broadcaster
3232
joint_state_broadcaster
3333
joint_trajectory_controller
34+
pid_controller
3435
position_controllers
3536
range_sensor_broadcaster
3637
ros2_controllers
@@ -69,6 +70,7 @@ jobs:
6970
imu_sensor_broadcaster
7071
joint_state_broadcaster
7172
joint_trajectory_controller
73+
pid_controller
7274
position_controllers
7375
range_sensor_broadcaster
7476
ros2_controllers

.github/workflows/humble-abi-compatibility.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
name: Humble - ABI Compatibility Check
22
on:
33
workflow_dispatch:
4-
branches:
5-
- humble
64
pull_request:
75
branches:
86
- humble
@@ -15,6 +13,6 @@ jobs:
1513
- uses: ros-industrial/industrial_ci@master
1614
env:
1715
ROS_DISTRO: humble
18-
ROS_REPO: main
16+
ROS_REPO: testing
1917
ABICHECK_URL: github:${{ github.repository }}#${{ github.base_ref }}
2018
NOT_TEST_BUILD: true

.github/workflows/iron-abi-compatibility.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
name: Iron - ABI Compatibility Check
22
on:
33
workflow_dispatch:
4-
branches:
5-
- iron
64
pull_request:
75
branches:
86
- iron
@@ -15,6 +13,6 @@ jobs:
1513
- uses: ros-industrial/industrial_ci@master
1614
env:
1715
ROS_DISTRO: iron
18-
ROS_REPO: main
16+
ROS_REPO: testing
1917
ABICHECK_URL: github:${{ github.repository }}#${{ github.base_ref }}
2018
NOT_TEST_BUILD: true

.github/workflows/reusable-ros-tooling-source-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
strategy:
2727
fail-fast: false
2828
steps:
29-
- uses: ros-tooling/[email protected].0
29+
- uses: ros-tooling/[email protected].1
3030
with:
3131
required-ros-distributions: ${{ inputs.ros_distro }}
3232
- uses: actions/checkout@v4

.github/workflows/rolling-abi-compatibility.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
name: Rolling - ABI Compatibility Check
22
on:
33
workflow_dispatch:
4-
branches:
5-
- master
64
pull_request:
75
branches:
86
- master
@@ -15,6 +13,6 @@ jobs:
1513
- uses: ros-industrial/industrial_ci@master
1614
env:
1715
ROS_DISTRO: rolling
18-
ROS_REPO: main
16+
ROS_REPO: testing
1917
ABICHECK_URL: github:${{ github.repository }}#${{ github.base_ref }}
2018
NOT_TEST_BUILD: true

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![Licence](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
44
[![codecov](https://codecov.io/gh/ros-controls/ros2_controllers/graph/badge.svg?token=KSdY0tsHm6)](https://codecov.io/gh/ros-controls/ros2_controllers)
55

6-
Commonly used and generalized controllers for ros2-control framework that are ready to use with many robots, MoveIt2 and Navigation2.
6+
Commonly used and generalized controllers for ros2-control framework that are ready to use with many robots, MoveIt2 and Nav2.
77

88
## Build status
99

ackermann_steering_controller/CHANGELOG.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22
Changelog for package ackermann_steering_controller
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
4.1.0 (2023-12-01)
6+
------------------
7+
8+
4.0.0 (2023-11-21)
9+
------------------
10+
* fix tests for API break of passing controller manager update rate in init method (`#854 <https://github.com/ros-controls/ros2_controllers/issues/854>`_)
11+
* Adjust tests after passing URDF to controllers (`#817 <https://github.com/ros-controls/ros2_controllers/issues/817>`_)
12+
* Contributors: Bence Magyar, Sai Kishor Kothakota
13+
514
3.17.0 (2023-10-31)
615
-------------------
716
* Improve docs (`#785 <https://github.com/ros-controls/ros2_controllers/issues/785>`_)

0 commit comments

Comments
 (0)