Package | Description |
---|---|
Robots | |
swarm.Interfaces | |
swarm.robot | |
swarm.robot.communication | |
swarm.robot.helpers | |
swarm.robot.indicator | |
swarm.robot.sensors |
Modifier and Type | Class and Description |
---|---|
class |
MyTestRobot |
Modifier and Type | Method and Description |
---|---|
void |
IMqttHandler.handleSubscription(Robot r,
MqttMsg m) |
Modifier and Type | Class and Description |
---|---|
class |
VirtualRobot
VirtualRobot implementation of the Robot
|
Modifier and Type | Method and Description |
---|---|
void |
SimpleCommunication.handleSubscription(Robot robot,
MqttMsg m) |
void |
DirectedCommunication.handleSubscription(Robot robot,
MqttMsg m) |
Modifier and Type | Method and Description |
---|---|
void |
Coordinate.handleSubscription(Robot robot,
MqttMsg message)
Handle localization related MQTT subscriptions
|
void |
RobotMQTT.handleSubscription(Robot robot,
MqttMsg m)
Handle localization related MQTT subscriptions
|
Modifier and Type | Field and Description |
---|---|
protected Robot |
AbstractIndicator.robot |
Modifier and Type | Method and Description |
---|---|
abstract void |
AbstractIndicator.handleSubscription(Robot r,
MqttMsg m)
Handle related MQTT subscriptions
|
void |
NeoPixel.handleSubscription(Robot r,
MqttMsg m)
Handle NeoPixel related MQTT subscriptions
|
Constructor and Description |
---|
AbstractIndicator(Robot robot,
RobotMqttClient mqttClient)
AbstractIndicator class
|
NeoPixel(Robot robot,
RobotMqttClient mqttClient)
NeoPixel class
|
Modifier and Type | Field and Description |
---|---|
protected Robot |
AbstractSensor.robot |
Modifier and Type | Method and Description |
---|---|
void |
ProximitySensor.handleSubscription(Robot robot,
MqttMsg m)
Handle proximitySensor related MQTT subscriptions
|
void |
ColorSensor.handleSubscription(Robot robot,
MqttMsg m)
Handle colorSensor related MQTT subscriptions
|
void |
AbstractSensor.handleSubscription(Robot r,
MqttMsg m)
Handle related MQTT subscriptions
|
void |
DistanceSensor.handleSubscription(Robot robot,
MqttMsg m)
Handle distanceSensor related MQTT subscriptions
|
Constructor and Description |
---|
AbstractSensor(Robot robot,
RobotMqttClient mqttClient)
AbstractSensor class
|
ColorSensor(Robot robot,
RobotMqttClient mqttClient)
ColorSensor class
|
DistanceSensor(Robot robot,
RobotMqttClient m)
DistanceSensor class
|
ProximitySensor(Robot robot,
int[] angles,
RobotMqttClient m)
ProximitySensor class
|
ProximitySensor(Robot robot,
RobotMqttClient m)
ProximitySensor class
|