Skip to content

Commit c11f000

Browse files
AndreasKuhnerBarisYazici
authored andcommitted
chore: Updated the copyright from Franka Emika to Franka Robotics
1 parent 86f2254 commit c11f000

File tree

82 files changed

+109
-109
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

82 files changed

+109
-109
lines changed

NOTICE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
franka_ros
22

3-
Copyright 2017 Franka Emika GmbH
3+
Copyright 2023 Franka Robotics GmbH
44

55
Licensed under the Apache License, Version 2.0 (the "License");
66
you may not use this file except in compliance with the License.

README.md

Lines changed: 1 addition & 1 deletion

franka_control/include/franka_control/franka_state_controller.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2017 Franka Emika GmbH
1+
// Copyright (c) 2023 Franka Robotics GmbH
22
// Use of this source code is governed by the Apache-2.0 license, see LICENSE
33
#pragma once
44

franka_control/mainpage.dox

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
* @mainpage
33
* @htmlinclude "manifest.html"
44
*
5-
* Overview page for Franka Emika research robots: https://frankaemika.github.io
5+
* Overview page for Franka Robotics research robots: https://frankaemika.github.io
66
*/

franka_control/package.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
<package format="2">
33
<name>franka_control</name>
44
<version>0.10.1</version>
5-
<description>franka_control provides a hardware node to control a Franka Emika research robot</description>
6-
<maintainer email="[email protected]">Franka Emika GmbH</maintainer>
5+
<description>franka_control provides a hardware node to control a Franka Robotics research robot</description>
6+
<maintainer email="[email protected]">Franka Robotics GmbH</maintainer>
77
<license>Apache 2.0</license>
88

99
<url type="website">http://wiki.ros.org/franka_control</url>
1010
<url type="repository">https://github.com/frankaemika/franka_ros</url>
1111
<url type="bugtracker">https://github.com/frankaemika/franka_ros/issues</url>
12-
<author>Franka Emika GmbH</author>
12+
<author>Franka Robotics GmbH</author>
1313

1414
<buildtool_depend>catkin</buildtool_depend>
1515

franka_control/src/franka_combined_control_node.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2019 Franka Emika GmbH
1+
// Copyright (c) 2023 Franka Robotics GmbH
22
// Use of this source code is governed by the Apache-2.0 license, see LICENSE
33

44
#include <controller_manager/controller_manager.h>

franka_control/src/franka_control_node.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2017 Franka Emika GmbH
1+
// Copyright (c) 2023 Franka Robotics GmbH
22
// Use of this source code is governed by the Apache-2.0 license, see LICENSE
33
#include <algorithm>
44
#include <atomic>

franka_control/src/franka_state_controller.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2017 Franka Emika GmbH
1+
// Copyright (c) 2023 Franka Robotics GmbH
22
// Use of this source code is governed by the Apache-2.0 license, see LICENSE
33
#include <franka_control/franka_state_controller.h>
44

franka_description/mainpage.dox

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
* @mainpage
33
* @htmlinclude "manifest.html"
44
*
5-
* Overview page for Franka Emika research robots: https://frankaemika.github.io
5+
* Overview page for Franka Robotics research robots: https://frankaemika.github.io
66
*/

franka_description/package.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
<package format="2">
33
<name>franka_description</name>
44
<version>0.10.1</version>
5-
<description>franka_description contains URDF files and meshes of Franka Emika robots</description>
6-
<maintainer email="[email protected]">Franka Emika GmbH</maintainer>
5+
<description>franka_description contains URDF files and meshes of Franka Robotics robots</description>
6+
<maintainer email="[email protected]">Franka Robotics GmbH</maintainer>
77
<license>Apache 2.0</license>
88

99
<url type="website">http://wiki.ros.org/franka_description</url>
1010
<url type="repository">https://github.com/frankaemika/franka_ros</url>
1111
<url type="bugtracker">https://github.com/frankaemika/franka_ros/issues</url>
12-
<author>Franka Emika GmbH</author>
12+
<author>Franka Robotics GmbH</author>
1313

1414
<buildtool_depend>catkin</buildtool_depend>
1515

franka_description/robots/common/inertial.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This file does not contain official inertial properties
22
# of panda robot. The values are from the identification
3-
# results published in: Identification of the Franka Emika
3+
# results published in: Identification of the Franka Robotics
44
# PandaRobot With Retrieval of Feasible Parameters Using
55
# Penalty-Based Optimization
66
# by: Claudio Gaz, Marco Cognetti, Alexander Oliva,

franka_example_controllers/include/franka_example_controllers/cartesian_impedance_example_controller.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2017 Franka Emika GmbH
1+
// Copyright (c) 2023 Franka Robotics GmbH
22
// Use of this source code is governed by the Apache-2.0 license, see LICENSE
33
#pragma once
44

