Colcon Setup? [closed]
Hi,
I am playing around with AWS' RoboMaker. I've noticed that it uses Colcon as the build tool. Currently I am using catkin (ROS1).
So I can align my own build env's with AWS (this is to aid the problems I'm having getting it to build) how do I install Colcon?
The git repo https://github.com/colcon doesn't seem to explain this (well I've not been able to find it if it does).
Can someone what I need to download and install.
Kind Regards
Mark
Doesn't the "Read The Docs" manual help? See colcon.readthedocs.io.
Just found it :-/
https://colcon.readthedocs.io/en/rele...
How did you get it to work Mark? aws-robotics ROS package readmes suggest it is Kinetic compatible, but it uses colcon from ROS2 - I'm confused. I built the packages in a separate colcon_ws but sourcing local_setup.sh fails.
Hi Wezzoid - yes agreed it is rather confusing.
I think you can get colcon working with ROS1. Although I found that you can just build the AWS packages with catkin. You just need to type "catkin_make_isolated" that will build the plain make stuff too.