forked from rtv/Stage
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e1c7e11
commit 4cf334a
Showing
1 changed file
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,25 @@ For introduction and license see README.txt | |
For installation notes see INSTALL.txt | ||
|
||
|
||
Version 4.2.1 | ||
------------- | ||
* add 'confirm_on_quit' option to world section to skip confirmation dialog on exit | ||
* add continuous integration support by Travis CI | ||
* fix segfault in ranger visualization | ||
* fix segfault in blockgroup.cc:236 (gluTessEndPolygon()) when model size (x,y,z) is 0.0 | ||
* minor UI improvments (allow changing Stage's caption, allow centering the window) | ||
* add ability to load worlds/models from std::istream for more flexibility | ||
* fix compiler errors in debug build | ||
* make odom integration error publicly accessible (see #67) | ||
* don't crash/segfault in ctrl/wander when there's only 1 range sensor (see #59) | ||
* fix errors reported by the most recent gcc 6.3.1 (on Debian 9 SID), #63 in particular | ||
* improve/unify coding style (strip trailing spaces, use clang-format) | ||
* fix compiler error reported with strict flags (-Wall -Wextra -pedantic -Werror) | ||
* fix issues reported by cppcheck v1.72 | ||
* minor updates in docs (cosmetics, make comments visible in doxygen) | ||
|
||
Adrian Böckenkamp (CodeFinder2) [email protected] - 2017.3.23 | ||
|
||
Version 4.1.1 | ||
------------- | ||
* fixed bugs in libstageplugin/p_ranger.cc that prevented the plugin from building | ||
|