-
Notifications
You must be signed in to change notification settings - Fork 159
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
Building on Humble with Colcon #44
Comments
This package is not yet ROS2 compatible. Some effort has been made on the Can you try that branch to see if it works? |
It did compile with Galactic ! |
I am wondering if this has a ros2 version documentation. I am willing to help testing this package in the ros2 environment if needed. |
We have discussed this internally and we'll make an effort to support ros2 humble as well. I'll keep you posted! |
Hi @Timple ! What's the current status of the ROS2 branch? Should I consider using it in my simulation or is it highly unlikely that it's going to be usable in the nearest future? Thank you a lot! |
It should be operational for Humble. Please go ahead and try it out! edit: documentation etc are not up to date yet. |
Hi Timple! I've successfully build the project with your full_coverage_path_planner package and all the dependencies (at least the ones I'm aware of). But I'm not sure how to run the test examples. I have copied the launch files into the ./install/full_coverage_path_planner/share/full_coverage_path_planner/ folder. When I try to run the launch file example I'm getting the error:
Maybe you could give me some hints how to launch the examples? I've read your documentation in this repo, but it seems not to apply to the ros2 branch. edit:
It's the first time I'm trying to fix a launch file, so I'm not sure what I'm doing.. rotfl edit 2: I tried to apply most of the changes, but the error message is still the same which doesn't help with debugging. Also, when using --debug param in the launch command is not helping, because I'm getting no trace about which particular line in the xml launch file causes the error.
I assume that you must have some testing script that you've beed using during the migration process to Ros2. Could you consider sharing it here or in the repo? Even if it's just a simple dirty snippet, it would help a lot! I would really appreciate that! |
Hi @Timple, Thank you so much! |
Is there a port or guide to build this package on humble ? On humble catkin is having all sorts of issues, and lots of forums point to Colcon as the tool to build. Appreciate your help. Newbie here, sorry if this is not the right place to ask this question. Thanks !
The text was updated successfully, but these errors were encountered: