GPS Sensor

Requests regarding how to set up experiments in ARGoS.
jaffar
Posts: 16
Joined: Fri Nov 28, 2014 9:50 am
Location: Abbottabad
Contact:

GPS Sensor

Postby jaffar » Mon Feb 16, 2015 8:29 pm

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.

pincy
Site Admin
Posts: 632
Joined: Thu Mar 08, 2012 8:04 pm
Location: Boston, MA
Contact:

Re: GPS Sensor

Postby pincy » Tue Feb 17, 2015 12:38 am

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
I made ARGoS.


Return to “How to... ?”