-
Notifications
You must be signed in to change notification settings - Fork 160
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
Issues building with catkin_make_isolated and colcon #70
Comments
Our ROS1 packages here are targeted and tested under 'catkin' build system. Building with colcon may not work, CMakeLists are not the same. May I ask the reason for using colcon (which is used by ROS2)? |
colcon can also be used for ROS1, and it results in an install space that can be deployed/copied. So using colcon would be much more convenient... I spent some time looking at making it work, and I think there would need to be quite a few changes, but if you're open to it I'll submit a PR... You also have a ROS2 package, which looks like it defines the proper install targets... |
Even if I use Example errors:
Full output for
|
Thank you for your feedback. We will look into this issue asap. |
@penglongxiang I submitted a PR #71 which should fix the build. Please take a look. |
I'm using
colcon
to build ROS1 packages.When installing
xarm_ros
withcolcon build
I get the following error:It looks like the CMake file for
xarm_sdk
doesn't install it's include directory, perhaps it should?Any advice would be very helpful.
The text was updated successfully, but these errors were encountered: