Page 1 of 1

GPS Sensor

Posted: Mon Feb 16, 2015 8:29 pm
by jaffar
Hi,

How can I use GPS sensor to retrieve the values of X and Y positions of footbot in my arena, while footbot is
moving in arena.

Re: GPS Sensor

Posted: Tue Feb 17, 2015 12:38 am
by pincy
Hi,

You can use the positioning sensor, which returns the current position (X,Y,Z) and orientation (as a quaternion) of a robot.

Try:

Code: Select all

argos3 -q positioning
and have a look at the file https://github.com/ilpincy/argos3/blob/ ... g_sensor.h.

Cheers,
Carlo