april  1.0.0
...
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Actuators

Actuators module is part of the command interface for april library.



ak.kinds

The list of registered types of actuators in current world.

Usage

ak.kinds list kinds of actors
ak.kinds helpprints usage instructions



ak.list

This function lists actuators in an actor in current world and some of their basic properties (id, name of the id, running cost and packed energy).

Usage

ak.list <actor> lists actors in current world
ak.list helpprints usage instructions

Options

actorthe actor who'se actuators are listed; this is the offset of the actor in the world list



ak.new

This function creates a new actuator in an actor in current world. The energy for the actuator is taken from the free energy of the world.

Usage

ak.new <actor> <id> create new actuator instance
ak.new helpprints usage instructions

Options

actordestination actor where new actuator is created; this is the offset of the actor in the world list
idthe ID of the new actuator to create; if the id is invalid or represents a different component the function fails.




Brain april-cmd library Events