Skip to content

Commit e78c135

Browse files
authored
Replace all moveit.ros.org to moveit.ai (#853)
1 parent f77a29c commit e78c135

File tree

10 files changed

+12
-12
lines changed

10 files changed

+12
-12
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Please explain the changes you made, including a reference to the related issue if applicable
44

55
### Checklist
6-
- [ ] **Required by CI**: Code is auto formatted using [clang-format](http://moveit.ros.org/documentation/contributing/code)
6+
- [ ] **Required by CI**: Code is auto formatted using [clang-format](http://moveit.ai/documentation/contributing/code)
77
- [ ] While waiting for someone to review your request, please consider reviewing [another open pull request](https://github.com/ros-planning/moveit/pulls) to support the maintainers
88

99
[//]: # "You can expect a response from a maintainer within 7 days. If you haven't heard anything by then, feel free to ping the thread. Thank you!"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ We rely on the community to keep these tutorials up to date and bug free. If you
4040

4141
**Code Formatting**
4242

43-
* These tutorials use the same [style guidelines](http://moveit.ros.org/documentation/contributing/code/) as the MoveIt! project. When modifying or adding to these tutorials, it is required that code is auto formatted using [clang-format](http://moveit.ros.org/documentation/contributing/code/).
43+
* These tutorials use the same [style guidelines](http://moveit.ai/documentation/contributing/code/) as the MoveIt! project. When modifying or adding to these tutorials, it is required that code is auto formatted using [clang-format](http://moveit.ai/documentation/contributing/code/).
4444
* Tutorials should exemplify best coding practices. If a contribution wouldn't pass review in the MoveIt! project, then it shouldn't pass review in the tutorials.
4545
* Relevant code should be included and explained using the ``.. tutorial-formatter::`` tag.
4646
* Irrelevant code should be excluded from the generated html using the ``BEGIN_TUTORIAL``, ``END_TUTORIAL``, ``BEGIN_SUB_TUTORIAL``, and ``END_SUB_TUTORIAL`` tags.

_themes/sphinx_rtd_theme/breadcrumbs.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
{% endif %}
1414
{% endif %}
1515
</li>
16-
<li><a href="http://moveit.ros.org">MoveIt</a> &raquo;</li>
16+
<li><a href="http://moveit.ai">MoveIt</a> &raquo;</li>
1717
<li><a href="{{ pathto(master_doc) }}">Tutorials</a> &raquo;</li>
1818
{% for doc in parents %}
1919
<li><a href="{{ doc.link|e }}">{{ doc.title }}</a> &raquo;</li>

_themes/sphinx_rtd_theme/layout.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
<div class="wy-side-nav-search">
9999
{% block sidebartitle %}
100100

101-
<a href="http://moveit.ros.org">
101+
<a href="http://moveit.ai">
102102
<img src="{{ pathto('_static/logo.png', 1) }}"/>
103103
</a>
104104

conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
'kinematic_constraints': ('http://docs.ros.org/' + ros_distro + '/api/moveit_core/html/cpp/classkinematic__constraints_1_1%s.html', ''),
6464
'moveit_core_files': ('http://docs.ros.org/' + ros_distro + '/api/moveit_core/html/cpp/%s.html', ''),
6565
'move_group_interface': ('http://docs.ros.org/' + ros_distro + '/api/moveit_ros_planning_interface/html/classmoveit_1_1planning__interface_1_1%s.html', ''),
66-
'moveit_website': ('http://moveit.ros.org/%s/', '')}
66+
'moveit_website': ('http://moveit.ai/%s/', '')}
6767

6868
# Output file base name for HTML help builder.
6969
htmlhelp_basename = 'MoveItDocumentation'

doc/benchmarking/benchmarking_tutorial.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Benchmarking
55
=====================
66

7-
.. note:: To use this benchmarking method, you will need to download and install the ROS Warehouse plugin. Currently this is not available from Debians and requires a source install for at least some aspects. For source instructions, see `this page <http://moveit.ros.org/install/source/dependencies/>`_
7+
.. note:: To use this benchmarking method, you will need to download and install the ROS Warehouse plugin. Currently this is not available from Debians and requires a source install for at least some aspects. For source instructions, see `this page <http://moveit.ai/install/source/dependencies/>`_
88

99
Getting Started
1010
---------------

doc/getting_started/getting_started.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ The simplest way to install MoveIt is from pre-built binaries (Debian): ::
2222

2323
sudo apt install ros-melodic-moveit
2424

25-
Advanced users might want to `install MoveIt from source <http://moveit.ros.org/install/source/>`_.
25+
Advanced users might want to `install MoveIt from source <http://moveit.ai/install/source/>`_.
2626
If you want to build your own MoveIt fork, replace the repository uri in the .rosinstall file with your own.
2727

2828
Create A Catkin Workspace

doc/ompl_interface/ompl_interface_tutorial.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,4 +106,4 @@ You can adjust the amount of time MoveIt spends on smoothing by increasing the p
106106

107107
Although not currently exposed at the top levels of MoveIt (TODO), more smoothing can be accomplished by setting the simplification duration to 0 (unlimited) in ``model_based_planning_context.cpp``. This will enable OMPL's ``simplifyMax()`` function.
108108

109-
Besides the internal OMPL smoothers, recent efforts have been made to do post-proccessing with STOMP/CHOMP. See `this blog post <http://moveit.ros.org/moveit!/ros/2018/10/25/gsoc-motion-planning-support.html>`_.
109+
Besides the internal OMPL smoothers, recent efforts have been made to do post-proccessing with STOMP/CHOMP. See `this blog post <http://moveit.ai/moveit!/ros/2018/10/25/gsoc-motion-planning-support.html>`_.

doc/planning_adapters/planning_adapters_tutorial.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ As you add and remove packages from your workspace you will need to clean your w
2121
cd ~/ws_moveit/src
2222
catkin clean
2323

24-
Now follow the instructions on the MoveIt homepage for `installing MoveIt Melodic from source <http://moveit.ros.org/install/source/>`_. Note that you can skip the **Prerequisites** section since you should already have a Catkin workspace.
24+
Now follow the instructions on the MoveIt homepage for `installing MoveIt Melodic from source <http://moveit.ai/install/source/>`_. Note that you can skip the **Prerequisites** section since you should already have a Catkin workspace.
2525

2626
Re-source the setup files: ::
2727

index.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ These tutorials will step you through using and learning the MoveIt Motion Plann
66
.. image:: doc/quickstart_in_rviz/rviz_plugin_head.png
77
:width: 700px
88

9-
In these tutorials, the Franka Emika Panda robot is used as a quick-start demo. Alternatively, you can easily use any robot that has already been configured to work with MoveIt - check the `list of robots running MoveIt <http://moveit.ros.org/robots/>`_ to see whether MoveIt is already available for your robot. Otherwise, you can setup MoveIt to work with your custom robot in the tutorial section "Integration with a New Robot", below.
9+
In these tutorials, the Franka Emika Panda robot is used as a quick-start demo. Alternatively, you can easily use any robot that has already been configured to work with MoveIt - check the `list of robots running MoveIt <http://moveit.ai/robots/>`_ to see whether MoveIt is already available for your robot. Otherwise, you can setup MoveIt to work with your custom robot in the tutorial section "Integration with a New Robot", below.
1010

1111
Getting Started with MoveIt and RViz
1212
-------------------------------------
@@ -46,7 +46,7 @@ Building more complex applications with MoveIt often requires developers to dig
4646

4747
Integration with a New Robot
4848
----------------------------
49-
Before attempting to integrate a new robot with MoveIt, check whether your robot has already been setup (see the `list of robots running MoveIt <http://moveit.ros.org/robots/>`_). Otherwise, follow the tutorials in this section to integrate your robot with MoveIt (and share your results on the MoveIt mailing list)
49+
Before attempting to integrate a new robot with MoveIt, check whether your robot has already been setup (see the `list of robots running MoveIt <http://moveit.ai/robots/>`_). Otherwise, follow the tutorials in this section to integrate your robot with MoveIt (and share your results on the MoveIt mailing list)
5050

5151
.. toctree::
5252
:maxdepth: 1
@@ -86,7 +86,7 @@ Attribution
8686
-----------
8787
Major contributors to the MoveIt tutorials are listed in chronological order: Sachin Chitta, Dave Hershberger, Acorn Pooley, Dave Coleman, Michael Gorner, Francisco Suarez, Mike Lautman. Help us improve these docs and we'll be happy to include you here also!
8888

89-
The tutorials had a major update in 2018 during a code sprint sponsored by Franka Emika in collaboration with PickNik (`Check out the blog post! <http://moveit.ros.org/moveit!/ros/2018/02/26/tutorials-documentation-codesprint.html>`_)
89+
The tutorials had a major update in 2018 during a code sprint sponsored by Franka Emika in collaboration with PickNik (`Check out the blog post! <http://moveit.ai/moveit!/ros/2018/02/26/tutorials-documentation-codesprint.html>`_)
9090

9191
.. image:: ./_static/franka_logo.png
9292
:width: 300px

0 commit comments

Comments
 (0)