- Set the robot to
init
and check for misalignments and important backlashes
- They should not be bent, head should not hit the ground when the robot fall
- Check that the camera focus is not blurry with
view /Vision/TaggedImg
.
- Run
view /Vision/TaggedImg
, check that the (blue) horizon line is properly positionned. You can have a look at a goal post, the horizon line should be at the same height that the robot if it was there.
- Run
view /Vision/yolo/out
, check that the objects are well detected.
- Run
init
,walk
and/moves/head/disabled=0
, put a ball at robot's feet, it should watch it. Center the ball in front of the robot, check for:/localisation/ballY
: should be 0/localisation/ballX
: should be ~0.2
- Check that the robot is able to standup front and back side.
- Run the left and right foot kick for each possible kicks (
classic
andsmall
).
- Run the 3D pyBullet viewer and check that the robot is not abnormally tilted and that the ball is seen at the proper position
- Put the robot on the ground
- Run
tare
, check that the output is OK - Go to
/lowlevel/left_pressure
and monitor the valuesplot pressure_0 pressure_1 pressure_2 pressure_3
, press the jauges and check that it is moving positively - Do the same for right foot in
/lowlevel/right_pressure
- The robot should be able to score a goal by walking from the middle of the field to the ball and kick.