-
Notifications
You must be signed in to change notification settings - Fork 532
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
main branch build error while compiling on ROS-HUMBLE #2664
Comments
may fixed this bug by modify this code: /home/gene/ws_moveit2_main/src/moveit2/moveit_core/online_signal_smoothing/include/moveit/online_signal_smoothing/acceleration_filter.h line 84: #include <types.h> but when I continue compile, another error comes out in this package: `[Processing: moveit_core]
|
what version of osqp is moveit2 using? |
I switch to ROS-IRON because humble dose not support moveit-py right now. |
Hi, did you ever figure out which version of OSQP is needed to build moveit2 on ros-iron? Thanks! |
same here, are you guys could build |
It doesn't work with humble out of the box for me neither. I fixed it related errors by using OSQP release 0.6.3 https://github.com/osqp/osqp/releases/tag/v0.6.3 |
I could compile the Moveit
i.e. by setting |
it didn't work for me, still struggling to run moveit for a week now |
Could you tell me how to use it? i downloaded the linux tar but I don't if i have to install something or what. |
Description
Overview of your issue here.
Your environment
Steps to reproduce
1 install the humble branch already , from source .
2 find it do not contain moveit_py , so I install the main branch source and compile it , with command:
colcon build --event-handlers desktop_notification- status- --cmake-args -DCMAKE_BUILD_TYPE=Release --allow-overriding moveit_common moveit_core moveit_ros_planning
Expected behaviour
The compile process should be done
Actual behaviour
error comes out then compile process stopped
Backtrace or Console output
`--- stderr: moveit_core
In file included from /home/gene/ws_moveit2_main/src/moveit2/moveit_core/online_signal_smoothing/src/acceleration_filter.cpp:35:
/home/gene/ws_moveit2_main/src/moveit2/moveit_core/online_signal_smoothing/include/moveit/online_signal_smoothing/acceleration_filter.h:84:10: fatal error: types.h: No such file or directory
84 | #include <types.h>
| ^~~~~~~~~
compilation terminated.
gmake[2]: *** [online_signal_smoothing/CMakeFiles/moveit_acceleration_filter.dir/build.make:76: online_signal_smoothing/CMakeFiles/moveit_acceleration_filter.dir/src/acceleration_filter.cpp.o] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:1824: online_signal_smoothing/CMakeFiles/moveit_acceleration_filter.dir/all] Error 2
gmake[1]: *** Waiting for unfinished jobs....
gmake: *** [Makefile:146: all] Error 2
Failed <<< moveit_core [15.8s, exited with code 2]
Summary: 11 packages finished [26.7s]
1 package failed: moveit_core
2 packages had stderr output: moveit_configs_utils moveit_core
35 packages not processed
The text was updated successfully, but these errors were encountered: