diff --git a/src/config/launchOptions.ts b/src/config/launchOptions.ts index 897afd1..dd9944b 100644 --- a/src/config/launchOptions.ts +++ b/src/config/launchOptions.ts @@ -29,10 +29,10 @@ export const launchOptions: Record = { }, slam: { image: image, - command: ["ros2", "run", "navigation", "slam.launch.py"], + command: ["ros2", "launch", "navigation", "slam.launch.py"], }, navigation: { image: image, command: ["ros2", "launch", "navigation", "nav2.launch.py"], }, -}; \ No newline at end of file +};