-
Notifications
You must be signed in to change notification settings - Fork 6
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
Add ros2 compatibility on ros2 branch #4
Comments
During the process of building the ariac_environment package on ros2 crystal I'm getting the following error:
I've successfully installed all the dependencies using rosdep and have catkin installed, just not through ros2. I don't see any ros2 branches on the official repo. I've had similar issues before but I've always been able to find the appropriate .cmake config file. Not this time, presumably because it's not a ros2 package. |
Yes, ROS2 does not use Catkin any more. So instead of Catkin (build system) and catkin_make (build tool), it uses ament as the build system and colcon as the build tool. Please check the Migration guide for more details. |
However, looking at the status of the p2os port we might have to start thinking of a backup plan, maybe using ros2 bridge. |
Use the appropriate branch of the p2os repo (ros2 or ros2_port)
The text was updated successfully, but these errors were encountered: