module documentation
Uncategorized utility routines for roslaunch.
This API should not be considered stable.
Function | change |
use echo (where available) to change the name of the terminal window |
Function | check |
Check size of log directory. If high, print warning to user |
Function | check |
Check roslaunch file for errors, returning error message if check fails. This routine is mainly to support rostest's roslaunch_check. |
Function | get |
No summary |
Function | print |
No summary |
Function | resolve |
Resolve command-line args to roslaunch filenames. |
Function | update |
append master URI to the terminal name |
Function | _set |
Undocumented |
Function | _wait |
Block until ROS Master is online |
Variable | _terminal |
Undocumented |
Check roslaunch file for errors, returning error message if check fails. This routine is mainly to support rostest's roslaunch_check.
Parameters | |
f | roslaunch file name, str |
use | Consider test_depends, Bool |
ignore | Consider ignore default arg requirements, Bool |
Returns | |
error message or None |
Parameters | |
options | run_id value from command-line or None, str |
options | the wait_for_master command option. If this is True, it means that we must retrieve the value from the parameter server and need to avoid any race conditions with the roscore being initialized. bool |
Parameters | |
roslaunch | list of launch files to load, str |
Returns | |
list of files involved in processing roslaunch_files, including the files themselves. |