Changes between Version 4 and Version 5 of Libbarrett
- Timestamp:
- May 14, 2012, 6:36:42 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Libbarrett
v4 v5 1 1 = Libbarrett = 2 2 3 Libbarrett is a real time controls library written in C++ that runs the following Barrett products: 4 * WAM Arm 5 * Safety Module 6 * BH8-280 model BarrettHands 7 * Force/Torque Sensor 3 Libbarrett is a real-time controls library written in C++ that runs Barrett Technology's products, including the WAM Arm and the BH8-280 BarrettHand. 8 4 9 5 This version of libbarrett is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation. … … 11 7 == Important links == 12 8 13 Download the latest version: 14 15 Third party libraries: http://web.barrett.com/svn/libbarrett/dependencies/16 17 Current release branch:9 * Download the latest version: http://web.barrett.com/support/WAM_Installer/libbarrett-1.0.0rc1.tar.gz 10 * Installation instructions: [[Libbarrett/Installation]] 11 * Third party libraries: http://web.barrett.com/svn/libbarrett/dependencies/ 12 * API documentation: http://web.barrett.com/libbarrett/ 13 * Current release branch: 18 14 {{{ 19 15 svn checkout http://web.barrett.com/svn/libbarrett/branches/1.x/ libbarrett-1.x 20 16 }}} 21 Current development branch:17 * Current development branch: 22 18 {{{ 23 19 svn checkout http://web.barrett.com/svn/libbarrett/trunk/ libbarrett-trunk … … 29 25 * [[Libbarrett/Overview| Library overview]] 30 26 * [[Libbarrett/Installation| Installation instructions]] 31 * [[Libbarrett/ExamplePrograms| Example Programs]] 27 * [[Libbarrett/ExamplePrograms| Example programs]] 28 * [http://web.barrett.com/libbarrett/| API documentation]