-
Notifications
You must be signed in to change notification settings - Fork 98
/
CHANGELOG
37 lines (33 loc) · 1.28 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Changelog for GPMP2
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
0.3.0 (2021-08-13)
------------------
* Python wrapper with utils and examples
* Self collision factor
* Bugfix for theta_bias in Arm.h
* Contributors: Kalyan Vasudev Alwala, Mustafa Mukadam
0.2.1 (2021-07-21)
------------------
* Joint limit factors with examples
* Optimizer no increase feature
* More robot models (two arm, w/ mobile base, w/ linear actuator)
* Workspace i.e. end effector position, orientation, and full pose constraint
* Updated documentation and some bugfixes
* Contributors: Jing Dong, Mustafa Mukadam
0.2.0 (2017-06-16)
------------------
* Update installation documentation
* Fix compilation on Windows + Visual Studio 2015
* Fix compilation on Linux + GCC 5.4
* Add saving and loading signed distance field as binary .dat file
* Add Gaussian process prior on Lie group, see details in Arxiv preprint
* Add planar mobile manipulator (SE(2) x Vector(N)) class
* Fix Matlab signed distance field generation error when no obstacle presents
* Fix Matlab wrapper for obstacle factors
* Add planar point robot (Vector(2)) class and plot utils in Matlab
* Contributors: Jing Dong, Mustafa Mukadam
0.1.0 (2016-06-16)
------------------
* Initial release
* Contributors: Jing Dong, Mustafa Mukadam