Skip to content

Fix selftest_example relative path#550

Merged
ct2034 merged 1 commit into
ros:ros2from
Noel215:patch-1
May 6, 2026
Merged

Fix selftest_example relative path#550
ct2034 merged 1 commit into
ros:ros2from
Noel215:patch-1

Conversation

@Noel215
Copy link
Copy Markdown
Contributor

@Noel215 Noel215 commented Feb 16, 2026

Hi,

Just found that the link to the selftest_example is wrong. This PR updates it.

@mergify mergify Bot added the ros2 PR tackling a ROS2 branch label Feb 16, 2026
@ct2034 ct2034 added automerge PRs with this label will be merged if all checks are green backport Mergify will try to backport this. (WIP / Testing the functionality) labels May 6, 2026
@ct2034 ct2034 merged commit d4b2aa0 into ros:ros2 May 6, 2026
3 checks passed
mergify Bot added a commit that referenced this pull request May 6, 2026
Fix selftest_example relative path (backport #550)
mergify Bot added a commit that referenced this pull request May 6, 2026
Fix selftest_example relative path (backport #550)
mergify Bot added a commit that referenced this pull request May 6, 2026
Fix selftest_example relative path (backport #550)
ct2034 pushed a commit to redvinaa/diagnostics that referenced this pull request May 20, 2026
ct2034 added a commit that referenced this pull request May 20, 2026
* Add starting_up_state parameter to Updater

* Lint

* Change to unsigned char

* Remove condition

* Fix example relative path (#550)

* Implement onParametersSet for handling only analyzers node parameters (#551)

The previous implementation is using a callback that is invoked for all
the parameter events of all ROS 2 nodes and it filters by node name.
It could lead to race conditions when setting parameters depending on
the depth size of the callback.

With this new approach, the callback is only triggered when setting
parameters for the analyzers node, avoiding possible race conditions
when setting the parameters.

Co-authored-by: Christian Henkel <christian.henkel2@de.bosch.com>

* Get rid of deprecated rclcpp::spin_some() (#563)

Signed-off-by: mini-1235 <mauricepurnawan@gmail.com>

* -Wreorder

Signed-off-by: Christian Henkel <christian.henkel2@de.bosch.com>

---------

Signed-off-by: mini-1235 <mauricepurnawan@gmail.com>
Signed-off-by: Christian Henkel <christian.henkel2@de.bosch.com>
Co-authored-by: Noel Jiménez García <noel.jimenez.gar@gmail.com>
Co-authored-by: Christian Henkel <christian.henkel2@de.bosch.com>
Co-authored-by: Maurice Alexander Purnawan <mauricepurnawan@gmail.com>
ct2034 added a commit that referenced this pull request May 20, 2026
* Add starting_up_state parameter to Updater

* Lint

* Change to unsigned char

* Remove condition

* Fix example relative path (#550)

* Implement onParametersSet for handling only analyzers node parameters (#551)

The previous implementation is using a callback that is invoked for all
the parameter events of all ROS 2 nodes and it filters by node name.
It could lead to race conditions when setting parameters depending on
the depth size of the callback.

With this new approach, the callback is only triggered when setting
parameters for the analyzers node, avoiding possible race conditions
when setting the parameters.



* Get rid of deprecated rclcpp::spin_some() (#563)



* -Wreorder



---------






(cherry picked from commit 60232a7)

Signed-off-by: mini-1235 <mauricepurnawan@gmail.com>
Signed-off-by: Christian Henkel <christian.henkel2@de.bosch.com>
Co-authored-by: Vince Reda <60265874+redvinaa@users.noreply.github.com>
Co-authored-by: Noel Jiménez García <noel.jimenez.gar@gmail.com>
Co-authored-by: Christian Henkel <christian.henkel2@de.bosch.com>
Co-authored-by: Maurice Alexander Purnawan <mauricepurnawan@gmail.com>
ct2034 added a commit that referenced this pull request May 20, 2026
* Add starting_up_state parameter to Updater

* Lint

* Change to unsigned char

* Remove condition

* Fix example relative path (#550)

* Implement onParametersSet for handling only analyzers node parameters (#551)

The previous implementation is using a callback that is invoked for all
the parameter events of all ROS 2 nodes and it filters by node name.
It could lead to race conditions when setting parameters depending on
the depth size of the callback.

With this new approach, the callback is only triggered when setting
parameters for the analyzers node, avoiding possible race conditions
when setting the parameters.



* Get rid of deprecated rclcpp::spin_some() (#563)



* -Wreorder



---------






(cherry picked from commit 60232a7)

Signed-off-by: mini-1235 <mauricepurnawan@gmail.com>
Signed-off-by: Christian Henkel <christian.henkel2@de.bosch.com>
Co-authored-by: Vince Reda <60265874+redvinaa@users.noreply.github.com>
Co-authored-by: Noel Jiménez García <noel.jimenez.gar@gmail.com>
Co-authored-by: Christian Henkel <christian.henkel2@de.bosch.com>
Co-authored-by: Maurice Alexander Purnawan <mauricepurnawan@gmail.com>
ct2034 added a commit that referenced this pull request May 20, 2026
* Add starting_up_state parameter to Updater

* Lint

* Change to unsigned char

* Remove condition

* Fix example relative path (#550)

* Implement onParametersSet for handling only analyzers node parameters (#551)

The previous implementation is using a callback that is invoked for all
the parameter events of all ROS 2 nodes and it filters by node name.
It could lead to race conditions when setting parameters depending on
the depth size of the callback.

With this new approach, the callback is only triggered when setting
parameters for the analyzers node, avoiding possible race conditions
when setting the parameters.



* Get rid of deprecated rclcpp::spin_some() (#563)



* -Wreorder



---------






(cherry picked from commit 60232a7)

Signed-off-by: mini-1235 <mauricepurnawan@gmail.com>
Signed-off-by: Christian Henkel <christian.henkel2@de.bosch.com>
Co-authored-by: Vince Reda <60265874+redvinaa@users.noreply.github.com>
Co-authored-by: Noel Jiménez García <noel.jimenez.gar@gmail.com>
Co-authored-by: Christian Henkel <christian.henkel2@de.bosch.com>
Co-authored-by: Maurice Alexander Purnawan <mauricepurnawan@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automerge PRs with this label will be merged if all checks are green backport Mergify will try to backport this. (WIP / Testing the functionality) ros2 PR tackling a ROS2 branch

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants