Skip to content

Commit 28fde4d

Browse files
Updated ros-planning organization to moveit (#823)
Co-authored-by: Robert Haschke <[email protected]>
1 parent 3bf8de6 commit 28fde4d

File tree

32 files changed

+78
-78
lines changed

32 files changed

+78
-78
lines changed

.github/PULL_REQUEST_TEMPLATE.md

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

55
### Checklist
66
- [ ] **Required by CI**: Code is auto formatted using [clang-format](http://moveit.ros.org/documentation/contributing/code)
7-
- [ ] 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
7+
- [ ] While waiting for someone to review your request, please consider reviewing [another open pull request](https://github.com/moveit/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!"

.github/workflows/deploy.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- uses: actions/checkout@v4
2323
- name: Setup Pages
2424
uses: actions/configure-pages@v4
25-
if: github.repository_owner == 'ros-planning'
25+
if: github.repository_owner == 'moveit'
2626
- uses: ruby/setup-ruby@v1
2727
with:
2828
ruby-version: '3'
@@ -33,12 +33,12 @@ jobs:
3333
3434
- name: Upload pages artifact
3535
uses: actions/upload-pages-artifact@v3
36-
if: github.repository_owner == 'ros-planning'
36+
if: github.repository_owner == 'moveit'
3737
with:
3838
path: build/html
3939

4040
deploy:
41-
if: github.repository_owner == 'ros-planning' && github.ref == 'refs/heads/master'
41+
if: github.repository_owner == 'moveit' && github.ref == 'refs/heads/master'
4242
runs-on: ubuntu-latest
4343
needs: doc
4444
environment:

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# MoveIt Tutorials
22

3-
[MoveIt 1 Live tutorials](https://ros-planning.github.io/moveit_tutorials/)
3+
[MoveIt 1 Live tutorials](https://moveit.github.io/moveit_tutorials/)
44

5-
*These are the tutorials for MoveIt 1, for MoveIt 2 see [MoveIt 2 Tutorials](https://github.com/ros-planning/moveit2_tutorials/)*
5+
*These are the tutorials for MoveIt 1, for MoveIt 2 see [MoveIt 2 Tutorials](https://github.com/moveit/moveit2_tutorials/)*
66

77
This is the primary documentation for the MoveIt project. We strongly encourage you to help improve MoveIt's documentation. Please consider reading the guidelines below for writing the best documentation and tutorials. However, if you are uncomfortable with any of the approaches, simply adding documentation text to your pull requests is better than nothing.
88

@@ -12,7 +12,7 @@ All content in this repository is open source and released under the [BSD Licens
1212

1313
This repository is currently built automatically by two systems. Github Actions builds the documentation for Noetic, and ROS Build Farm builds the documentation for older versions:
1414

15-
- [ROS Noetic](https://ros-planning.github.io/moveit_tutorials/): [![CI](https://github.com/ros-planning/moveit_tutorials/actions/workflows/ci.yaml/badge.svg?branch=master)](https://github.com/ros-planning/moveit_tutorials/actions/workflows/ci.yaml?query=branch%3Amaster) [![Deploy](https://github.com/ros-planning/moveit_tutorials/actions/workflows/deploy.yaml/badge.svg?branch=master)](https://github.com/ros-planning/moveit_tutorials/actions/workflows/deploy.yaml?query=branch%3Amaster) [![Formatting](https://github.com/ros-planning/moveit_tutorials/actions/workflows/format.yaml/badge.svg?branch=master)](https://github.com/ros-planning/moveit_tutorials/actions/workflows/format.yaml?query=branch%3Amaster)
15+
- [ROS Noetic](https://moveit.github.io/moveit_tutorials/): [![CI](https://github.com/moveit/moveit_tutorials/actions/workflows/ci.yaml/badge.svg?branch=master)](https://github.com/moveit/moveit_tutorials/actions/workflows/ci.yaml?query=branch%3Amaster) [![Deploy](https://github.com/moveit/moveit_tutorials/actions/workflows/deploy.yaml/badge.svg?branch=master)](https://github.com/moveit/moveit_tutorials/actions/workflows/deploy.yaml?query=branch%3Amaster) [![Formatting](https://github.com/moveit/moveit_tutorials/actions/workflows/format.yaml/badge.svg?branch=master)](https://github.com/moveit/moveit_tutorials/actions/workflows/format.yaml?query=branch%3Amaster)
1616
- [ROS Melodic](http://docs.ros.org/melodic/api/moveit_tutorials/html/): [![build farm](http://build.ros.org/buildStatus/icon?job=Mdoc__moveit_tutorials__ubuntu_bionic_amd64)](http://build.ros.org/job/Mdoc__moveit_tutorials__ubuntu_bionic_amd64/)
1717
- [ROS Kinetic](http://docs.ros.org/kinetic/api/moveit_tutorials/html/): [![build farm](http://build.ros.org/buildStatus/icon?job=Kdoc__moveit_tutorials__ubuntu_xenial_amd64)](http://build.ros.org/job/Kdoc__moveit_tutorials__ubuntu_xenial_amd64/)
1818

@@ -43,7 +43,7 @@ For deploying documentation changes to the web, [Section 3 of the rosdoc_lite wi
4343

4444
## Contributing
4545

46-
We rely on the community to keep these tutorials up-to-date and bug-free. If you find an issue with the tutorials please [open an issue on GitHub](https://github.com/ros-planning/moveit_tutorials/issues/new) or open a PR with the proposed changes.
46+
We rely on the community to keep these tutorials up-to-date and bug-free. If you find an issue with the tutorials please [open an issue on GitHub](https://github.com/moveit/moveit_tutorials/issues/new) or open a PR with the proposed changes.
4747

4848
### Formatting and Style
4949

_themes/sphinx_rtd_theme/layout.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@
138138
<div itemprop="articleBody">
139139
<!-- <div class="admonition note"> -->
140140
<!-- <p class="first admonition-title">Code Used in this Tutorial Available</p> -->
141-
<!-- <p class="last">Code can be found at <a href = "https://github.com/ros-planning/moveit_tutorials">moveit_tutorials repository</a> in doc folder. Use master branch.</p> -->
141+
<!-- <p class="last">Code can be found at <a href = "https://github.com/moveit/moveit_tutorials">moveit_tutorials repository</a> in doc folder. Use master branch.</p> -->
142142
<!-- </div> -->
143143
{% block body %}{% endblock %}
144144
{% if display_github %}

_themes/sphinx_rtd_theme/versions.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<div class="rst-other-versions">
1010
<dl>
1111
<dt>Current Versions</dt>
12-
<dd><a href="https://ros-planning.github.io/moveit_tutorials/">Noetic</a></dd>
12+
<dd><a href="https://moveit.github.io/moveit_tutorials/">Noetic</a></dd>
1313
<dd><a href="http://docs.ros.org/en/melodic/api/moveit_tutorials/html/index.html">Melodic</a></dd>
1414
</dl>
1515
<dl>

conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,13 @@
3737

3838
html_context = {
3939
"display_github": True,
40-
"github_user": "ros-planning",
40+
"github_user": "moveit",
4141
"github_repo": "moveit_tutorials",
4242
"github_version": "master",
4343
"conf_py_path": "",
4444
"source_suffix": source_suffix,
4545
"css_files": ["_static/override.css"],
46-
"favicon": "favicon.ico"
46+
"favicon": "favicon.ico",
4747
# "logo": "logo.png"
4848
}
4949

doc/benchmarking/benchmarking_tutorial.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The example below demonstrates how the benchmarking can be run for a Panda robot
1111
Example
1212
-------
1313
An example is provided in the ``examples`` folder. The launch file requires a MoveIt configuration package
14-
for the Panda robot arm available from `here <https://github.com/ros-planning/panda_moveit_config>`_.
14+
for the Panda robot arm available from `here <https://github.com/moveit/panda_moveit_config>`_.
1515

1616
To run:
1717

doc/chomp_planner/chomp_planner_tutorial.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ CHOMP Planner
44
.. image:: chomp.png
55
:width: 700px
66

7-
Covariant Hamiltonian optimization for motion planning (CHOMP) is a gradient-based trajectory optimization procedure that makes many everyday motion planning problems both simple and trainable (Ratliff et al., 2009c). While most high-dimensional motion planners separate trajectory generation into distinct planning and optimization stages, this algorithm capitalizes on covariant gradient and functional gradient approaches to the optimization stage to design a motion planning algorithm based entirely on trajectory optimization. Given an infeasible naive trajectory, CHOMP reacts to the surrounding environment to quickly pull the trajectory out of collision while simultaneously optimizing dynamical quantities such as joint velocities and accelerations. It rapidly converges to a smooth collision-free trajectory that can be executed efficiently on the robot. Integration into latest version of MoveIt is `work in progress <https://github.com/ros-planning/moveit/issues/702>`_. `More info <http://www.nathanratliff.com/thesis-research/chomp>`_
7+
Covariant Hamiltonian optimization for motion planning (CHOMP) is a gradient-based trajectory optimization procedure that makes many everyday motion planning problems both simple and trainable (Ratliff et al., 2009c). While most high-dimensional motion planners separate trajectory generation into distinct planning and optimization stages, this algorithm capitalizes on covariant gradient and functional gradient approaches to the optimization stage to design a motion planning algorithm based entirely on trajectory optimization. Given an infeasible naive trajectory, CHOMP reacts to the surrounding environment to quickly pull the trajectory out of collision while simultaneously optimizing dynamical quantities such as joint velocities and accelerations. It rapidly converges to a smooth collision-free trajectory that can be executed efficiently on the robot. Integration into latest version of MoveIt is `work in progress <https://github.com/moveit/moveit/issues/702>`_. `More info <http://www.nathanratliff.com/thesis-research/chomp>`_
88

99
Getting Started
1010
---------------
@@ -19,7 +19,7 @@ Prerequisites
1919

2020
Using CHOMP with Your Robot
2121
---------------------------
22-
**Note:** if you are following this demo using the ``panda_moveit_config`` from the `ros-planning/panda_moveit_config <https://github.com/ros-planning/panda_moveit_config>`_ repository, these steps are already done for you and you can skip this section.
22+
**Note:** if you are following this demo using the ``panda_moveit_config`` from the `moveit/panda_moveit_config <https://github.com/moveit/panda_moveit_config>`_ repository, these steps are already done for you and you can skip this section.
2323

2424
#. Simply download :panda_codedir:`chomp_planning_pipeline.launch.xml<launch/chomp_planning_pipeline.launch.xml>` file into the launch directory of your MoveIt config package. In our case, we will save this file in the ``panda_moveit_config/launch`` directory.
2525
#. Adjust the line ``<rosparam command="load" file="$(find panda_moveit_config)/config/chomp_planning.yaml" />`` to ``<rosparam command="load" file="$(find <robot_moveit_config>)/config/chomp_planning.yaml" />`` replacing ``<robot_moveit_config>`` with the name of your MoveIt configuration package.
@@ -28,7 +28,7 @@ Using CHOMP with Your Robot
2828

2929
Running the Demo
3030
----------------
31-
If you have the ``panda_moveit_config`` from the `ros-planning/panda_moveit_config <https://github.com/ros-planning/panda_moveit_config>`_ repository you should be able to simply run the demo: ::
31+
If you have the ``panda_moveit_config`` from the `moveit/panda_moveit_config <https://github.com/moveit/panda_moveit_config>`_ repository you should be able to simply run the demo: ::
3232

3333
roslaunch panda_moveit_config demo.launch pipeline:=chomp
3434

0 commit comments

Comments
 (0)