We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e19a7ed commit a5f789cCopy full SHA for a5f789c
CHANGELOG.md
@@ -0,0 +1,18 @@
1
+# Change Log
2
+All notable changes to this project will be documented in this file.
3
+This project adheres to [Semantic Versioning](http://semver.org/).
4
+
5
+## [dev-3.0.0]
6
7
+- Python3 support
8
+- Clang support
9
+- Updated dependencies (Boost, Eigen, Freeglut)
10
+- Allowed WAM loop to run while reading BHand sensors
11
+- Converted ex10 haptics visualization from vpython to OpenGL
12
+- Based WAM loop on a (100x) more accurate timer_fd instead of sleep()
13
+- More robust installation script
14
+- Improved mutex handling for non-rt operation
15
+- Offered Top10 tactile values from BHand for higher update rates
16
17
+[dev-3.0.0]: https://git.barrett.com/software/libbarrett/-/tags/dev-3.0.0
18
0 commit comments