Merge remote-tracking branch 'origin/main' into user/aliberts/2025_02_25_refactor_robots

This commit is contained in:
Simon Alibert
2025-02-26 16:26:03 +01:00
51 changed files with 278 additions and 130 deletions

View File

@@ -86,7 +86,7 @@ def test_robot(tmp_path, request, robot_type, mock):
robot.connect()
robot.teleop_step()
# Test data recorded during teleop are well formated
# Test data recorded during teleop are well formatted
observation, action = robot.teleop_step(record_data=True)
# State
assert "observation.state" in observation