colcon usage in Robomaker

0

Hi everyone,
I am developing on Melodic. This is my first time using the Robomaker and colcon. Coming from catkin, I have a few questions about it:

  1. Are we supposed to effectively abandon catkin in Robomaker and use colcon instead for ROS 1 too?

  2. What about apt? We use colcon instead of that too? Is that recommended best practices?

  3. Is there an equivalent to the catkin_create_pkg? I see <ros2 pkg create> but that seems to be for ROS2 only.

Thank you for your help

質問済み 4年前220ビュー
1回答
0

Hi, Welcome!

  1. For building and bundling, yes you need to use colcon build and colcon bundle to create your 'output.tar' files for your robot_ws and simulation_ws. These are used to run your simulation job in RoboMaker.
  2. You can use the 'apt' package manager to install packages, but we recommend using 'rosdep' instead as it will find the necessary packages for you
  3. You can still create packages using the catkin_package_create script as shown here: http://wiki.ros.org/ROS/Tutorials/CreatingPackage You will use colcon after the package is created to build and bundle your packages.
AWS
回答済み 4年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