Weeks 21 & 22

less than 1 minute read

In the past few weeks, I have performed the following tasks:

  • I’ve begun studying the code of cannon.js
  • I have found that physics correctly updates a robot’s speed and position when a constant acceleration is set.

velocidad

posicion

The robot does not brake suddenly. It brakes progressively.

Constant acceleration

  • First version of a PD controller for acceleration

Control PD acceleration