Skip to content

Conversation

@christophfroehlich
Copy link
Member

on top of #688

@@ -0,0 +1,84 @@
// Copyright 2021 Open Source Robotics Foundation, Inc.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
// Copyright 2021 Open Source Robotics Foundation, Inc.
// Copyright 2025 Open Source Robotics Foundation, Inc.

Comment on lines +25 to +26
#include "rclcpp_lifecycle/state.hpp"
#include "rclcpp_lifecycle/node_interfaces/lifecycle_node_interface.hpp"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
#include "rclcpp_lifecycle/state.hpp"
#include "rclcpp_lifecycle/node_interfaces/lifecycle_node_interface.hpp"
#include <rclcpp_lifecycle/state.hpp>
#include <rclcpp_lifecycle/node_interfaces/lifecycle_node_interface.hpp>

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

in the other repos we use the google codestyle which says:

Headers should only be included using an angle-bracketed path if the library requires you to do so.

as you prefer..

@@ -0,0 +1,118 @@
# Copyright 2021 Open Source Robotics Foundation, Inc.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
# Copyright 2021 Open Source Robotics Foundation, Inc.
# Copyright 2025 Open Source Robotics Foundation, Inc.

@@ -0,0 +1,402 @@
// Copyright 2021 Open Source Robotics Foundation, Inc.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
// Copyright 2021 Open Source Robotics Foundation, Inc.
// Copyright 2025 Open Source Robotics Foundation, Inc.

#include <gz/sim/components/Name.hh>
#include <gz/sim/components/ParentEntity.hh>

#include "control_toolbox/low_pass_filter.hpp"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
#include "control_toolbox/low_pass_filter.hpp"
#include <control_toolbox/low_pass_filter.hpp>

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

see above

@ahcorde ahcorde merged commit 0dab1d5 into rolling Sep 29, 2025
6 checks passed
@ahcorde ahcorde deleted the add/custom_plugin branch September 29, 2025 10:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants