Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Feb 14, 2024
1 parent f04c37c commit af327b8
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion _sources/index.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ To date, the stack includes:
A minimalistic Python library provides simple generation of C++ solver plugins from Python Acados models;
* ``acados_solver_plugins_example``: a package to be used as a demo and as a template when starting a project using the acados solvers.

**Project GitHub repository:** `acados_solver_ros2 <https://github.com/tpoignonec/acados_solver_ros2>`_
**Project GitHub repository:** `acados_solver_ros2 <https://github.com/ICube-Robotics/acados_solver_ros2>`_

.. toctree::
:maxdepth: 1
Expand Down
2 changes: 1 addition & 1 deletion _sources/quickstart/installation.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ See the `official documentation <https://docs.ros.org/en/humble/Installation.htm
sudo apt install python3-colcon-common-extensions
cd ~/ros2_ws
cd src
git clone https://github.com/tpoignonec/acados_solver_ros2.git
git clone https://github.com/ICube-Robotics/acados_solver_ros2.git
vcs import . < acados_solver_ros2/acados_solver_ros2.repos
rosdep install --ignore-src --from-paths . -y -r
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ <h1>Acados solver ROS2 Stack<a class="headerlink" href="#acados-solver-ros2-stac
</ul>
</dd>
</dl>
<p><strong>Project GitHub repository:</strong> <a class="reference external" href="https://github.com/tpoignonec/acados_solver_ros2">acados_solver_ros2</a></p>
<p><strong>Project GitHub repository:</strong> <a class="reference external" href="https://github.com/ICube-Robotics/acados_solver_ros2">acados_solver_ros2</a></p>
<div class="toctree-wrapper compound">
<p class="caption" role="heading"><span class="caption-text">Quickstart</span></p>
<ul>
Expand Down
2 changes: 1 addition & 1 deletion quickstart/installation.html
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ <h2>Installation<a class="headerlink" href="#installation" title="Link to this h
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>sudo<span class="w"> </span>apt<span class="w"> </span>install<span class="w"> </span>python3-colcon-common-extensions
<span class="nb">cd</span><span class="w"> </span>~/ros2_ws
<span class="nb">cd</span><span class="w"> </span>src
git<span class="w"> </span>clone<span class="w"> </span>https://github.com/tpoignonec/acados_solver_ros2.git
git<span class="w"> </span>clone<span class="w"> </span>https://github.com/ICube-Robotics/acados_solver_ros2.git
vcs<span class="w"> </span>import<span class="w"> </span>.<span class="w"> </span>&lt;<span class="w"> </span>acados_solver_ros2/acados_solver_ros2.repos
rosdep<span class="w"> </span>install<span class="w"> </span>--ignore-src<span class="w"> </span>--from-paths<span class="w"> </span>.<span class="w"> </span>-y<span class="w"> </span>-r
</pre></div>
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit af327b8

Please sign in to comment.