NAOqi Core - Overview | API
Namespace : AL
#include <alproxies/allauncherproxy.h>
As any module, this module inherits methods from ALModule API. It also has the following specific methods:
Get the list of modules loaded on the robot and connected on the robot
| Returns: | An array of present modules. | 
|---|
Tests the existence of an active module in the global system (in same executable or in another executable of the distributed system).
| Parameters: | 
 | 
|---|---|
| Returns: | True if the module is present, false otherwise. | 
Run an executable and connect it to current broker.
| Parameters: | 
 | 
|---|---|
| Returns: | True if the exectuable started, false otherwise. | 
Loads dynamicaly a module.
| Parameters: | 
 | 
|---|---|
| Returns: | List of modules that wasn’t already load. | 
Import a python module into NAOqi.
| Parameters: | 
 | 
|---|---|
| Returns: | True if the module loaded fine, false otherwise. | 
Run an executable and connect it to current broker.
| Parameters: | 
 | 
|---|---|
| Returns: | True if the exectuable started, false otherwise. |