#include "../../vm/natives.h"
Go to the source code of this file.
Variables | |
AsebaVMDescription | vmDistanceSensorsDescription |
AsebaVMDescription | vmLeftMotorDescription |
AsebaVMDescription | vmProximitySensorsDescription |
AsebaVMDescription | vmRightMotorDescription |
{ "distance sensors", { { 1, "id" }, { 1, "source" }, { 32, "args" }, { 180, "distances" }, { 0, NULL } } }
Definition at line 59 of file AsebaMarxbot-vm-descriptions.c.
{ "left motor", { { 1, "id" }, { 1, "source" }, { 32, "args" }, { 1, "speed" }, { 2, "odo" }, { 0, NULL } } }
Definition at line 23 of file AsebaMarxbot-vm-descriptions.c.
{ "proximity sensors", { { 1, "id" }, { 1, "source" }, { 32, "args" }, { 24, "bumpers" }, { 12, "ground" }, { 0, NULL } } }
Definition at line 47 of file AsebaMarxbot-vm-descriptions.c.
{ "right motor", { { 1, "id" }, { 1, "source" }, { 32, "args" }, { 1, "speed" }, { 2, "odo" }, { 0, NULL } } }
Definition at line 35 of file AsebaMarxbot-vm-descriptions.c.