I am trying to build a controller for eyebot_diffusion from scratch (as it is not included in the examples).
This is so that I can get a feel of how to program my own robots using ARGoS in the future.
In the footbot_diffusion, there is a line that goes:
Code: Select all
/* 2D vector definition */
#include <argos2/common/utility/math/vector2.h>
I tried to follow the file link to no avail.
Would appreciate if anyone could confirm this with me.
Thanks
