Skip to content

Commit

Permalink
Remove unused headers and redundant copyright notices
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterBowman authored Aug 16, 2024
1 parent 0865fe3 commit 52716a7
Show file tree
Hide file tree
Showing 10 changed files with 0 additions and 39 deletions.
4 changes: 0 additions & 4 deletions bindings/roboticslab_kinematics_dynamics.i
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
// Copyright:
// Author:
// CopyPolicy:

//////////////////////////////////////////////////////////////////////////
//
// This is a configuration file to explain kinematics_dynamics to SWIG
Expand Down
3 changes: 0 additions & 3 deletions libraries/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# Copyright: Universidad Carlos III de Madrid (C) 2013
# Authors: Juan G. Victores

add_subdirectory(KdlVectorConverterLib)
add_subdirectory(KinematicRepresentationLib)
add_subdirectory(ScrewTheoryLib)
Expand Down
2 changes: 0 additions & 2 deletions libraries/YarpPlugins/AsibotSolver/DeviceDriverImpl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
#include <cstdlib>
#include <string>

#include <yarp/conf/version.h>

#include <yarp/os/Bottle.h>
#include <yarp/os/LogStream.h>
#include <yarp/os/Property.h>
Expand Down
6 changes: 0 additions & 6 deletions libraries/YarpPlugins/BasicCartesianControl/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
# Copyright: (C) 2023 Universidad Carlos III de Madrid
# Copyright: (C) 2009 RobotCub Consortium
# Author: Juan G. Victores
# Contrib: Ugo; Paul Fitzpatrick (YARP device examples and tutorials)
# CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT

yarp_prepare_plugin(BasicCartesianControl
CATEGORY device
TYPE roboticslab::BasicCartesianControl
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

#include "BasicCartesianControl.hpp"

#include <yarp/conf/version.h>

#include <yarp/os/LogStream.h>

#include "LogComponent.hpp"
Expand Down
6 changes: 0 additions & 6 deletions libraries/YarpPlugins/CartesianControlClient/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
# Copyright: (C) 2010 Universidad Carlos III de Madrid
# Copyright: (C) 2009 RobotCub Consortium
# Author: Juan G. Victores
# Contrib: Ugo; Paul Fitzpatrick (YARP device examples and tutorials)
# CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT

yarp_prepare_plugin(CartesianControlClient
CATEGORY device
TYPE roboticslab::CartesianControlClient
Expand Down
6 changes: 0 additions & 6 deletions libraries/YarpPlugins/CartesianControlServer/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
# Copyright: (C) 2010 Universidad Carlos III de Madrid
# Copyright: (C) 2009 RobotCub Consortium
# Author: Juan G. Victores
# Contrib: Ugo; Paul Fitzpatrick (YARP device examples and tutorials)
# CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT

yarp_prepare_plugin(CartesianControlServer
CATEGORY device
TYPE roboticslab::CartesianControlServer
Expand Down
6 changes: 0 additions & 6 deletions libraries/YarpPlugins/KdlSolver/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
# Copyright: (C) 2023 Universidad Carlos III de Madrid
# Copyright: (C) 2009 RobotCub Consortium
# Author: Juan G. Victores
# Contrib: Ugo; Paul Fitzpatrick (YARP device examples and tutorials)
# CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT

if(NOT orocos_kdl_FOUND AND (NOT DEFINED ENABLE_KdlSolver OR ENABLE_KdlSolver))
message(WARNING "orocos_kdl package not found, disabling KdlSolver")
endif()
Expand Down
2 changes: 0 additions & 2 deletions libraries/YarpPlugins/KdlSolver/DeviceDriverImpl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
#include <sstream>
#include <string>

#include <yarp/conf/version.h>

#include <yarp/os/Bottle.h>
#include <yarp/os/LogStream.h>
#include <yarp/os/Property.h>
Expand Down
2 changes: 0 additions & 2 deletions libraries/YarpPlugins/KdlTreeSolver/DeviceDriverImpl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
#include <sstream>
#include <string>

#include <yarp/conf/version.h>

#include <yarp/os/Bottle.h>
#include <yarp/os/LogStream.h>
#include <yarp/os/Property.h>
Expand Down

0 comments on commit 52716a7

Please sign in to comment.