autoware_path_optimizer and autoware_trajectory_optimizer Fail to Build — Missing Generated Code Error #7118
klaxmiprasanna
started this conversation in
Design
Replies: 1 comment
-
|
Hi @klaxmiprasanna,
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello Autoware community,
I'm trying to build Autoware from source, but two planning packages are failing to build:
autoware_path_optimizer
autoware_trajectory_optimizer
Error Details
When building autoware_path_optimizer, I get the following error:
In this package, headers install destination is set to
includeby ament_auto_package. It is recommended to installinclude/autoware_path_optimizerinstead and will be the default behavior of ament_auto_package from ROS 2 Kilted Kaiju.No such file or directory
gmake[2]: *** [src/acados_mpc/CMakeFiles/generate_acados_code.dir/build.make:82: src/acados_mpc/c_generated_code/acados_solver_curvilinear_bicycle_model_spatial.h] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:259: src/acados_mpc/CMakeFiles/generate_acados_code.dir/all] Error 2
gmake: *** [Makefile:146: all] Error 2
What I've Tried
Ran git submodule update --init --recursive
Verified the acados_mpc folder exists and contains:
acados_ocp.json
c_generated_code/ folder
generators/, include/, src/, utils/ folders
Installed rosdeps with rosdep install --from-paths src --ignore-src -r -y
Cleaned build/install/log folders and rebuilt with colcon build
System Information
OS: Ubuntu 22.04
ROS 2 Version: Humble
Beta Was this translation helpful? Give feedback.
All reactions