Let's Make Robots!

GPS

Autonomous transatlantic boat

While exploring the LMR website, I came across a couple of autonomous boat projects that looked really cool. They reminded me of another project that I've been watching for a while now called the Scout Transatlantic Project. If you haven't seen it, it's an 8 foot long carbon/kevlar boat, controlled by an arduino mega, and powered by solar panels and lipos. Enjoy.

Simon

Hands free! navigation from a known GPS point given a distance and bearing
I am looking at building a relativly 'hands free' GPS navigator for bush walking as a backup for magnetic compass work. Keeping track of distance and bearing in … Read more

GPS tracking project

 

hello guyz,

 

its been quite some time till i checked out LMR (due to major exams :P) and its got better then the past .

 

I ran into some confusion about my new project (and thought its best to ask here) since its first time i am using GPS , i checked

 

out several posts on LMR which helped me a  lot especially Gareth's post which was very informative for any gps starter guide.

 

Possible AGV

mlandergan's picture

So I came across patrick's agv (http://letsmakerobots.com/node/18922) and his tutorial (http://letsmakerobots.com/node/19554.) and I remembered that I have a nice rc car. Once I learn more about robotics, I plan to build an Automated guided vehicel with the same compass and gps. Is this a hard build? 

 

Here is a video that I took of the rc car

Embedded video: 

Wearable GPS Logger for Waypoint-Network

ben0bi's picture

I got the idea to make a wearable GPS logger wich logs the routes you walk.

This logged data will be uploaded to a server. A robot could now get a position to go, search the database on the server for any logged point in the area wich connects to a point wich is near the target area. Because a human beeing already walked there (and was outside and nothing was above him ;) ) there should be almost no obstacles..

Of course, the robots course will be logged, too but my intention is to create data from more than one source to control another source.

MY AGV development platform

arbarnhart's picture

 

I decided to do this as a blog as I plan for this to be a long term test platform as I mess around with different tech along the way.

OK I started by buying this RC truck chassis on eBay:

It uses a 7.2v NiMH battery and powers the motor using an ESC that delivers a few AMPs of 6v through a BEC to power a transceiver and the steering servo. Instead of a transceiver, I am hooking up an Arduino Fio and various components, housing them in a project box:

I have some GPS modules I will swap for sensors

arbarnhart's picture

 

These are Pharos GPS-360s that came with MS Streets but they have been hacked for use with micro-controllers. They are breadboard ready and I will provide info on pinouts and even an Arduino sketch to read them. They are accurate, especially in motion, but tend to report they are jumping around in a small area (maybe 15' under an open sky) when at rest. It is still the "right" small area, but for my application I need ridiculous accuracy. Anyway, I have 3 of these to trade.

Improving GPS accuracy by using a pair

arbarnhart's picture

 

I can't take credit for this idea; a neighbor did a project for a local utility involving RF meter reading and he used 2 GPS units in the vehicle.

Good algorithm for when to trust GPS speed and course?

arbarnhart's picture

In my testing so far, GPS modules that are locked in do a much better job in motion than sitting still. If I ride a bike down the street with a GPS, it will capture my route almost perfectly until I stop and then it gets "fidgety" and will jump around. Some modules do a better job of staying nearly fixed, but  I haven't had any that were perfect. The location data is still reasonably valid, but the implied motion throws off the speed and course reporting drastically. I need to come up with an algorithm to know when to ignore it but I need to start using it as soon as it is valid.

very cheap GPS

arbarnhart's picture

I posted this as a comment on the cheap FTDI cable idea and it occurs to me that a lot of folks who might be interested will miss it there...

Self positioning buoy for scientific use
Using a
Some of you might have read my post on Whirligig http://letsmakerobots.com/node/16995 and its predecessor SEA RENDERING http://letsmakerobots.com/node/21098, and … Read more
This is Mark II of the Whirligig project http://letsmakerobots.com/node/16995 code name SEA RENDERING (it’s not actually a code name, just an anagram for my name … Read more
  So you are interested in building a GPS guided vehicle? Well this is not for the beginner. This walk through does not hold your hand. I am expecting that you … Read more

AGV

Here is my AGV. It drives to GPS waypoints.  It is currently using a Arduino, GPS, and of course a motor controller. The bot itself is a Hummer RC truck from … Read more

Iphone controlled XMOS powered UGV robot!

xmos's picture

Another XMOS robot I have found, made by people at University of Denver.

Demonstration of XMOS real-time ability. This test is running 8 independent tasks: gps task, ultra-sonic task, compass task, wifi receive task, wifi transmit task, pwm output task, behavior task, status led task:

http://www.youtube.com/watch?v=KUYIEC_V984

 

Control of a ground vehicle via XMOS microprocessor and iPhone through wifi:

Embedded video: 
I might be breaking some LMR rules, but this robot was built on my spare time while funded by the University of Oslo  and my employer APPLY Sørco, covering the … Read more

Using GPS via Serial Connection!

CaptainObvious's picture

Well, I found out that Maplin had a really cheap GPS module that supports UART (Serial) at 38400 BPS. I'm still waiting for it, but here's what I have so far!

Here's the unit, and specs: (unit was JUST discontinued, so won't be able to find much info on the device itself)

GlobalTopSC200-1.jpg

XMOS Challenge : ONR robot beginnings

robologist's picture

Description of the ONR (maybe a real name TBA)

This robot is to navigate outdoors from point to point, possibly going through a series of predetermined points. Point location can be marked by traffic cones, GPS coordinates, or other orienteering markers as detailed in various contests like Robomagellan or the DPRG outdoor contests.  Requirements include finding and recognizing the point, as well as negotiating any obstacles between points, and maintaining a remote stop.

Use an Arduino GPS Shield to Fix position,altitutude,time,date........
Using a
GPS:- The Complete Guide to Global Positioning Systems. Blogged Here :- Guide to Global Positioning Systems.   Check also:- Fundamentals of a GPS guided vehicle … Read more

GPS - The Complete Guide - Arduino based Global Positioning System

Gareth's picture

GPS:- The Complete Guide to Global Positioning Systems.

Updated Here :- Arduino based Global Positioning System

How they Work and How to interface them into your Robot.

Does your Robot need to fix its absolute Position - Speed - Heading - Time - Date & Altitude.


Here is a Guide to explain the Process.

Drive with an autonomous systems using ultrasonic sensors and GPS
Using a
This project tries to manage any RC Car which you can purchase in your city using a NXT brick and a Lattebox NXTe. Read more