Skip to content

Commit ff37dee

Browse files
authored
Bump Acados version to v0.5.0 (#40)
* fix readme tip box * bump vendor version
1 parent 86535dd commit ff37dee

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
cmake_minimum_required(VERSION 3.10)
22
project(acados_vendor_ros2)
33

4-
set(ACADOS_VERSION "0.4.0")
4+
set(ACADOS_VERSION "0.5.0")
5+
56
# CMake options
67
option(FORCE_BUILD_VENDOR_PKG
78
"Build Acados from source, even if system-installed package is available"

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# acados_vendor_ros2
22
Simple ros2 vendor for Acados.
33

4-
![version](https://img.shields.io/badge/version-0.4.0-blue)
4+
![version](https://img.shields.io/badge/version-0.5.0-blue)
55
[![CI (humble)](https://github.com/ICube-Robotics/acados_vendor_ros2/actions/workflows/ci-humble.yml/badge.svg)](https://github.com/ICube-Robotics/acados_vendor_ros2/actions/workflows/ci-humble.yml)
66
[![Build tests (jazzy)](../../actions/workflows/ci-jazzy.yaml/badge.svg?branch=main)](../../actions/workflows/ci-jazzy.yaml?query=branch:main)
77
[![Build tests (rolling)](../../actions/workflows/ci-rolling.yaml/badge.svg?branch=main)](../../actions/workflows/ci-rolling.yaml?query=branch:main)
@@ -25,7 +25,10 @@ cd acados_vendor_ros2
2525
PIP_BREAK_SYSTEM_PACKAGES=1 rosdep install --from-paths . -y --ignore-src
2626
colcon build
2727
```
28-
> [!TIP] Since Ubuntu 24.04, pip restricts installing Python packages to system locations by default. The `PIP_BREAK_SYSTEM_PACKAGES=1` flag allows `rosdep` to install Python dependencies even when system Python is used.
28+
29+
> [!TIP]
30+
> Since Ubuntu 24.04, pip restricts installing Python packages to system locations by default.
31+
> The `PIP_BREAK_SYSTEM_PACKAGES=1` flag allows `rosdep` to install Python dependencies even when system Python is used.
2932
> You can avoid using the flag if you manually install the `casadi` binaries beforehand as a system package or if you use a virtual environment (**later option recommended**).
3033
3134
## Usage

package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
schematypens="http://www.w3.org/2001/XMLSchema"?>
55
<package format="2">
66
<name>acados_vendor_ros2</name>
7-
<version>0.4.0</version>
7+
<version>0.5.0</version>
88
<description>Vendored version of acados.</description>
99
<maintainer email="thibault.poignonec@gmail.com">Thibault Poignonec</maintainer>
1010
<license>Apache License 2.0</license> <!-- the contents of this package are Apache 2.0 -->

0 commit comments

Comments
 (0)