Last change
on this file since 28 was
14,
checked in by wcaarls, 12 years ago
|
Updated phidget_ik to revision 1033
|
File size:
1.3 KB
|
Line | |
---|
1 | /** |
---|
2 | \mainpage |
---|
3 | \htmlinclude manifest.html |
---|
4 | |
---|
5 | \b phidget_ik extends phidgetspp to the PhidgetInterfaceKit. |
---|
6 | |
---|
7 | \section note Important notice |
---|
8 | |
---|
9 | The current version (as of 12-7-2011) of phidgetspp uses a deprecated build system. You will need to edit its CMakeLists.txt before building. See the <a href="http://code.google.com/p/foote-ros-pkg/issues/detail?id=25">issue</a>. Additionally, due to a certificate problem it is currently better to directly checkout the phidgets stack instead of using rosinstall. Use: |
---|
10 | |
---|
11 | <tt>hg clone https://code.google.com/p/foote-ros-pkg.phidget/</tt> |
---|
12 | |
---|
13 | Furthermore, be sure to follow the instructions in <tt>phidgetspp_c_api/build/Phidgetlinux/README</tt> such that the driver is loaded properly. |
---|
14 | |
---|
15 | <!-- |
---|
16 | Provide an overview of your package. |
---|
17 | --> |
---|
18 | |
---|
19 | |
---|
20 | \section codeapi Code API |
---|
21 | |
---|
22 | Only one class is defined, PhidgetIK. This implements the Phidget class and additional functions for the PhidgetInterfaceKit |
---|
23 | |
---|
24 | <!-- |
---|
25 | Provide links to specific auto-generated API documentation within your |
---|
26 | package that is of particular interest to a reader. Doxygen will |
---|
27 | document pretty much every part of your code, so do your best here to |
---|
28 | point the reader to the actual API. |
---|
29 | |
---|
30 | If your codebase is fairly large or has different sets of APIs, you |
---|
31 | should use the doxygen 'group' tag to keep these APIs together. For |
---|
32 | example, the roscpp documentation has 'libros' group. |
---|
33 | --> |
---|
34 | |
---|
35 | |
---|
36 | */ |
---|
Note: See
TracBrowser
for help on using the repository browser.