-
Notifications
You must be signed in to change notification settings - Fork 13.5k
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 Firmware/CMakeLists.txt #3099
Comments
I have the same issue, pls help me |
Can you try the updated documentation at dev.px4.io ? Do you specifically want to compile the firmware for ros, or just want a general sitl setup(provided in the updated doc on the link above) ? |
I already installed the toolchain from dev.px4.io. I want to compile the Firmware for ROS which includes SITL too. |
I want to compile the Firmware for ROS which includes SITL too. |
I am not sure, but I guess the ROS compilation has some issues right now, you could go to previous commit master before the CMake branch was merged in. |
Same issue here, anyone knows what changes introduced this recently ? |
1 similar comment
Same issue here, anyone knows what changes introduced this recently ? |
It still works. The ros build is tested on every commit. Try "make ros" On Mon, Nov 2, 2015 at 7:59 AM, killerlayup notifications@github.com
|
@jgoppert you mean 'rosmake ? |
@zshn25 |
here is my gitter link: |
The basic problem I'm seeing with the ROS build (that gets run when In a catkin workspaces, you typically have:
Catkin seems to set CMAKE_SOURCE_DIR to
|
I wasn't too clear in the previous comment; I was referring to chaging line https://github.com/PX4/Firmware/blob/b3bb8adbc5d3498bb95865820ec7a62bbf14c28e/CMakeLists.txt#L156 to replace CMAKE_SOURCE_DIR with CMAKE_CURRENT_SOURCE_DIR |
Try this catkin_make --cmake-args -DCONFIG=ros_sitl_simple instead of catkin_make |
Has this been fixed? |
Nevermind. This was my mistake. |
We changed the way how things work, so closing this. |
I followed the instructions from https://pixhawk.org/dev/ros/sitl
I created and configured the workspace manually. Everything went well untill the last step.
When I run catkin_make, it gave the following error messages
The text was updated successfully, but these errors were encountered: