-
-
Notifications
You must be signed in to change notification settings - Fork 74
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
Error building catkin ws #88
Comments
It seems like that https://github.com/ros/rosconsole/blob/noetic-devel/include/ros/console.h should include boost.h but doesn't .. |
Can you try |
Including boost's header worked! The first time around, it failed with a
|
Great. It would be nice if you open an issue (or, even better, a pull request) upstream in rosconsole to get this fixed. Closing here as it's not a robostack specific problem. |
First of all, thanks for the extraordinary effort of moving ROS to conda, it's epic!
I was able to install ros-noetic + moveit and the panda config in my Windows 10 machine without any issues. Afterwards, I tried to create a catkin ws and build a super trivial package, but got some errors I could not resolve.
The package I tried to build is https://github.com/gramaziokohler/ros_file_server
The error I get is this when I run
catkin_make
on the root of my workspace (containing only the source package mentioned above):I installed compilers and all other tooling as described in your docs (e.g.
conda install compilers cmake pkg-config make ninja
), but one thing that I could not install iscatkin_tools
because it's only available for mac and linux, not windows.The text was updated successfully, but these errors were encountered: