Skip to content

Commit

Permalink
Move attribution below license file, standardize with MoveIt (moveit#…
Browse files Browse the repository at this point in the history
  • Loading branch information
davetcoleman authored and rhaschke committed Jan 22, 2020
1 parent 3a57141 commit 92032b5
Show file tree
Hide file tree
Showing 7 changed files with 42 additions and 35 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
/*******************************************************************************
* Title : collision_check_thread.cpp
* Project : moveit_jog_arm
* Created : 1/11/2019
* Author : Brian O'Neil, Andy Zelenak, Blake Anderson
*
* BSD 3-Clause License
*
* Copyright (c) 2019, Los Alamos National Security, LLC
Expand Down Expand Up @@ -36,6 +31,12 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*******************************************************************************/

/* Title : collision_check_thread.cpp
* Project : moveit_jog_arm
* Created : 1/11/2019
* Author : Brian O'Neil, Andy Zelenak, Blake Anderson
*/

#include <moveit_jog_arm/collision_check_thread.h>

namespace moveit_jog_arm
Expand Down
11 changes: 6 additions & 5 deletions moveit_experimental/moveit_jog_arm/src/jog_calcs.cpp
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
/*******************************************************************************
* Title : jog_calcs.cpp
* Project : moveit_jog_arm
* Created : 1/11/2019
* Author : Brian O'Neil, Andy Zelenak, Blake Anderson
*
* BSD 3-Clause License
*
* Copyright (c) 2019, Los Alamos National Security, LLC
Expand Down Expand Up @@ -36,6 +31,12 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*******************************************************************************/

/* Title : jog_calcs.cpp
* Project : moveit_jog_arm
* Created : 1/11/2019
* Author : Brian O'Neil, Andy Zelenak, Blake Anderson
*/

#include <moveit_jog_arm/jog_calcs.h>

namespace moveit_jog_arm
Expand Down
11 changes: 6 additions & 5 deletions moveit_experimental/moveit_jog_arm/src/jog_cpp_interface.cpp
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
/*******************************************************************************
* Title : jog_cpp_interface.cpp
* Project : moveit_jog_arm
* Created : 11/20/2019
* Author : Andy Zelenak
*
* BSD 3-Clause License
*
* Copyright (c) 2019, Los Alamos National Security, LLC
Expand Down Expand Up @@ -36,6 +31,12 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*******************************************************************************/

/* Title : jog_cpp_interface.cpp
* Project : moveit_jog_arm
* Created : 11/20/2019
* Author : Andy Zelenak
*/

#include "moveit_jog_arm/jog_cpp_interface.h"

namespace moveit_jog_arm
Expand Down
11 changes: 6 additions & 5 deletions moveit_experimental/moveit_jog_arm/src/jog_interface_base.cpp
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
/*******************************************************************************
* Title : jog_interface_base.cpp
* Project : moveit_jog_arm
* Created : 3/9/2017
* Author : Brian O'Neil, Andy Zelenak, Blake Anderson
*
* BSD 3-Clause License
*
* Copyright (c) 2019, Los Alamos National Security, LLC
Expand Down Expand Up @@ -36,6 +31,12 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*******************************************************************************/

/* Title : jog_interface_base.cpp
* Project : moveit_jog_arm
* Created : 3/9/2017
* Author : Brian O'Neil, Andy Zelenak, Blake Anderson
*/

#include "moveit_jog_arm/jog_interface_base.h"

namespace moveit_jog_arm
Expand Down
11 changes: 6 additions & 5 deletions moveit_experimental/moveit_jog_arm/src/jog_ros_interface.cpp
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
/*******************************************************************************
* Title : jog_ros_interface.cpp
* Project : moveit_jog_arm
* Created : 3/9/2017
* Author : Brian O'Neil, Andy Zelenak, Blake Anderson
*
* BSD 3-Clause License
*
* Copyright (c) 2019, Los Alamos National Security, LLC
Expand Down Expand Up @@ -36,6 +31,12 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*******************************************************************************/

/* Title : jog_ros_interface.cpp
* Project : moveit_jog_arm
* Created : 3/9/2017
* Author : Brian O'Neil, Andy Zelenak, Blake Anderson
*/

// Server node for arm jogging with MoveIt.

#include <moveit_jog_arm/jog_ros_interface.h>
Expand Down
11 changes: 6 additions & 5 deletions moveit_experimental/moveit_jog_arm/src/jog_server.cpp
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
/*******************************************************************************
* Title : jog_server.cpp
* Project : moveit_jog_arm
* Created : 12/31/2018
* Author : Andy Zelenak
*
* BSD 3-Clause License
*
* Copyright (c) 2019, Los Alamos National Security, LLC
Expand Down Expand Up @@ -36,6 +31,12 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*******************************************************************************/

/* Title : jog_server.cpp
* Project : moveit_jog_arm
* Created : 12/31/2018
* Author : Andy Zelenak
*/

#include <moveit_jog_arm/jog_ros_interface.h>

int main(int argc, char** argv)
Expand Down
11 changes: 6 additions & 5 deletions moveit_experimental/moveit_jog_arm/src/low_pass_filter.cpp
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
/*******************************************************************************
* Title : low_pass_filter.cpp
* Project : moveit_jog_arm
* Created : 1/11/2019
* Author : Andy Zelenak
*
* BSD 3-Clause License
*
* Copyright (c) 2019, Los Alamos National Security, LLC
Expand Down Expand Up @@ -36,6 +31,12 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*******************************************************************************/

/* Title : low_pass_filter.cpp
* Project : moveit_jog_arm
* Created : 1/11/2019
* Author : Andy Zelenak
*/

#include <moveit_jog_arm/low_pass_filter.h>

namespace moveit_jog_arm
Expand Down

0 comments on commit 92032b5

Please sign in to comment.