Archive for the ‘Autonomous Rover’ Category

SAGAR Update, New Motor Controller and Motors

Bill | August 7, 2010 in Autonomous Rover, Projects | Comments (7)

Hey Guys,

It’s been a while since I posted an update on SAGAR, but here’s the latest.

I wanted her to go faster. My original motors would only do about 1.2 m/s tops. Well, with a little help from a friend, I found new motors that would bring up the top speed to well over 3 m/s. However, they require more current to reach that speed, more then my original controller could handle. So it had to be replaced.


Getting Data BACK From Google Earth and Into LabView

Bill | June 23, 2010 in Autonomous Rover, Source Code, Videos | Comments (0)

I wanted to be able to get information back from Google Earth. It’s already easy to plot information on Google Earth, but getting information back, like the GPS coordinates under the mouse pointer, was another story. Well, I slaved myself to my desk for a few days and figured it out. I created a sample VI program that displays the GPS coordinates of the Mouse over the globe, and captures the coordinates on a left mouse click. It then feeds them back into Google Earth as a point.


SAGAR System Overview, Part 1

Bill | April 20, 2010 in Autonomous Rover, Projects, Tutorials, Videos | Comments (0)

My SAGAR project has gotten to a point where I would like to document the system design through a series of detailed posts.

First I’ll show the new interface, and talk about how it communicates with SAGAR.

Here is a video of the new interface, with an inset of SAGAR as it runs the mission.

NMCI friendly:
If you can see this, then you might need a Flash Player upgrade or you need to install Flash Player if it's missing. Get Flash Player from Adobe.


SAGAR Update!! Mission Mode with LabView Panel

Bill | April 13, 2010 in Autonomous Rover, Projects, Videos | Comments (2)

In a joint effort between my girlfriend and I, SAGAR now has a super fancy LabView based graphical user interface. The video below is a screen capture of the interface as SAGAR runs a mission taking it around a parking lot. All communications are in the form of NMEA sentences. The DIYdrones ground station gave us a few ideas of what we wanted to do.


S.A.G.A.R. update – IT’S ALIVE!!!!

Bill | April 7, 2010 in Autonomous Rover, Projects | Comments (0)

Ok, so I’m a little overexcited. I just got back from watching SAGAR complete it’s first autonomous mission. I just finished coding the navigation functions and couldn’t wait till the next day to test. Attached is an image of the mission it ran.

I used a Ardupilot program to generate the mission file with waypoints, convert it to a hex file using gcc, and I manually flash that into the Axon’s EEPROM memory. When SAGAR comes online, I give it a command to scan the mission file in memory, then I command it to run the mission.


S.A.G.A.R. Update, Compass Woes

Bill | February 6, 2010 in Autonomous Rover, Projects | Comments (0)

I have been asked by a few people how SAGAR is going, so I guess I need to do some updates more often. Anyway, SAGAR was shelved for a while. The last tests of the closed loop heading controller showed I had something messing with the compass readings. Further tests concluded that my batteries were biasing my compass.


S.A.G.A.R.’s Motor Controller Source Released

Bill | January 9, 2010 in Autonomous Rover, Source Code | Comments (1)

Alright, alright. After the messages and people asking, I have decided to post my Motor-controller code. Please before you make fun, realize I am not a programmer. The code works, and I think it is a decent couple hundred of lines. Let me know what you think!!! Don’t forget to link to my site if you use/post it.

Download source:    motorcontroller1_0


S.A.G.A.R.’s Smart Motor Controller

Bill | January 1, 2010 in Autonomous Rover, Projects | Comments (0)

Part 2 of my documenting of my robot project focuses on the just completed “Smart Motor Controller”. I call it a smart controller because, unlike other motor controllers on the market, mine utilizes feedback from the motors to precisely set wheel speeds and report back how far the robot has traveled.The brain of the controller is an Arduino Pro mini, pictured in this post. The actually driver H-bridge  is a Ardumoto from SparkFun.


S.A.G.A.R. Semi-Autonomous Gps Assisted Rover

Bill | December 29, 2009 in Autonomous Rover, Projects | Comments (7)

Well, I finally have gotten around to posting about my current project, Sagar! (The name might be changed if i come up with a better one) Basically, in an effort to better understand the technology I use at my job in the Navy, I am building a robot from scratch. My hope is in the end to have a robot that can be driven remotely, or drive itself with the aid of a GPS and inertial navigation system as well as avoid obstacles and reroute around them. I want it to be able to ‘record’ a route while being driven remotely, then be able to ‘replay’ the path without any assistance.