franka_example_controllers/include/franka_example_controllers/cartesian_pose_example_controller.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2017 Franka Emika GmbH
1+
// Copyright (c) 2023 Franka Robotics GmbH
22
// Use of this source code is governed by the Apache-2.0 license, see LICENSE
33
#pragma once
44

franka_example_controllers/include/franka_example_controllers/cartesian_velocity_example_controller.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2017 Franka Emika GmbH
1+
// Copyright (c) 2023 Franka Robotics GmbH
22
// Use of this source code is governed by the Apache-2.0 license, see LICENSE
33
#pragma once
44

franka_example_controllers/include/franka_example_controllers/dual_arm_cartesian_impedance_example_controller.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2019 Franka Emika GmbH
1+
// Copyright (c) 2023 Franka Robotics GmbH
22
// Use of this source code is governed by the Apache-2.0 license, see LICENSE
33
#pragma once
44

franka_example_controllers/include/franka_example_controllers/elbow_example_controller.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2017 Franka Emika GmbH
1+
// Copyright (c) 2023 Franka Robotics GmbH
22
// Use of this source code is governed by the Apache-2.0 license, see LICENSE
33
#pragma once
44

franka_example_controllers/include/franka_example_controllers/force_example_controller.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2017 Franka Emika GmbH
1+
// Copyright (c) 2023 Franka Robotics GmbH
22
// Use of this source code is governed by the Apache-2.0 license, see LICENSE
33
#pragma once
44

franka_example_controllers/include/franka_example_controllers/joint_impedance_example_controller.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2017 Franka Emika GmbH
1+
// Copyright (c) 2023 Franka Robotics GmbH
22
// Use of this source code is governed by the Apache-2.0 license, see LICENSE
33
#pragma once
44

franka_example_controllers/include/franka_example_controllers/joint_position_example_controller.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2017 Franka Emika GmbH
1+
// Copyright (c) 2023 Franka Robotics GmbH
22
// Use of this source code is governed by the Apache-2.0 license, see LICENSE
33
#pragma once
44

franka_example_controllers/include/franka_example_controllers/joint_velocity_example_controller.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2017 Franka Emika GmbH
1+
// Copyright (c) 2023 Franka Robotics GmbH
22
// Use of this source code is governed by the Apache-2.0 license, see LICENSE
33
#pragma once
44

franka_example_controllers/include/franka_example_controllers/joint_wall.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2022 Franka Emika GmbH
1+
// Copyright (c) 2023 Franka Robotics GmbH
22
#pragma once
33

44
#include <array>

franka_example_controllers/include/franka_example_controllers/model_example_controller.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2017 Franka Emika GmbH
1+
// Copyright (c) 2023 Franka Robotics GmbH
22
// Use of this source code is governed by the Apache-2.0 license, see LICENSE
33
#pragma once
44

franka_example_controllers/include/franka_example_controllers/teleop_joint_pd_example_controller.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2020 Franka Emika GmbH
1+
// Copyright (c) 2023 Franka Robotics GmbH
22
// Use of this source code is governed by the Apache-2.0 license, see LICENSE
33
#pragma once
44

franka_example_controllers/mainpage.dox

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
* @mainpage
33
* @htmlinclude "manifest.html"
44
*
5-
* Overview page for Franka Emika research robots: https://frankaemika.github.io
5+
* Overview page for Franka Robotics research robots: https://frankaemika.github.io
66
*/

franka_example_controllers/package.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
<package format="2">
33
<name>franka_example_controllers</name>
44
<version>0.10.1</version>
5-
<description>franka_example_controllers provides example code for controlling Franka Emika research robots with ros_control</description>
6-
<maintainer email="[email protected]">Franka Emika GmbH</maintainer>
5+
<description>franka_example_controllers provides example code for controlling Franka Robotics research robots with ros_control</description>
6+
<maintainer email="[email protected]">Franka Robotics GmbH</maintainer>
77
<license>Apache 2.0</license>
88

99
<url type="website">http://wiki.ros.org/franka_example_controllers</url>
1010
<url type="repository">https://github.com/frankaemika/franka_ros</url>
1111
<url type="bugtracker">https://github.com/frankaemika/franka_ros/issues</url>
12-
<author>Franka Emika GmbH</author>
12+
<author>Franka Robotics GmbH</author>
1313

1414
<buildtool_depend>catkin</buildtool_depend>
1515

franka_example_controllers/src/cartesian_impedance_example_controller.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2017 Franka Emika GmbH
1+
// Copyright (c) 2023 Franka Robotics GmbH
22
// Use of this source code is governed by the Apache-2.0 license, see LICENSE
33
#include <franka_example_controllers/cartesian_impedance_example_controller.h>
44

