LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Robotics

Hello all,

 

As part of my university final year project I have to design some mobile robot simulations.

I've based my code upon the multiple robots in maze example, what I have done is taken out one of the robots and opened a new project, I have added the Garmin GPS sensor to the starter kit 2.0 base and am still using the Parallax ping sensor and the relevant code for it to navigate, I want the gps to record the robots position and speed in the environment how would you suggest doing that, I've got myself in a panic as I've got code which doesn't generate errors and runs but the gps sensor does not seem to work.

 

I'm fairly new to Labview so things will need explaining to me in quite simple terms.

 

I will provide screenshots of my code so far if that helps.

 

Appreciate any help provided.

 

Sean

0 Kudos
Message 1 of 4
(2,359 Views)

Screenshots would not greatly help anyone advise you, code (i.e., VIs) would help.

 

I do not think that many here would be familiar with your multiple robots in maze example and the starter kit 2.0, so that doesn't immediately help much either. Are you talking about a LEGO Mindstorms based robot? Because there is a special forum for that.

 

As to the particulars of your project, how fast are the robots moving, how far do they go, and what is the resolution of the Garmin GPS you are using?

 

Cameron

 

To err is human, but to really foul it up requires a computer.
The optimist believes we are in the best of all possible worlds - the pessimist fears this is true.
Profanity is the one language all programmers know best.
An expert is someone who has made all the possible mistakes.

To learn something about LabVIEW at no extra cost, work the online LabVIEW tutorial(s):

LabVIEW Unit 1 - Getting Started</ a>
Learn to Use LabVIEW with MyDAQ</ a>
0 Kudos
Message 2 of 4
(2,348 Views)

As far as the project goes its all virtual, the robot only moves around in the default environments.

 

I will provide a zip file with all the code in it. All of the dll files etc should be in there. The main loop of the code updates every 30 milliseconds.

 

Ignore the testing .lvm file that is for later when I eventually log the gps data

 

 

0 Kudos
Message 3 of 4
(2,339 Views)

I now know the exact problem. I have changed to the ubox gps unit, it is definetly attached to my robot, but I'm having trouble reading the data it produces. Keep in mind I do not intend to take this into the real world. Do the simulated environments work with gps? if not how else would log the posistion of the robot in its environment?

0 Kudos
Message 4 of 4
(2,317 Views)