Commit 623c54f 1 parent d5e86e1 commit 623c54f Copy full SHA for 623c54f
File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -22,12 +22,12 @@ find_package(ament_cmake_python REQUIRED)
22
22
find_package (ament_cmake_vendor_package REQUIRED)
23
23
24
24
list (INSERT CMAKE_MODULE_PATH 0 "${CMAKE_CURRENT_SOURCE_DIR} /cmake/Modules" )
25
- find_package (acados 0.2.6 EXACT QUIET )
25
+ find_package (acados 0.3.0 EXACT QUIET )
26
26
27
27
ament_vendor(acados_vendor_ros2
28
28
SATISFIED ${acados_FOUND}
29
29
VCS_URL https://github.com/acados/acados.git
30
- VCS_VERSION v0.2.6
30
+ VCS_VERSION v0.3.0
31
31
)
32
32
ament_export_dependencies(acados)
33
33
Original file line number Diff line number Diff line change 1
1
# acados_vendor_ros2
2
2
Simple ros2 vendor for Acados.
3
3
4
- ![ version] ( https://img.shields.io/badge/version-0.2.6 -blue )
4
+ ![ version] ( https://img.shields.io/badge/version-0.3.0 -blue )
5
5
[ ![ CI (humble)] ( https://github.com/tpoignonec/acados_vendor_ros2/actions/workflows/ci.yml/badge.svg )] ( https://github.com/tpoignonec/acados_vendor_ros2/actions/workflows/ci.yml )
6
6
[ ![ Build tests (iron)] ( ../../actions/workflows/ci-iron.yaml/badge.svg?branch=main )] ( ../../actions/workflows/ci-iron.yaml?query=branch:main )
7
7
[ ![ Build tests (rolling)] ( ../../actions/workflows/ci-rolling.yaml/badge.svg?branch=main )] ( ../../actions/workflows/ci-rolling.yaml?query=branch:main )
Original file line number Diff line number Diff line change 4
4
schematypens =" http://www.w3.org/2001/XMLSchema" ?>
5
5
<package format =" 2" >
6
6
<name >acados_vendor_ros2</name >
7
- <version >0.2.6 </version >
7
+ <version >0.3.0 </version >
8
8
<description >Vendored version of acados.</description >
9
9
<maintainer email =" thibault.poignonec@gmail.com" >Thibault Poignonec</maintainer >
10
10
<license >Apache License 2.0</license > <!-- the contents of this package are Apache 2.0 -->
You can’t perform that action at this time.
0 commit comments