diff --git a/src/ur/rt_state.cpp b/src/ur/rt_state.cpp index f13aa73..fe405af 100644 --- a/src/ur/rt_state.cpp +++ b/src/ur/rt_state.cpp @@ -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; }