Re: joyKernel: control an Orocos kernel with a joystick
Peter Soetens <[email protected]> Tue, 29 Mar 2005 16:40:45 +0200
| Newsgroups | gmane.science.robotics.orocos.user |
|---|---|
| Organization | KU Leuven |
| Message-ID | <[email protected]> |
On Sunday 27 March 2005 23:51, A.Siniscalchi wrote: > Hi, > I wrote an Orocos application to command a generic Orocos kernel by an > analogic USB joystick. > > Hope I did an interesting thing. > > http://www.briga.it/joyKernel Thanks for sharing it with us ! Your component can also be used with the nAxes components of Orocos, which will apear in the next releases and/or the existing SignalTracker generator, which can track the commands of the joystick, if the DataObjects names are set properly. A suggested feature is that your sensor component exports the buttons as datasources instead of dataobjects (seen the ExecutionExtension and program script manuals), allowing a program script to read the status of the buttons and tie a particular action to it. Peter