|
Posted by mlw on June 17, 2005, 11:29 am
aiiadict@gmail.com wrote:
> Hi,
>
> I like your encoder setup. Looks sturdy
> and well done.
>
> What does your robot do so far? You have
> a webcam.. Encoders. Any sonar or IR
> range finders?
I/R and sonar is next after the sreaming video or webcam.
>
> Is it remote control computer, or do you
> have any code to make it move and map
> by itself?
I just spent some time porting the code from Linux 2.4 to 2.6, I've also
done some work on the motor control loop. It is pretty stable and behaves
very well. I've done some benchmarking and am satisfied that the system
works well.
The mouse encoder system I built is using the PS/2 port. I am curious if
using USB will make it better. I don't know, there may be time slice
contention with the camera.
As for remote, I'm using Linux with wireless networking. It is inherently
"remote." Almost anything you can do on the console you can do over the
network.
>
> I am using my flood fill code (for auto
> map) in my PCB CAD program, to
> auto-route traces. I almost have it
> working. It is a cool algorithm, allowing
> you to move through space (with sensors),
> a graphic, or any other data without touching
> data you don't want to touch.
I'm not sure I follow waht you are doing.
>
> I am re-coding the sonar driver to use
> faster techniques than triginometry,
> so less time is spent calculating which
> cells in the occupancy grid correspond
> to sonar data. 8k DOS, 8k assembly,
> approx 8k simulation program.
What kind of CPU are you using? Modern CPUs can do floating point just as
fast, if not faster, than integer arithmatic.
|