Functions | |
| def | check_if_executable_available (name) |
| def | check_master () |
| Ros. More... | |
| def | logerror (message) |
| def | logfatal (message) |
| def | loginfo (message) |
| Logging. More... | |
| def | logwarn (message) |
| def | read_template (template_filename) |
| File Handling. More... | |
| def | which (program) |
| System. More... | |
| def rocon_hub.utils.check_if_executable_available | ( | name | ) |
Ensure a particular executable is available on the system. Could use package names and python-apt here to find if the package is available, but more reliable and general - just check if program binary is available. Deprecated - aborts program execution with fatal error if not found.
| def rocon_hub.utils.check_master | ( | ) |
| def rocon_hub.utils.read_template | ( | template_filename | ) |