Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

control_toolbox builid error #2068

Open
MrstupidJ opened this issue Feb 24, 2025 · 2 comments
Open

control_toolbox builid error #2068

MrstupidJ opened this issue Feb 24, 2025 · 2 comments
Labels

Comments

@MrstupidJ
Copy link

Describe the bug
Hi,

I am playing with this package (ros2_control) with ROS2 humble, but it fails when I tried to follow the getting started doc to build the code. The error message came from control_toolbox package.

To Reproduce
Steps to reproduce the behavior:

  1. Everything looks pretty normal (we can get "#All required rosdeps installed successfully" after installing all the dependencies).
  2. The error occurs when I build the source code with:
    colcon build --symlink-install
  3. See errorros2_control_ws/src/ros-controls/control_toolbox/include/control_filters/exponential_filter.hpp:25:10: fatal error: control_toolbox/exponential_filter_parameters.hpp: No such file or directory 25 | #include "control_toolbox/exponential_filter_parameters.hpp" | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Expected behavior
The code should build here .

Screenshots
Image

Environment (please complete the following information):

  • OS: [e.g. ubuntu 22.04]
  • Version [e.g. Humble]
@MrstupidJ MrstupidJ added the bug label Feb 24, 2025
@christophfroehlich
Copy link
Contributor

you either have to use the humble branch of control_toolbox, or the master branch of realtime_tools. See the two different repos files linked in the getting started page, the versions have to match.

@christophfroehlich
Copy link
Contributor

See the repos file in the two tabs "Stable version" and "Development version".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants