forked from personalrobotics/libkindrv
-
Notifications
You must be signed in to change notification settings - Fork 0
Fork of the open source driver for Kinova MICO and JACO robot arms.
License
GPL-3.0, LGPL-3.0 licenses found
Licenses found
GPL-3.0
LICENSE.GPL
LGPL-3.0
LICENSE.LGPL
IFS-HSR/libkindrv
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
libkindrv
=========
Open source library with libusb-based drivers to control robotic arms by Kinova.
Installation:
=============
The installation procedure is based on cmake and contains nothing
more than the usual procedure:
# 1. Make a build directory inside libkindrv directory
mkdir build
# 2. Run cmake from inside the build directory
cd build
cmake ..
# 3. Build the kindrv library
make
# 4. Install the kindrv library (may need root privileges)
make install
# 5. [Optional] Remove build directory
cd ..
rm -rf build
# 6. [Optional] Build documentation (will build into doc/html directory inside libkindrv directory)
doxygen Doxyfile.in
Of course the default cmake options are availabe, as well as
using the GUI version of cmake in step 2 with
cd build
ccmake ..
About
Fork of the open source driver for Kinova MICO and JACO robot arms.
Resources
License
GPL-3.0, LGPL-3.0 licenses found
Licenses found
GPL-3.0
LICENSE.GPL
LGPL-3.0
LICENSE.LGPL
Stars
Watchers
Forks
Packages 0
No packages published
Languages
- C++ 83.9%
- CMake 16.1%