franka_example_controllers/src/cartesian_pose_example_controller.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2017 Franka Emika GmbH
1+
// Copyright (c) 2023 Franka Robotics GmbH
22
// Use of this source code is governed by the Apache-2.0 license, see LICENSE
33
#include <franka_example_controllers/cartesian_pose_example_controller.h>
44

franka_example_controllers/src/cartesian_velocity_example_controller.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2017 Franka Emika GmbH
1+
// Copyright (c) 2023 Franka Robotics GmbH
22
// Use of this source code is governed by the Apache-2.0 license, see LICENSE
33
#include <franka_example_controllers/cartesian_velocity_example_controller.h>
44

franka_example_controllers/src/dual_arm_cartesian_impedance_example_controller.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2019 Franka Emika GmbH
1+
// Copyright (c) 2023 Franka Robotics GmbH
22
// Use of this source code is governed by the Apache-2.0 license, see LICENSE
33
#include <franka_example_controllers/dual_arm_cartesian_impedance_example_controller.h>
44

franka_example_controllers/src/elbow_example_controller.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2017 Franka Emika GmbH
1+
// Copyright (c) 2023 Franka Robotics GmbH
22
// Use of this source code is governed by the Apache-2.0 license, see LICENSE
33
#include <franka_example_controllers/elbow_example_controller.h>
44

franka_example_controllers/src/force_example_controller.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2017 Franka Emika GmbH
1+
// Copyright (c) 2023 Franka Robotics GmbH
22
// Use of this source code is governed by the Apache-2.0 license, see LICENSE
33
#include <franka_example_controllers/force_example_controller.h>
44

franka_example_controllers/src/joint_impedance_example_controller.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2017 Franka Emika GmbH
1+
// Copyright (c) 2023 Franka Robotics GmbH
22
// Use of this source code is governed by the Apache-2.0 license, see LICENSE
33
#include <franka_example_controllers/joint_impedance_example_controller.h>
44

franka_example_controllers/src/joint_position_example_controller.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2017 Franka Emika GmbH
1+
// Copyright (c) 2023 Franka Robotics GmbH
22
// Use of this source code is governed by the Apache-2.0 license, see LICENSE
33
#include <franka_example_controllers/joint_position_example_controller.h>
44

franka_example_controllers/src/joint_velocity_example_controller.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2017 Franka Emika GmbH
1+
// Copyright (c) 2023 Franka Robotics GmbH
22
// Use of this source code is governed by the Apache-2.0 license, see LICENSE
33
#include <franka_example_controllers/joint_velocity_example_controller.h>
44

franka_example_controllers/src/joint_wall.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2022 Franka Emika GmbH
1+
// Copyright (c) 2023 Franka Robotics GmbH
22
#include <franka_example_controllers/joint_wall.h>
33

44
#include <ros/ros.h>

franka_example_controllers/src/model_example_controller.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2017 Franka Emika GmbH
1+
// Copyright (c) 2023 Franka Robotics GmbH
22
// Use of this source code is governed by the Apache-2.0 license, see LICENSE
33

44
#include <franka_example_controllers/model_example_controller.h>

franka_example_controllers/src/teleop_gripper_node.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2020 Franka Emika GmbH
1+
// Copyright (c) 2023 Franka Robotics GmbH
22
// Use of this source code is governed by the Apache-2.0 license, see LICENSE
33
#include <franka/gripper.h>
44
#include <franka_example_controllers/teleop_gripper_paramConfig.h>

franka_example_controllers/src/teleop_joint_pd_example_controller.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2020 Franka Emika GmbH
1+
// Copyright (c) 2023 Franka Robotics GmbH
22
// Use of this source code is governed by the Apache-2.0 license, see LICENSE
33
#include <franka_example_controllers/joint_wall.h>
44
#include <franka_example_controllers/teleop_joint_pd_example_controller.h>

franka_gazebo/mainpage.dox

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
* @mainpage
33
* @htmlinclude "manifest.html"
44
*
5-
* Overview page for Franka Emika research robots: https://frankaemika.github.io
5+
* Overview page for Franka Robotics research robots: https://frankaemika.github.io
66
*/

franka_gazebo/models/pick_tray/model.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<version>1.0</version>
55
<sdf version="1.6">model.sdf</sdf>
66
<author>
7-
<name>Franka Emika</name>
7+
<name>Franka Robotics</name>
88
<email>[email protected]</email>
99
</author>
1010
<description>Simple blue coloured tray.</description>

franka_gazebo/models/place_tray/model.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<version>1.0</version>
55
<sdf version="1.6">model.sdf</sdf>
66
<author>
7-
<name>Franka Emika</name>
7+
<name>Franka Robotics</name>
88
<email>[email protected]</email>
99
</author>
1010
<description>A simple red coloured tray.</description>

