Skip to content

Commit

Permalink
add note about python module future-fstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
Thibault Poignonec committed Jun 25, 2024
1 parent f4e0cc2 commit 51b0200
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ 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

pip install future-fstrings # Python retro-compatibility

cd ..
colcon build && colcon build
source install/setup.bash
Expand Down
2 changes: 2 additions & 0 deletions acados_solver_ros2/sphinx/quickstart/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ See the `official documentation <https://docs.ros.org/en/humble/Installation.htm
vcs import . < acados_solver_ros2/acados_solver_ros2.repos
rosdep install --ignore-src --from-paths . -y -r
pip install future-fstrings # Python retro-compatibility
4. Build stack and source

.. code-block:: bash
Expand Down

0 comments on commit 51b0200

Please sign in to comment.