Skip to content

Commit

Permalink
Merge pull request #3 from ICube-Robotics/(tpoignonec)refractor_githu…
Browse files Browse the repository at this point in the history
…b_repos_name

switch repos addr
  • Loading branch information
tpoignonec authored Feb 14, 2024
2 parents e1feaf9 + 5109cff commit f70dd1c
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
cd ../
- name: Create commit
run: |
git clone https://github.com/tpoignonec/acados_solver_ros2.git --branch gh-pages --single-branch gh-pages
git clone https://github.com/ICube-Robotics/acados_solver_ros2.git --branch gh-pages --single-branch gh-pages
tree -L 2 # for debg purposes
cd gh-pages && rm -r * && cd ..
mkdir -p gh-pages/docs/
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

## [0.2.0] - 2024-02-14

Note: the URL has changed from `https://github.com/tpoignonec/acados_controllers_ros2` to `https://github.com/tpoignonec/acados_solver_ros2`. See [PR #1 (acados_solver_ros2)](https://github.com/tpoignonec/acados_solver_ros2/pull/1)
Note: the URL has changed from `https://github.com/tpoignonec/acados_controllers_ros2` to `https://github.com/ICube-Robotics/acados_solver_ros2`. See [PR #1 (acados_solver_ros2)](https://github.com/tpoignonec/acados_solver_ros2/pull/1)

### Added

Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# acados_solver_ros2

[![Licence](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
[![CI](https://github.com/tpoignonec/acados_solver_ros2/actions/workflows/ci.yml/badge.svg)](https://github.com/tpoignonec/acados_solver_ros2/actions/workflows/ci.yml)
[![CI](https://github.com/ICube-Robotics/acados_solver_ros2/actions/workflows/ci.yml/badge.svg)](https://github.com/ICube-Robotics/acados_solver_ros2/actions/workflows/ci.yml)
[![Build tests (iron)](../../actions/workflows/ci-iron.yaml/badge.svg?branch=main)](../../actions/workflows/ci-iron.yaml?query=branch:main)
[![Build tests (rolling)](../../actions/workflows/ci-rolling.yaml/badge.svg?branch=main)](../../actions/workflows/ci-rolling.yaml?query=branch:main)

Expand All @@ -16,7 +16,7 @@ To date, the stack includes:
- `acados_solver_plugins_example`: a package to be used as a demo and as a template when starting a project using the acados solvers.


**For more information, please check the [documentation](https://tpoignonec.github.io/acados_solver_ros2/).**
**For more information, please check the [documentation](https://icube-robotics.github.io/acados_solver_ros2/).**

## Installation ##

Expand All @@ -25,7 +25,7 @@ source /opt/ros/humble/setup.bash

mkdir ~/ros2_ws/src
cd ~/ros2_ws/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 All @@ -39,4 +39,4 @@ source install/setup.bash

[ICube Laboratory](https://icube.unistra.fr), [University of Strasbourg](https://www.unistra.fr/), France

__Thibault Poignonec:__ [tpoignonec@unistra.fr](mailto:tpoignonec@unistra.fr), @github: [tpoignonec](https://github.com/tpoignonec)
__Thibault Poignonec:__ [tpoignonec@unistra.fr](mailto:tpoignonec@unistra.fr), @github: [tpoignonec](https://github.com/ICube-Robotics)
2 changes: 1 addition & 1 deletion acados_solver_ros2/sphinx/index.rst
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 acados_solver_ros2/sphinx/quickstart/installation.rst
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

0 comments on commit f70dd1c

Please sign in to comment.