module_name is part of the command interface for april library.
The list of registered types of sensors in current world.
s.kinds | list kinds of actors |
s.kinds help | prints usage instructions |
This function lists sensors in an actor in current world and some of their basic properties (id, name of the id, running cost and packed energy).
s.list <actor> | lists actors in current world |
s.list help | prints usage instructions |
actor | the actor who'se sensors are listed; this is the offset of the actor in the world list |
This function creates a new sensor in an actor in current world. The energy for the sensor is taken from the free energy of the world.
s.new <actor> <id> | create new sensor instance |
s.new help | prints usage instructions |
actor | destination actor where new sensor is created; this is the offset of the actor in the world list |
id | the ID of the new sensor to create; if the id is invalid or represents a different component the function fails. |
Actor | april-cmd library | Reflexes |