diff --git a/src/config/launchOptions.ts b/src/config/launchOptions.ts index 658c71f..4beb141 100644 --- a/src/config/launchOptions.ts +++ b/src/config/launchOptions.ts @@ -39,6 +39,10 @@ export const launchOptions: Record = { image: image, command: ["ros2", "launch", "navigation", "nav2.launch.py"], }, + commander: { + image: image, + command: ["ros2", "launch", "nav_commanders", "commander.launch.py"], + }, gps: { image: image, command: ["ros2", "launch", "gps", "rover.launch.py"],