-
Notifications
You must be signed in to change notification settings - Fork 559
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
KDL parameters fail to build on latest version of generate_parameter_library
#2749
Comments
@sea-bass I opened #2758 to track regression we're seeing on Iron. Do you think the issue can be patched and bloomed in |
It's possible that PickNikRobotics/generate_parameter_library#185 will fix it, and we'll see what we can do for end of the week. If not, then that (and the corresponding humble PR to |
Sounds good! Thanks for the quick response! |
Today I got also this error on my build of moveit2 on a Rasberry Pi 4. |
PickNikRobotics/generate_parameter_library#185 has been merged, so you can use that branch now! |
I'm working on moveit2 with Ubuntu 22.04 & ROS 2 Humble and just resolved this issue. For those who are encountering this one, Here's my command line log. # download new generate_parameter_library which one can resolve this err
cd ~/ws_moveit/src/
wget https://github.com/PickNikRobotics/generate_parameter_library/archive/refs/tags/0.3.8.tar.gz
tar -zxvf 0.3.8.tar.gz
rm -rf 0.3.8.tar.gz
# build downloaded generate_parameter_library and sourcing
cd ~/ws_moveit/
colcon build --symlink-install --packages-select generate_parameter_library --cmake-args -DCMAKE_BUILD_TYPE=Release
source install/local_setup.bash
# Now build whole moveit2 pkgs again
colcon build --mixin release --parallel-workers 4 |
This issue is being labeled as stale because it has been open 45 days with no activity. It will be automatically closed after another 45 days without follow-ups. |
Description
When building the KDL plugin in the
moveit_kinematics
package, I see build errors because the generated header file from the parameters places two.
characters in a row, which is invalid C++.This stems from the parameter map defined in https://github.com/ros-planning/moveit2/blob/main/moveit_kinematics/kdl_kinematics_plugin/src/kdl_kinematics_parameters.yaml#L8-L16
I believe these were caused by this recent PR to generate_parameter_library: PickNikRobotics/generate_parameter_library#166. I filed issue PickNikRobotics/generate_parameter_library#182 in that repo as well.
Your environment
main
Backtrace or Console output
The text was updated successfully, but these errors were encountered: