Advantech Robotic Suite/Advantech ROS2 Data Format
From ESS-WIKI
Revision as of 04:50, 30 January 2023 by Eric.liang (talk | contribs) (Created page with " <br/> = Introduction = The message definition of Advantech ROS node are located in include/adv_msgs folder, message file (.msg) is defined for node data publish/subscribe an...")
= Introduction =
The message definition of Advantech ROS node are located in include/adv_msgs folder, message file (.msg) is defined for node data publish/subscribe and action file (.action) is defined for setting sensor data.
Message definition
AdvSensor.msg
The file AdvSensor.msg is a message definition that holds a detail hardware sensor data that Advantech device/board provided.
# This is a message that holds a detail hardware sensor data that Advantech device/board provided.<br/> #<br/> string sensor # Sensor name<br/> string type # Sensor type: "v", "bv" or "sv"<br/> bool bv # Boolean type of sensor value <br/> float64 v # Number type of sensor value <br/> string sv # String type of sensor value <br/> uint64 ts # Timestamp od sensor value<br/>
Action definition
AdvSensorSet.action
The file AdvSensorSet.action' is a request/response/feedback that holds a detail hardware sensor data that Advantech device/board provided.