« Return to Thread: VFH Problem

Re: VFH Problem

by Toby Collett-3 :: Rate this Message:

| View in Thread

With player it does not matter which driver you are using, what is important is the interfaces that the driver provides.

Wavefront provides a 'planner' interface, so you will need to command it with the planner proxy (playerc_planner_t). as per
http://playerstage.sourceforge.net/doc/Player-2.1.0/player/group__driver__wavefront.html



2009/5/11 Beowufl <alhabeju@...>

Hello,

I want to use VFH (and Wavefront) with my own code. So i searched the
Player/Stage manual and the whole internet. I put all relevant driver into
my .cfg so player and stage are loading.

But i dont know what to put into my code. I cant find any examples which
things to load and what commands there are i can use.

F.e. in amcl i needed to include

 playerc_localize_t *amcl;
 playerc_position2d_t *position2d_amcl;

into my main. So i think that there is sth like that for VFH (wavefront)
too. But i cant find anything about that, so i wonder if someone here can
helpt (and what commands like goto VFH have?).

Thanks, and sorry for my bad english,

Beowufl

--
View this message in context: http://www.nabble.com/VFH-Problem-tp23492027p23492027.html
Sent from the playerstage-users mailing list archive at Nabble.com.


------------------------------------------------------------------------------
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image
processing features enabled. http://p.sf.net/sfu/kodak-com
_______________________________________________
Playerstage-users mailing list
Playerstage-users@...
https://lists.sourceforge.net/lists/listinfo/playerstage-users



--
This email is intended for the addressee only and may contain privileged and/or confidential information

------------------------------------------------------------------------------
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image
processing features enabled. http://p.sf.net/sfu/kodak-com
_______________________________________________
Playerstage-users mailing list
Playerstage-users@...
https://lists.sourceforge.net/lists/listinfo/playerstage-users

 « Return to Thread: VFH Problem