Get spawn_robot installed correctly - Fix for multi-robot test (#1306)
* Get spawn_robot installed correctly * Removing default argument value. Specifying a default argument value gives it a value if no argument is specified. That is not correct in this case. The -t argument should be None if -s is specified.
Showing
- nav2_bringup/spawn_robot/package.xml 0 additions, 2 deletionsnav2_bringup/spawn_robot/package.xml
- nav2_bringup/spawn_robot/setup.py 1 addition, 2 deletionsnav2_bringup/spawn_robot/setup.py
- nav2_bringup/spawn_robot/spawn_robot/__init__.py 0 additions, 0 deletionsnav2_bringup/spawn_robot/spawn_robot/__init__.py
- nav2_bringup/spawn_robot/spawn_robot/spawn_robot.py 1 addition, 1 deletionnav2_bringup/spawn_robot/spawn_robot/spawn_robot.py
Please register or sign in to comment