Skip to content
Snippets Groups Projects
Commit 5cfc5a48 authored by Felix von Drigalski's avatar Felix von Drigalski Committed by Miguel Prada
Browse files

Add RobotModeDataMsg (#395)

* Add RobotModeDataMsg

* msg: clarify that not all fields from RobotMode are published
parent ae46a304
Branches
No related tags found
No related merge requests found
......@@ -15,6 +15,7 @@ add_message_files(
IOStates.msg
RobotStateRTMsg.msg
MasterboardDataMsg.msg
RobotModeDataMsg.msg
ToolDataMsg.msg
)
......
# This data structure contains the RobotModeData structure
# used by the Universal Robots controller
#
# This data structure is send at 10 Hz on TCP port 30002
#
# Note: this message does not carry all fields from the RobotModeData structure as broadcast by the robot controller, but a subset.
uint64 timestamp
bool is_robot_connected
bool is_real_robot_enabled
bool is_power_on_robot
bool is_emergency_stopped
bool is_protective_stopped
bool is_program_running
bool is_program_paused
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment