Skip to content

Commit

Permalink
Dock figures by default
Browse files Browse the repository at this point in the history
  • Loading branch information
joansola committed Jul 11, 2015
1 parent f3520b1 commit 2072608
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 9 deletions.
27 changes: 19 additions & 8 deletions README.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
SLAM Toolbox for Matlab.
========================

This git repository provides an EKF-SLAM and a graph-SLAM toolbox.


I. Copyright and license.
=========================
(c) 2007, 2008, 2009, 2010 Joan Sola @ LAAS-CNRS;
(c) 2010, 2011, 2012, 2013 Joan Sola;
(c) 2010, 2011, 2012, 2013 Joan Sola
(c) 2014, 2015 Joan Sola @ IRI-UPC-CSIC;
(c) 2009 Joan Sola, David Marquez, Jean Marie Codol,
Aurelien Gonzalez and Teresa Vidal-Calleja, @ LAAS-CNRS;
Expand All @@ -19,18 +21,27 @@ or use the GitHub web tools.

Published under GPL license. See COPYING.txt.

In addition to the GPL license, users should consider citing in their
scientific communications one of the papers of the authors:
- SOLA-ETAL-IJCV-11 "Impace of landmark parametrization on monocular EKF-SLAM with points and lines"

II. Giving credit
=================

In addition to the GPL license, users should consider, in their scientific
communications :

A. acknowledging the use of this toolbox.

B. citing one of the papers of the authors:

- SOLA-ETAL-IJCV-11 "Impact of landmark parametrization on monocular EKF-SLAM with points and lines"
- SOLA-ETAL-IROS-09 "Undelayed initialization of line segments in monocular SLAM"
- SOLA-ETAL-TRO-08 "Fusing monocular information in multi-camera SLAM"
- SOLA-ETAL-IROS-05 "Undelayed initialization in bearing only SLAM"
appearing on the References section in the documentation,
and also acknowledging the use of this toolbox.

appearing in the References section in the documentation.


II. Installation and quick usage.
=================================
III. Installation and quick usage.
==================================

To make it work, start Matlab and follow these steps:

Expand Down
2 changes: 1 addition & 1 deletion slamrc.m
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@

clear p

% set(0, 'DefaultFigureWindowStyle', 'docked');
set(0, 'DefaultFigureWindowStyle', 'docked');

0 comments on commit 2072608

Please sign in to comment.