Skip to content

Commit 29143b1

Browse files
author
Federico Boniardi
committedSep 15, 2017
changed .cfg names to PascalCase
1 parent a1ef7cf commit 29143b1

25 files changed

+20
-140
lines changed
 

‎squirrel_2d_localizer/CMakeLists.txt

+4-4
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,10 @@ include_directories(${catkin_INCLUDE_DIRS})
4848

4949
## Genereate reconfig files.
5050
generate_dynamic_reconfigure_options(
51-
cfg/laser_model.cfg
52-
cfg/monte_carlo_localization.cfg
53-
cfg/motion_model.cfg
54-
cfg/twist_correction.cfg)
51+
cfg/LaserModel.cfg
52+
cfg/MonteCarloLocalization.cfg
53+
cfg/MotionModel.cfg
54+
cfg/TwistCorrection.cfg)
5555

5656
## Catkin package.
5757
catkin_package(

‎squirrel_2d_localizer/LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
2424
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
2525
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
2626
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
27-
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
27+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

‎squirrel_2d_localizer/package.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<maintainer email="boniardi@cs.uni-freiburg.de"/>
88

9-
<license>BSD</license>
9+
<license>BSD-3c</license>
1010

1111
<author>Federico Boniardi</author>
1212

‎squirrel_3d_localizer/config/#robotino_localization.yaml#

-77
This file was deleted.

‎squirrel_footprint_observer/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ find_package(YamlCpp REQUIRED)
4444
include_directories(${YAMLCPP_INCLUDE_DIR})
4545

4646
## Genereate reconfig files.
47-
generate_dynamic_reconfigure_options(cfg/footprint_observer.cfg)
47+
generate_dynamic_reconfigure_options(cfg/FootprintObserver.cfg)
4848

4949
## Catkin package.
5050
catkin_package(

‎squirrel_footprint_observer/package.xml

+1-16
Original file line numberDiff line numberDiff line change
@@ -6,22 +6,7 @@
66

77
<maintainer email="boniardi@cs.uni-freiburg.de"/>
88

9-
<license>
10-
Copyright (C) 2017 Federico Boniardi and Wolfram Burgard
11-
12-
This program is free software: you can redistribute it and/or modify
13-
it under the terms of the GNU General Public License as published by
14-
the Free Software Foundation, either version 3 of the License, or
15-
(at your option) any later version.
16-
17-
This program is distributed in the hope that it will be useful,
18-
but WITHOUT ANY WARRANTY; without even the implied warranty of
19-
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20-
GNU General Public License for more details.
21-
22-
You should have received a copy of the GNU General Public License
23-
along with this program.
24-
</license>
9+
<license>GPLv3</license>
2510

2611
<author>Federico Boniardi</author>
2712

‎squirrel_navigation/CMakeLists.txt

+9-9
Original file line numberDiff line numberDiff line change
@@ -65,15 +65,15 @@ include_directories(include external)
6565

6666
## Generate reconfig files.
6767
generate_dynamic_reconfigure_options(
68-
cfg/utils/alpha_beta_filter.cfg
69-
cfg/safety/scan_observer.cfg
70-
cfg/safety/arm_skin_observer.cfg
71-
cfg/controller_pid.cfg
72-
cfg/footprint_planner.cfg
73-
cfg/global_planner.cfg
74-
cfg/local_planner.cfg
75-
cfg/linear_motion_planner.cfg
76-
cfg/navigation_layer.cfg)
68+
cfg/utils/AlphaBetaFilter.cfg
69+
cfg/safety/ScanObserver.cfg
70+
cfg/safety/ArmSkinObserver.cfg
71+
cfg/ControllerPID.cfg
72+
cfg/FootprintPlanner.cfg
73+
cfg/GlobalPlanner.cfg
74+
cfg/LocalPlanner.cfg
75+
cfg/LinearMotionPlanner.cfg
76+
cfg/NavigationLayer.cfg)
7777

7878
## Built libraries.
7979
set(${PROJECT_NAME}_LIBRARIES

‎squirrel_navigation/package.xml

+1-29
Original file line numberDiff line numberDiff line change
@@ -10,35 +10,7 @@
1010

1111
<maintainer email="boniardi@cs.uni-freiburg.de">Federico Boniardi</maintainer>
1212

13-
<license>
14-
Copyright (c) 2017, Federico Boniardi and Wolfram Burgard
15-
All rights reserved.
16-
17-
Redistribution and use in source and binary forms, with or without
18-
modification, are permitted provided that the following conditions are met:
19-
20-
* Redistributions of source code must retain the above copyright notice, this
21-
list of conditions and the following disclaimer.
22-
23-
* Redistributions in binary form must reproduce the above copyright notice,
24-
this list of conditions and the following disclaimer in the documentation
25-
and/or other materials provided with the distribution.
26-
27-
* Neither the name of the University of Freiburg nor the names of its
28-
contributors may be used to endorse or promote products derived from
29-
this software without specific prior written permission.
30-
31-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
32-
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
33-
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
34-
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
35-
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
36-
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
37-
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
38-
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
39-
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
40-
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
41-
</license>
13+
<license>BSD-3c</license>
4214

4315
<author>Federico Boniardi</author>
4416

‎squirrel_pointcloud_filter/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ find_package(catkin REQUIRED COMPONENTS ${${PROJECT_NAME}_DEPENDENCIES})
2929
include_directories(${catkin_INCLUDE_DIRS})
3030

3131
## Generate reconfigure files.
32-
generate_dynamic_reconfigure_options(cfg/point_cloud_filter.cfg)
32+
generate_dynamic_reconfigure_options(cfg/PointCloudFilter.cfg)
3333

3434
## Catkin package
3535
catkin_package(

‎squirrel_pointcloud_filter/package.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<maintainer email="boniardi@cs.uni-freiburg.de"/>
88

9-
<license>BSD</license>
9+
<license>BSD-3c</license>
1010

1111
<author>Federico Boniardi</author>
1212

0 commit comments

Comments
 (0)
Please sign in to comment.