-
Notifications
You must be signed in to change notification settings - Fork 568
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
Linking issue with butterworth_filter.h #3261
Comments
#include <moveit_core/moveit_butterworth_parameters.hpp> |
I wanted to add a pull request because changing that worked. but the comment above the includes here is auto generated. Do you know where these are auto generated so I can make the change for a pull request? // Auto-generated
#include <moveit_butterworth_parameters.hpp>
#include <moveit/robot_model/robot_model.h>
#include <moveit/online_signal_smoothing/smoothing_base_class.h> Locally I can just make the change manually to get it to work. |
Started pull request here #3264 |
Thank you! I've merged it. |
Description
When I try to include the file
#include <moveit/online_signal_smoothing/butterworth_filter.h>
I am no longer able to compile my project.
ROS Distro
Humble
OS and version
Ubuntu 22.04
Source or binary build?
Binary
If binary, which release version?
2.5.7-Alpha
If source, which branch?
No response
Which RMW are you using?
FastRTPS
Steps to Reproduce
I have created a project that is a minimal project to reproduce this issue here:
https://github.com/jodle001/moveit_butterworth_minimal_project.git
In the README.md I have detailed the steps to reproduce this error.
How To Reproduce
docker build --no-cache -f test.Dockerfile -t ros2:test .
Reopen in Container
colcon build
Expected behavior
Files should be linking properly and compiling successfully.
Actual behavior
Compiling fails due to line 10 in the butterworth_filter.h file.
Backtrace or Console output
The text was updated successfully, but these errors were encountered: