diff --git a/dist/index.js b/dist/index.js index 76836af30..2b2dc26a1 100644 --- a/dist/index.js +++ b/dist/index.js @@ -7988,6 +7988,7 @@ const aptDependencies = [ "lcov", "python3-catkin-pkg-modules", "python3-pip", + "python3-rosinstall-generator", "python3-vcstool", "wget", // FastRTPS dependencies diff --git a/src/package_manager/apt.ts b/src/package_manager/apt.ts index 2755e1364..874407cbe 100644 --- a/src/package_manager/apt.ts +++ b/src/package_manager/apt.ts @@ -20,6 +20,7 @@ const aptDependencies: string[] = [ "lcov", "python3-catkin-pkg-modules", "python3-pip", + "python3-rosinstall-generator", "python3-vcstool", "wget", // FastRTPS dependencies