Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
mhmukadam committed Jun 16, 2017
1 parent eda4580 commit 316dedd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
Changelog for GPMP2
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.2.0 (2017-06-12)
0.2.0 (2017-06-16)
------------------
* Update installation documentation
* Fix compilation on Windows + Visual Stdio 2015
* 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 Guassian process prior on Lie group, see details in Arxiv preprint
* 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
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ endif()

# version indicator
set(GPMP2_VERSION_MAJOR 0)
set(GPMP2_VERSION_MINOR 1)
set(GPMP2_VERSION_MINOR 2)
set(GPMP2_VERSION_PATCH 0)
set(GPMP2_VERSION_STRING "${GPMP2_VERSION_MAJOR}.${GPMP2_VERSION_MINOR}.${GPMP2_VERSION_PATCH}")

Expand Down

0 comments on commit 316dedd

Please sign in to comment.