Skip to content

Commit 52716a7

Browse files
authored
Remove unused headers and redundant copyright notices
1 parent 0865fe3 commit 52716a7

File tree

10 files changed

+0
-39
lines changed

10 files changed

+0
-39
lines changed

bindings/roboticslab_kinematics_dynamics.i

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
// Copyright:
2-
// Author:
3-
// CopyPolicy:
4-
51
//////////////////////////////////////////////////////////////////////////
62
//
73
// This is a configuration file to explain kinematics_dynamics to SWIG

libraries/CMakeLists.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
# Copyright: Universidad Carlos III de Madrid (C) 2013
2-
# Authors: Juan G. Victores
3-
41
add_subdirectory(KdlVectorConverterLib)
52
add_subdirectory(KinematicRepresentationLib)
63
add_subdirectory(ScrewTheoryLib)

libraries/YarpPlugins/AsibotSolver/DeviceDriverImpl.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66
#include <cstdlib>
77
#include <string>
88

9-
#include <yarp/conf/version.h>
10-
119
#include <yarp/os/Bottle.h>
1210
#include <yarp/os/LogStream.h>
1311
#include <yarp/os/Property.h>

libraries/YarpPlugins/BasicCartesianControl/CMakeLists.txt

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
# Copyright: (C) 2023 Universidad Carlos III de Madrid
2-
# Copyright: (C) 2009 RobotCub Consortium
3-
# Author: Juan G. Victores
4-
# Contrib: Ugo; Paul Fitzpatrick (YARP device examples and tutorials)
5-
# CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT
6-
71
yarp_prepare_plugin(BasicCartesianControl
82
CATEGORY device
93
TYPE roboticslab::BasicCartesianControl

libraries/YarpPlugins/BasicCartesianControl/DeviceDriverImpl.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
#include "BasicCartesianControl.hpp"
44

5-
#include <yarp/conf/version.h>
6-
75
#include <yarp/os/LogStream.h>
86

97
#include "LogComponent.hpp"

libraries/YarpPlugins/CartesianControlClient/CMakeLists.txt

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
# Copyright: (C) 2010 Universidad Carlos III de Madrid
2-
# Copyright: (C) 2009 RobotCub Consortium
3-
# Author: Juan G. Victores
4-
# Contrib: Ugo; Paul Fitzpatrick (YARP device examples and tutorials)
5-
# CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT
6-
71
yarp_prepare_plugin(CartesianControlClient
82
CATEGORY device
93
TYPE roboticslab::CartesianControlClient

libraries/YarpPlugins/CartesianControlServer/CMakeLists.txt

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
# Copyright: (C) 2010 Universidad Carlos III de Madrid
2-
# Copyright: (C) 2009 RobotCub Consortium
3-
# Author: Juan G. Victores
4-
# Contrib: Ugo; Paul Fitzpatrick (YARP device examples and tutorials)
5-
# CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT
6-
71
yarp_prepare_plugin(CartesianControlServer
82
CATEGORY device
93
TYPE roboticslab::CartesianControlServer

libraries/YarpPlugins/KdlSolver/CMakeLists.txt

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
# Copyright: (C) 2023 Universidad Carlos III de Madrid
2-
# Copyright: (C) 2009 RobotCub Consortium
3-
# Author: Juan G. Victores
4-
# Contrib: Ugo; Paul Fitzpatrick (YARP device examples and tutorials)
5-
# CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT
6-
71
if(NOT orocos_kdl_FOUND AND (NOT DEFINED ENABLE_KdlSolver OR ENABLE_KdlSolver))
82
message(WARNING "orocos_kdl package not found, disabling KdlSolver")
93
endif()

libraries/YarpPlugins/KdlSolver/DeviceDriverImpl.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
#include <sstream>
66
#include <string>
77

8-
#include <yarp/conf/version.h>
9-
108
#include <yarp/os/Bottle.h>
119
#include <yarp/os/LogStream.h>
1210
#include <yarp/os/Property.h>

libraries/YarpPlugins/KdlTreeSolver/DeviceDriverImpl.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66
#include <sstream>
77
#include <string>
88

9-
#include <yarp/conf/version.h>
10-
119
#include <yarp/os/Bottle.h>
1210
#include <yarp/os/LogStream.h>
1311
#include <yarp/os/Property.h>

0 commit comments

Comments
 (0)