Quote:
Originally Posted by delt13
Hi Guys, I have access to labview 2009. I want to program a pioneer mobile robot p3dx with labview. I am new to robotics and I can find any sources online that can help me get started.
|
The PD3X comes with the ARIA software interface library, you will most likely interface with the PD3X through that library. Depending upon its API, you may find that writing an interface DLL (in Microsoft Visual C++ or something similar) might be best, to simplify your interface calls from the LabVIEW DLL node (which is almost exclusively how you're going to talk to the core system). Fortunately almost every "accessory" communicates via TCP/IP, so that communications can be done natively within LabVIEW with relative ease.
Good luck.
-Danny