-
Notifications
You must be signed in to change notification settings - Fork 12
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
CMake Error at /opt/ros/noetic/share/catkin/cmake/catkin_package.cmake #4
Comments
Hi, I cannot reproduce the issue (I tried a fresh install to check, but it works for me). I think the issue is that I think running |
Hello, I have also encountered the same issue. I have already run |
How are you building the planner, are you using If not, is the name of the package If the error remains, please let me know how you are building so that I can try to reproduce it. |
Hello friends in the community, may I ask if catkin build mpc_planner is running during compilation? I'm not sure what 'your_system' means in 'catkin build mpc_planner_<your_system>' in readme. When I run catkin build mpc_planner, there will be the following error message: Errors << mpc_planner_solver:cmake /home/rancho/1hmy/mpc_planner_ws/logs/mpc_planner_solver/build.cmake.004.log solver.cmake CMake Error at /opt/ros/noetic/share/catkin/cmake/catkin_package.cmake:367 (message): cd /home/rancho/1hmy/mpc_planner_ws/build/mpc_planner_solver; catkin build --get-env mpc_planner_solver | catkin env -si /usr/bin/cmake /home/rancho/1hmy/mpc_planner_ws/src/mpc_planner/mpc_planner_solver --no-warn-unused-cli -DCATKIN_DEVEL_PREFIX=/home/rancho/1hmy/mpc_planner_ws/devel/.private/mpc_planner_solver -DCMAKE_INSTALL_PREFIX=/home/rancho/1hmy/mpc_planner_ws/install -DCMAKE_BUILD_TYPE=Release; cd - .......................................................................................................................... |
@Yihappyy Sorry, I still cannot reproduce the issue. But looking at the original message, it seems that decomp_util was somehow build with |
@hmyooo You do not have to install For easier use of the planner I highly recommend the VSCode environment: https://github.com/tud-amr/mpc_planner_ws/tree/main where these steps are captured in tasks. |
Thank you very much for your reply. I have tried this website https://github.com/tud-amr/mpc_planner_ws/tree/main However, when running Jackal: Build, there is still a problem with the following steps: Starting >>> mpc_planner_solver Errors << mpc_planner_solver:cmake /workspace/logs/mpc_planner_solver/build.cmake.000.log solver.cmake CMake Error at /opt/ros/noetic/share/catkin/cmake/catkin_package.cmake:367 (message): cd /workspace/build/mpc_planner_solver; catkin build --get-env mpc_planner_solver | catkin env -si /usr/bin/cmake /workspace/src/mpc_planner/mpc_planner_solver --no-warn-unused-cli -DCATKIN_DEVEL_PREFIX=/workspace/devel/.private/mpc_planner_solver -DCMAKE_INSTALL_PREFIX=/workspace/install -DCMAKE_BUILD_TYPE=RelWithDebInfo -DPYTHON_VERSION=3; cd - ............................................................................................... Warnings << roadmap:make /workspace/logs/roadmap/build.make.000.log ............................................................................................... |
Sorry, the latest situation is that I used the jackal: generate slow and build command again without any errors, but ran JackalSimulator: Run Simulator command reports RLException error: [ros1_jackalsimulator.launch] is neither a launch file in package [mpc_planner_jackalsimulator] nor is [mpc_planner_jackalsimulator] a launch file name |
Please use |
Your suggestion is very useful, thank you very much!!! |
CMake Error at /opt/ros/noetic/share/catkin/cmake/catkin_package.cmake:183 (message):
catkin_package() CATKIN_DEPENDS on 'decomp_util', which has been found in
'/home/zwh/plan/MPCC/TMPCPlanner/devel/share/decomp_util/cmake/decomp_utilConfig.cmake',
but it is not a catkin package
The text was updated successfully, but these errors were encountered: