assisted_teleop
module¶
Module Quick Facts
- Category
- Start/stop/restart the module
pal module start|stop|restart assisted_teleop
- Enable auto-start/disable auto-start
pal module enable|disable assisted_teleop
- Logs
pal module log assisted_teleop cat
Launches the assisted_teleop
Launched nodes
How-to¶
Check the module’s status¶
$ pal module info assisted_teleop
Start/stop/restart the module¶
$ pal module start assisted_teleop
$ pal module stop assisted_teleop
$ pal module restart assisted_teleop
Enable (ie, auto start)/disable the module¶
$ pal module enable assisted_teleop
$ pal module disable assisted_teleop
Check the module’s logs¶
$ pal module log assisted_teleop cat

You can start/stop/restart a module, enable/disable it, check its status and logs from the robot’s web-based control centre: Modules control in the Web User Interface.
See also¶
for a technical reference of PAL’s module management, check The startup process of the robot and application management.