Skip to content

Commit ddd2fff

Browse files
committed
fix: frankaemika links
1 parent ee45b4a commit ddd2fff

File tree

12 files changed

+22
-22
lines changed

12 files changed

+22
-22
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ pipeline {
151151
sh """
152152
cd src/franka_ros
153153
.ci/checkgithistory.sh \\
154-
https://github.com/frankaemika/franka_ros.git develop
154+
https://github.com/frankarobotics/franka_ros.git develop
155155
"""
156156
}
157157
}

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ROS integration for Franka Robotics research robots
22

3-
[![CI](https://github.com/frankaemika/franka_ros/actions/workflows/ci.yml/badge.svg)](https://github.com/frankaemika/franka_ros/actions/workflows/ci.yml)
3+
[![CI](https://github.com/frankarobotics/franka_ros/actions/workflows/ci.yml/badge.svg)](https://github.com/frankarobotics/franka_ros/actions/workflows/ci.yml)
44

55

66
See the [Franka Control Interface (FCI) documentation][fci-docs] for more information.
@@ -10,4 +10,4 @@ See the [Franka Control Interface (FCI) documentation][fci-docs] for more inform
1010
All packages of `franka_ros` are licensed under the [Apache 2.0 license][apache-2.0].
1111

1212
[apache-2.0]: https://www.apache.org/licenses/LICENSE-2.0.html
13-
[fci-docs]: https://frankaemika.github.io/docs
13+
[fci-docs]: https://frankarobotics.github.io/docs

franka_control/package.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
<license>Apache 2.0</license>
88

99
<url type="website">http://wiki.ros.org/franka_control</url>
10-
<url type="repository">https://github.com/frankaemika/franka_ros</url>
11-
<url type="bugtracker">https://github.com/frankaemika/franka_ros/issues</url>
10+
<url type="repository">https://github.com/frankarobotics/franka_ros</url>
11+
<url type="bugtracker">https://github.com/frankarobotics/franka_ros/issues</url>
1212
<author>Franka Robotics GmbH</author>
1313

1414
<buildtool_depend>catkin</buildtool_depend>

franka_description/package.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
<license>Apache 2.0</license>
88

99
<url type="website">http://wiki.ros.org/franka_description</url>
10-
<url type="repository">https://github.com/frankaemika/franka_ros</url>
11-
<url type="bugtracker">https://github.com/frankaemika/franka_ros/issues</url>
10+
<url type="repository">https://github.com/frankarobotics/franka_ros</url>
11+
<url type="bugtracker">https://github.com/frankarobotics/franka_ros/issues</url>
1212
<author>Franka Robotics GmbH</author>
1313

1414
<buildtool_depend>catkin</buildtool_depend>

franka_example_controllers/package.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
<license>Apache 2.0</license>
88

99
<url type="website">http://wiki.ros.org/franka_example_controllers</url>
10-
<url type="repository">https://github.com/frankaemika/franka_ros</url>
11-
<url type="bugtracker">https://github.com/frankaemika/franka_ros/issues</url>
10+
<url type="repository">https://github.com/frankarobotics/franka_ros</url>
11+
<url type="bugtracker">https://github.com/frankarobotics/franka_ros/issues</url>
1212
<author>Franka Robotics GmbH</author>
1313

1414
<buildtool_depend>catkin</buildtool_depend>

franka_gazebo/package.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
<license>Apache 2.0</license>
1010

1111
<url type="website">http://wiki.ros.org/franka_gazebo</url>
12-
<url type="repository">https://github.com/frankaemika/franka_ros</url>
13-
<url type="bugtracker">https://github.com/frankaemika/franka_ros/issues</url>
12+
<url type="repository">https://github.com/frankarobotics/franka_ros</url>
13+
<url type="bugtracker">https://github.com/frankarobotics/franka_ros/issues</url>
1414
<author>Franka Robotics GmbH</author>
1515

1616
<buildtool_depend>catkin</buildtool_depend>

franka_gripper/package.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
<license>Apache 2.0</license>
88

99
<url type="website">http://wiki.ros.org/franka_gripper</url>
10-
<url type="repository">https://github.com/frankaemika/franka_ros</url>
11-
<url type="bugtracker">https://github.com/frankaemika/franka_ros/issues</url>
10+
<url type="repository">https://github.com/frankarobotics/franka_ros</url>
11+
<url type="bugtracker">https://github.com/frankarobotics/franka_ros/issues</url>
1212
<author>Franka Robotics GmbH</author>
1313

1414
<buildtool_depend>catkin</buildtool_depend>

franka_hw/include/franka_hw/franka_combinable_hw.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ namespace franka_hw {
2525
* control multiple robots from a single controller.
2626
* Note: This class allows for torque (effort) control only due to the lack of synchronization
2727
* between master controllers of different robots. For more information see the documentation at
28-
* https://frankaemika.github.io/docs/franka_ros.html .
28+
* https://frankarobotics.github.io/docs/franka_ros.html .
2929
*/
3030
class FrankaCombinableHW : public FrankaHW {
3131
public:

franka_hw/package.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
<license>Apache 2.0</license>
88

99
<url type="website">http://wiki.ros.org/franka_hw</url>
10-
<url type="repository">https://github.com/frankaemika/franka_ros</url>
11-
<url type="bugtracker">https://github.com/frankaemika/franka_ros/issues</url>
10+
<url type="repository">https://github.com/frankarobotics/franka_ros</url>
11+
<url type="bugtracker">https://github.com/frankarobotics/franka_ros/issues</url>
1212
<author>Franka Robotics GmbH</author>
1313

1414
<buildtool_depend>catkin</buildtool_depend>

franka_msgs/package.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
<license>Apache 2.0</license>
88

99
<url type="website">http://wiki.ros.org/franka_msgs</url>
10-
<url type="repository">https://github.com/frankaemika/franka_ros</url>
11-
<url type="bugtracker">https://github.com/frankaemika/franka_ros/issues</url>
10+
<url type="repository">https://github.com/frankarobotics/franka_ros</url>
11+
<url type="bugtracker">https://github.com/frankarobotics/franka_ros/issues</url>
1212
<author>Franka Robotics GmbH</author>
1313

1414
<buildtool_depend>catkin</buildtool_depend>

0 commit comments

Comments
 (0)