Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

SUMMARY OF THE CURRENT STATUS

CURRENT PROGRESS

Software

  • Implemented a simulator in C for Linux. This is integrated with the code used on cars (ca2). It simulates the cars dynamics and the behavior of the Camera Positioning Systems (CPS). Besides being very useful to verify the system model, it makes easy to test changes to code and the controller before applying those changes to cars.
  • Implemented a script to visually debug cars behavior. It works both with the simulator and test-bed experiments data.
  • ca2: grouped utility functions in a separate folder that is shared with the simulator.
  • CPS: fixed a bug that affected the initial target dectection for cars that were not tracked by computer 0.
  • CPS: implemented linear error correction for the computation of camera position.
  • CPS: now compute and send also the 2D speed of the cars.

Note about CPS usage. This makes Andrea CPS Since CPS now compute and send the 2D speed to cars, AndreaCPS is not compatible to previous ca2 versions and . Viceversa my ca2 is not compatible with previous version of CPS. Kevin and Leo CPS have bug (didn't check previous versions but likely to not have it)This is because the communication protocol between CPS and ca2 is now a little bit different. In general I would suggest using AndreaCPS instead of KevinCPS or LeoCPS. This because of the bug that involved the initial target detection. I did not check CPS versions that are previous to KevinCPS but it is likely that those versions do not have this bug since computer 1 and 2 do not send their information to computer 0 before being send to cars.

Model

Others

  • expanded troubleshooting section.

...