franka_gazebo/models/stone/model.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<version>1.0</version>
55
<sdf version="1.6">model.sdf</sdf>
66
<author>
7-
<name>Franka Emika</name>
7+
<name>Franka Robotics</name>
88
<email>[email protected]</email>
99
</author>
1010
<description>A simple stone.</description>

franka_gazebo/models/table/model.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<version>1.0</version>
55
<sdf version="1.6">model.sdf</sdf>
66
<author>
7-
<name>Franka Emika</name>
7+
<name>Franka Robotics</name>
88
<email>[email protected]</email>
99
</author>
1010
<description>A simple table.</description>

franka_gazebo/package.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
<version>0.10.1</version>
55
<description>This package offers the FrankaHWSim Class to simulate a Franka Robot in Gazebo</description>
66

7-
<maintainer email="[email protected]">Franka Emika GmbH</maintainer>
7+
<maintainer email="[email protected]">Franka Robotics GmbH</maintainer>
88

99
<license>Apache 2.0</license>
1010

1111
<url type="website">http://wiki.ros.org/franka_gazebo</url>
1212
<url type="repository">https://github.com/frankaemika/franka_ros</url>
1313
<url type="bugtracker">https://github.com/frankaemika/franka_ros/issues</url>
14-
<author>Franka Emika GmbH</author>
14+
<author>Franka Robotics GmbH</author>
1515

1616
<buildtool_depend>catkin</buildtool_depend>
1717

franka_gazebo/test/launch/panda-gazebo.urdf

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<robot name="panda">
3-
<!-- =============================================================== -->
4-
<!-- || This file does not contain official inertial properties || -->
5-
<!-- || of panda robot. The values are from the identification || -->
6-
<!-- || results published in: Identification of the Franka Emika || -->
7-
<!-- || PandaRobot With Retrieval of Feasible Parameters Using || -->
8-
<!-- || Penalty-Based Optimization || -->
9-
<!-- || by: Claudio Gaz, Marco Cognetti, Alexander Oliva, || -->
10-
<!-- || Paolo Robuffo Giordano, Alessandro de Luca third-party || -->
11-
<!-- =============================================================== -->
3+
<!-- ================================================================== -->
4+
<!-- || This file does not contain official inertial properties || -->
5+
<!-- || of panda robot. The values are from the identification || -->
6+
<!-- || results published in: Identification of the Franka Robotics || -->
7+
<!-- || PandaRobot With Retrieval of Feasible Parameters Using || -->
8+
<!-- || Penalty-Based Optimization || -->
9+
<!-- || by: Claudio Gaz, Marco Cognetti, Alexander Oliva, || -->
10+
<!-- || Paolo Robuffo Giordano, Alessandro de Luca third-party || -->
11+
<!-- ================================================================== -->
1212
<link name="world"/>
1313
<joint name="panda_joint_panda_mount" type="fixed">
1414
<parent link="panda_mount"/>

franka_gazebo/test/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2017 Franka Emika GmbH
1+
// Copyright (c) 2023 Franka Robotics GmbH
22
// Use of this source code is governed by the Apache-2.0 license, see LICENSE
33
#include <gtest/gtest.h>
44
#include <ros/ros.h>

franka_gripper/include/franka_gripper/franka_gripper.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2017 Franka Emika GmbH
1+
// Copyright (c) 2023 Franka Robotics GmbH
22
// Use of this source code is governed by the Apache-2.0 license, see LICENSE
33
#pragma once
44

franka_gripper/mainpage.dox

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
* @mainpage
33
* @htmlinclude "manifest.html"
44
*
5-
* Overview page for Franka Emika research robots: https://frankaemika.github.io
5+
* Overview page for Franka Robotics research robots: https://frankaemika.github.io
66
*/

franka_gripper/package.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
<name>franka_gripper</name>
44
<version>0.10.1</version>
55
<description>This package implements the franka gripper of type Franka Hand for the use in ros</description>
6-
<maintainer email="[email protected]">Franka Emika GmbH</maintainer>
6+
<maintainer email="[email protected]">Franka Robotics GmbH</maintainer>
77
<license>Apache 2.0</license>
88

99
<url type="website">http://wiki.ros.org/franka_gripper</url>
1010
<url type="repository">https://github.com/frankaemika/franka_ros</url>
1111
<url type="bugtracker">https://github.com/frankaemika/franka_ros/issues</url>
12-
<author>Franka Emika GmbH</author>
12+
<author>Franka Robotics GmbH</author>
1313

1414
<buildtool_depend>catkin</buildtool_depend>
1515

franka_gripper/src/franka_gripper.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2017 Franka Emika GmbH
1+
// Copyright (c) 2023 Franka Robotics GmbH
22
// Use of this source code is governed by the Apache-2.0 license, see LICENSE
33
#include <franka_gripper/franka_gripper.h>
44

0 commit comments

Comments
 (0)