Beispiel #1
0
def test_freeze_command():
    command = RobotCommandBuilder.freeze_command()
    _test_has_full_body(command)
    assert command.full_body_command.HasField("freeze_request")