Skip to content

Commit 4495dd5

Browse files
committed
Rename ros-planning.github.io -> moveit.github.io
1 parent bc06db6 commit 4495dd5

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

moveit_kinematics/ikfast_kinematics_plugin/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ Generates a IKFast kinematics plugin for MoveIt using [OpenRave](http://openrave
77

88
Tested on ROS Hydro and greater with Catkin using OpenRave 0.8 with a 6dof and 7dof robot arm manipulator. Does not work with greater than 7dof.
99

10-
[Documentation on docs.ros.org](https://ros-planning.github.io/moveit_tutorials/doc/ikfast/ikfast_tutorial.html#creating-the-ikfast-moveit-plugin)
10+
[Documentation on docs.ros.org](https://moveit.github.io/moveit_tutorials/doc/ikfast/ikfast_tutorial.html#creating-the-ikfast-moveit-plugin)

moveit_planners/chomp/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
## CHOMP Motion Planner
22

3-
See [Chomp Interface Tutorial](https://ros-planning.github.io/moveit_tutorials/doc/chomp_planner/chomp_planner_tutorial.html)
3+
See [Chomp Interface Tutorial](https://moveit.github.io/moveit_tutorials/doc/chomp_planner/chomp_planner_tutorial.html)

moveit_ros/benchmarks/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
This package provides methods to benchmark motion planning algorithms and aggregate/plot statistics. Results can be viewed in [Planner Arena](http://plannerarena.org/).
44

5-
For more information and usage example please see [moveit tutorials](https://ros-planning.github.io/moveit_tutorials/doc/benchmarking/benchmarking_tutorial.html).
5+
For more information and usage example please see [moveit tutorials](https://moveit.github.io/moveit_tutorials/doc/benchmarking/benchmarking_tutorial.html).

moveit_ros/moveit_servo/package.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<license>BSD-3-Clause</license>
1313

14-
<url type="website">https://ros-planning.github.io/moveit_tutorials</url>
14+
<url type="website">https://moveit.github.io/moveit_tutorials</url>
1515

1616
<author>Brian O'Neil</author>
1717
<author email="andyz@utexas.edu">Andy Zelenak</author>

moveit_ros/planning_interface/test/move_group_interface_cpp_test.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
/* Author: Tyler Weaver, Boston Cleek */
3737

3838
/* These integration tests are based on the tutorials for using move_group:
39-
* https://ros-planning.github.io/moveit_tutorials/doc/move_group_interface/move_group_interface_tutorial.html
39+
* https://moveit.github.io/moveit_tutorials/doc/move_group_interface/move_group_interface_tutorial.html
4040
*/
4141

4242
// C++

moveit_ros/planning_interface/test/move_group_pick_place_test.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
/* Author: Tyler Weaver */
3737

3838
/* These integration tests are based on the tutorials for using move_group to do a pick and place:
39-
* https://ros-planning.github.io/moveit_tutorials/doc/pick_place/pick_place_tutorial.html
39+
* https://moveit.github.io/moveit_tutorials/doc/pick_place/pick_place_tutorial.html
4040
*/
4141

4242
// C++

moveit_ros/planning_interface/test/subframes_test.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
/* Author: Felix von Drigalski, Jacob Aas, Tyler Weaver, Boston Cleek */
3737

3838
/* This integration test is based on the tutorial for using subframes
39-
* https://ros-planning.github.io/moveit_tutorials/doc/subframes/subframes_tutorial.html
39+
* https://moveit.github.io/moveit_tutorials/doc/subframes/subframes_tutorial.html
4040
*/
4141

4242
// C++

0 commit comments

Comments
 (0)