mirror of
https://gitlab.com/obbart/universal_robots_ros_driver.git
synced 2026-04-10 10:00:48 +02:00
Fixed RTState parsing bug
This commit is contained in:
@@ -20,6 +20,7 @@ bool RTShared::parse_shared2(BinParser& bp)
|
||||
bp.parse(digital_input);
|
||||
bp.parse(motor_temperatures);
|
||||
bp.parse(controller_time);
|
||||
bp.consume(sizeof(double)); //Unused "Test value" field
|
||||
bp.parse(robot_mode);
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user