Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
grisetti committed Mar 11, 2008
1 parent fcb099b commit a067dc3
Show file tree
Hide file tree
Showing 17 changed files with 142 additions and 34 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ LFLAGS =
banner = $(SILENT) \
echo ; \
echo "*******************************************************************" ; \
echo "* TORO (c) by Giorgio Grisetti, Cyrill Stachniss, Wolfram Burgard *" ; \
echo "* TORO (c) by Giorgio Grisetti, Cyrill Stachniss, Slawomir Grzonka, Wolfram Burgard *" ; \
echo "*******************************************************************" ; \


Expand Down
4 changes: 2 additions & 2 deletions posegraph.hh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
*
* This source code is part of the Tree-based Network Optimizer (TORO)
*
* TORO Copyright (c) 2007 Giorgio Grisetti, Cyrill Stachniss, and
* Wolfram Burgard
* TORO Copyright (c) 2007 Giorgio Grisetti, Cyrill Stachniss,
* Slawomir Grzonka, and Wolfram Burgard
*
* TORO is licences under the Common Creative License,
* Attribution-NonCommercial-ShareAlike 3.0
Expand Down
4 changes: 2 additions & 2 deletions posegraph.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
*
* This source code is part of the Tree-based Network Optimizer (TORO)
*
* TORO Copyright (c) 2007 Giorgio Grisetti, Cyrill Stachniss, and
* Wolfram Burgard
* TORO Copyright (c) 2007 Giorgio Grisetti, Cyrill Stachniss,
* Slawomir Grzonka and Wolfram Burgard
*
* TORO is licences under the Common Creative License,
* Attribution-NonCommercial-ShareAlike 3.0
Expand Down
4 changes: 2 additions & 2 deletions posegraph2.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
*
* This source code is part of the Tree-based Network Optimizer (TORO)
*
* TORO Copyright (c) 2007 Giorgio Grisetti, Cyrill Stachniss, and
* Wolfram Burgard
* TORO Copyright (c) 2007 Giorgio Grisetti, Cyrill Stachniss,
* Slawomir Grzonka and Wolfram Burgard
*
* TORO is licences under the Common Creative License,
* Attribution-NonCommercial-ShareAlike 3.0
Expand Down
4 changes: 2 additions & 2 deletions posegraph2.hh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
*
* This source code is part of the Tree-based Network Optimizer (TORO)
*
* TORO Copyright (c) 2007 Giorgio Grisetti, Cyrill Stachniss, and
* Wolfram Burgard
* TORO Copyright (c) 2007 Giorgio Grisetti, Cyrill Stachniss,
* Slawomir Grzonka and Wolfram Burgard
*
* TORO is licences under the Common Creative License,
* Attribution-NonCommercial-ShareAlike 3.0
Expand Down
4 changes: 2 additions & 2 deletions posegraph3.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
*
* This source code is part of the Tree-based Network Optimizer (TORO)
*
* TORO Copyright (c) 2007 Giorgio Grisetti, Cyrill Stachniss, and
* Wolfram Burgard
* TORO Copyright (c) 2007 Giorgio Grisetti, Cyrill Stachniss,
* Slawomir Grzonka, and Wolfram Burgard
*
* TORO is licences under the Common Creative License,
* Attribution-NonCommercial-ShareAlike 3.0
Expand Down
4 changes: 2 additions & 2 deletions posegraph3.hh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
*
* This source code is part of the Tree-based Network Optimizer (TORO)
*
* TORO Copyright (c) 2007 Giorgio Grisetti, Cyrill Stachniss, and
* Wolfram Burgard
* TORO Copyright (c) 2007 Giorgio Grisetti, Cyrill Stachniss,
* Slawomir Grzonka and Wolfram Burgard
*
* TORO is licences under the Common Creative License,
* Attribution-NonCommercial-ShareAlike 3.0
Expand Down
10 changes: 6 additions & 4 deletions toro.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
*
* This source code is part of the Tree-based Network Optimizer (TORO)
*
* TORO Copyright (c) 2007 Giorgio Grisetti, Cyrill Stachniss, and
* Wolfram Burgard
* TORO Copyright (c) 2007 Giorgio Grisetti, Cyrill Stachniss,
* Slawomir Grzonka and Wolfram Burgard
*
* TORO is licences under the Common Creative License,
* Attribution-NonCommercial-ShareAlike 3.0
Expand Down Expand Up @@ -47,7 +47,8 @@ char* message[] =
{
"*******************************************************************",
"* TORO v 0.1 *",
"* (c) Giorgio Grisetti, Cyrill Stachniss, and Wolfram Burgard *",
"* (c) Giorgio Grisetti, Cyrill Stachniss, *",
"* Slawomir Grzonka, and Wolfram Burgard *",
"*******************************************************************",
"",
" Usage toro [options] <graph file>",
Expand Down Expand Up @@ -145,7 +146,8 @@ int main (int argc, const char** argv){

cerr << "*******************************************************************" << endl;
cerr << "* TORO v 0.1 *" << endl;
cerr << "* (c) Giorgio Grisetti, Cyrill Stachniss, and Wolfram Burgard *" << endl;
cerr << "* (c) Giorgio Grisetti, Cyrill Stachniss, *" << endl;
cerr << "* Slawomir Grzonka and Wolfram Burgard *" << endl;
cerr << "*******************************************************************" << endl;
cerr << " Verbosity Level = " << verboseLevel << endl;
cerr << " Node Reduction = " << ((reduceNodes)?"enabled":"disabled") << endl;
Expand Down
12 changes: 5 additions & 7 deletions toro3d.cpp
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
/**********************************************************************
q/**********************************************************************
*
* This source code is part of the Tree-based Network Optimizer (TORO)
*
* TORO Copyright (c) 2007 Giorgio Grisetti, Cyrill Stachniss, and
* Wolfram Burgard
*
* TORO is licences under the Common Creative License,
* Attribution-NonCommercial-ShareAlike 3.0
* TORO Copyright (c) 2007 Giorgio Grisetti, Cyrill Stachniss,
* Slawomir Grzonka and Wolfram Burgard
*
* You are free:
* - to Share - to copy, distribute and transmit the work
Expand Down Expand Up @@ -47,7 +44,8 @@ char* message[] =
{
"*******************************************************************",
"* TORO v 0.1 *",
"* (c) Giorgio Grisetti, Cyrill Stachniss, and Wolfram Burgard *",
"* (c) Giorgio Grisetti, Cyrill Stachniss, *",
"* Slawomir Grzonka, and Wolfram Burgard *",
"*******************************************************************",
"",
" Usage toro [options] <graph file>",
Expand Down
4 changes: 2 additions & 2 deletions transformation2.hh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
*
* This source code is part of the Tree-based Network Optimizer (TORO)
*
* TORO Copyright (c) 2007 Giorgio Grisetti, Cyrill Stachniss, and
* Wolfram Burgard
* TORO Copyright (c) 2007 Giorgio Grisetti, Cyrill Stachniss,
* Slawomir Grzonka, and Wolfram Burgard
*
* TORO is licences under the Common Creative License,
* Attribution-NonCommercial-ShareAlike 3.0
Expand Down
36 changes: 36 additions & 0 deletions transformation3.hh
Original file line number Diff line number Diff line change
@@ -1,3 +1,39 @@
/**********************************************************************
*
* This source code is part of the Tree-based Network Optimizer (TORO)
*
* TORO Copyright (c) 2007 Giorgio Grisetti, Cyrill Stachniss,
* Slawomir Grzonka, and Wolfram Burgard
*
* TORO is licences under the Common Creative License,
* Attribution-NonCommercial-ShareAlike 3.0
*
* You are free:
* - to Share - to copy, distribute and transmit the work
* - to Remix - to adapt the work
*
* Under the following conditions:
*
* - Attribution. You must attribute the work in the manner specified
* by the author or licensor (but not in any way that suggests that
* they endorse you or your use of the work).
*
* - Noncommercial. You may not use this work for commercial purposes.
*
* - Share Alike. If you alter, transform, or build upon this work,
* you may distribute the resulting work only under the same or
* similar license to this one.
*
* Any of the above conditions can be waived if you get permission
* from the copyright holder. Nothing in this license impairs or
* restricts the author's moral rights.
*
* TORO is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
* PURPOSE.
**********************************************************************/

#ifndef _TRANSFORMATION3_HXX_
#define _TRANSFORMATION3_HXX_

Expand Down
36 changes: 36 additions & 0 deletions transformation3.hxx
Original file line number Diff line number Diff line change
@@ -1,3 +1,39 @@
/**********************************************************************
*
* This source code is part of the Tree-based Network Optimizer (TORO)
*
* TORO Copyright (c) 2007 Giorgio Grisetti, Cyrill Stachniss,
* Slawomir Grzonka, and Wolfram Burgard
*
* TORO is licences under the Common Creative License,
* Attribution-NonCommercial-ShareAlike 3.0
*
* You are free:
* - to Share - to copy, distribute and transmit the work
* - to Remix - to adapt the work
*
* Under the following conditions:
*
* - Attribution. You must attribute the work in the manner specified
* by the author or licensor (but not in any way that suggests that
* they endorse you or your use of the work).
*
* - Noncommercial. You may not use this work for commercial purposes.
*
* - Share Alike. If you alter, transform, or build upon this work,
* you may distribute the resulting work only under the same or
* similar license to this one.
*
* Any of the above conditions can be waived if you get permission
* from the copyright holder. Nothing in this license impairs or
* restricts the author's moral rights.
*
* TORO is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
* PURPOSE.
**********************************************************************/

#include <values.h>

template <class T>
Expand Down
4 changes: 2 additions & 2 deletions treeoptimizer2.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
*
* This source code is part of the Tree-based Network Optimizer (TORO)
*
* TORO Copyright (c) 2007 Giorgio Grisetti, Cyrill Stachniss, and
* Wolfram Burgard
* TORO Copyright (c) 2007 Giorgio Grisetti, Cyrill Stachniss,
* Slawomir Grzonka, and Wolfram Burgard
*
* TORO is licences under the Common Creative License,
* Attribution-NonCommercial-ShareAlike 3.0
Expand Down
4 changes: 2 additions & 2 deletions treeoptimizer2.hh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
*
* This source code is part of the Tree-based Network Optimizer (TORO)
*
* TORO Copyright (c) 2007 Giorgio Grisetti, Cyrill Stachniss, and
* Wolfram Burgard
* TORO Copyright (c) 2007 Giorgio Grisetti, Cyrill Stachniss,
* Slawomir Grzonka, and Wolfram Burgard
*
* TORO is licences under the Common Creative License,
* Attribution-NonCommercial-ShareAlike 3.0
Expand Down
4 changes: 2 additions & 2 deletions treeoptimizer3.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
*
* This source code is part of the Tree-based Network Optimizer (TORO)
*
* TORO Copyright (c) 2007 Giorgio Grisetti, Cyrill Stachniss, and
* Wolfram Burgard
* TORO Copyright (c) 2007 Giorgio Grisetti, Cyrill Stachniss,
* Slawomir Grzonka, and Wolfram Burgard
*
* TORO is licences under the Common Creative License,
* Attribution-NonCommercial-ShareAlike 3.0
Expand Down
4 changes: 2 additions & 2 deletions treeoptimizer3.hh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
*
* This source code is part of the Tree-based Network Optimizer (TORO)
*
* TORO Copyright (c) 2007 Giorgio Grisetti, Cyrill Stachniss, and
* Wolfram Burgard
* TORO Copyright (c) 2007 Giorgio Grisetti, Cyrill Stachniss,
* Slawomir Grzonka, and Wolfram Burgard
*
* TORO is licences under the Common Creative License,
* Attribution-NonCommercial-ShareAlike 3.0
Expand Down
36 changes: 36 additions & 0 deletions treeoptimizer3_iteration.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,39 @@
/**********************************************************************
*
* This source code is part of the Tree-based Network Optimizer (TORO)
*
* TORO Copyright (c) 2007 Giorgio Grisetti, Cyrill Stachniss,
* Slawomir Grzonka and Wolfram Burgard
*
* TORO is licences under the Common Creative License,
* Attribution-NonCommercial-ShareAlike 3.0
*
* You are free:
* - to Share - to copy, distribute and transmit the work
* - to Remix - to adapt the work
*
* Under the following conditions:
*
* - Attribution. You must attribute the work in the manner specified
* by the author or licensor (but not in any way that suggests that
* they endorse you or your use of the work).
*
* - Noncommercial. You may not use this work for commercial purposes.
*
* - Share Alike. If you alter, transform, or build upon this work,
* you may distribute the resulting work only under the same or
* similar license to this one.
*
* Any of the above conditions can be waived if you get permission
* from the copyright holder. Nothing in this license impairs or
* restricts the author's moral rights.
*
* TORO is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
* PURPOSE.
**********************************************************************/

#include "treeoptimizer3.hh"
#include <fstream>
#include <string>
Expand Down

0 comments on commit a067dc3

Please sign in to comment.