stdr_msgs¶
Contents:
Summary¶
-
stdr_msgs
¶ Version: 0.2.0
Description: Provides msgs, services and actions for STDR Simulator.
Maintainers: - Chris Zalidis <zalidis AT gmail DOT com>
Licenses: - GPLv3
Urls: Authors: - Chris Zalidis
BuildDepends: BuildtoolDepends: BuildExportDepends: ExecDepends:
Types¶
Message types¶
stdr_msgs/CO2Source
stdr_msgs/RobotIndexedMsg
stdr_msgs/RobotMsg
stdr_msgs/SoundSource
stdr_msgs/Noise
stdr_msgs/RobotIndexedVectorMsg
stdr_msgs/RfidSensorMeasurementMsg
stdr_msgs/KinematicMsg
stdr_msgs/CO2SensorMeasurementMsg
stdr_msgs/ThermalSource
stdr_msgs/SonarSensorMsg
stdr_msgs/LaserSensorMsg
stdr_msgs/RfidTagVector
stdr_msgs/FootprintMsg
stdr_msgs/CO2SensorMsg
stdr_msgs/SoundSensorMeasurementMsg
stdr_msgs/ThermalSensorMeasurementMsg
stdr_msgs/SoundSensorMsg
stdr_msgs/RfidTag
stdr_msgs/SoundSourceVector
stdr_msgs/RfidSensorMsg
stdr_msgs/ThermalSourceVector
stdr_msgs/CO2SourceVector
stdr_msgs/ThermalSensorMsg
Service types¶
stdr_msgs/AddRfidTag
stdr_msgs/LoadExternalMap
stdr_msgs/AddThermalSource
stdr_msgs/AddCO2Source
stdr_msgs/LoadMap
stdr_msgs/DeleteSoundSource
stdr_msgs/DeleteRfidTag
stdr_msgs/DeleteThermalSource
stdr_msgs/AddSoundSource
stdr_msgs/DeleteCO2Source
stdr_msgs/RegisterGui
stdr_msgs/MoveRobot
-
stdr_msgs/AddRfidTag
¶ Field (Request): - newTag (stdr_msgs/RfidTag) –
Field (Response): - success (bool) –
- message (string) –
stdr_msgs/RfidTag newTag --- bool success string message
-
stdr_msgs/LoadExternalMap
¶ Field (Request): - map (nav_msgs/OccupancyGrid) –
nav_msgs/OccupancyGrid map ---
-
stdr_msgs/AddThermalSource
¶ Field (Request): - newSource (stdr_msgs/ThermalSource) –
Field (Response): - success (bool) –
- message (string) –
stdr_msgs/ThermalSource newSource --- bool success string message
-
stdr_msgs/AddCO2Source
¶ Field (Request): - newSource (stdr_msgs/CO2Source) –
Field (Response): - success (bool) –
- message (string) –
stdr_msgs/CO2Source newSource --- bool success string message
-
stdr_msgs/LoadMap
¶ Field (Request): - mapFile (string) –
string mapFile ---
-
stdr_msgs/DeleteSoundSource
¶ Field (Request): - name (string) –
string name ---
-
stdr_msgs/DeleteRfidTag
¶ Field (Request): - name (string) –
string name ---
-
stdr_msgs/DeleteThermalSource
¶ Field (Request): - name (string) –
string name ---
-
stdr_msgs/AddSoundSource
¶ Field (Request): - newSource (stdr_msgs/SoundSource) –
Field (Response): - success (bool) –
- message (string) –
stdr_msgs/SoundSource newSource --- bool success string message
-
stdr_msgs/DeleteCO2Source
¶ Field (Request): - name (string) –
string name ---
-
stdr_msgs/RegisterGui
¶ Field (Response): - robots[] (stdr_msgs/RobotIndexedMsg) –
--- stdr_msgs/RobotIndexedMsg[] robots
-
stdr_msgs/MoveRobot
¶ Field (Request): - newPose (geometry_msgs/Pose2D) –
geometry_msgs/Pose2D newPose ---
Action types¶
-
stdr_msgs/DeleteRobot
¶ Field (Goal): - name (string) –
Field (Result): - success (bool) –
goal definition
#goal definition string name --- #result definition bool success --- #feedback
-
stdr_msgs/SpawnRobot
¶ Field (Goal): - description (stdr_msgs/RobotMsg) –
Field (Result): - indexedDescription (stdr_msgs/RobotIndexedMsg) –
- message (string) –
goal definition
#goal definition stdr_msgs/RobotMsg description --- #result definition stdr_msgs/RobotIndexedMsg indexedDescription string message --- #feedback
-
stdr_msgs/RegisterRobot
¶ Field (Goal): - name (string) –
Field (Result): - description (stdr_msgs/RobotMsg) –
goal definition
#goal definition string name --- #result definition stdr_msgs/RobotMsg description --- #feedback