Skip to content

Commit

Permalink
Upgrade version to 2.2.3 (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
tpoignonec authored Sep 13, 2023
1 parent 3c83862 commit 8e8ed15
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ find_package(ament_cmake_python REQUIRED)
find_package(ament_cmake_vendor_package REQUIRED)

list(INSERT CMAKE_MODULE_PATH 0 "${CMAKE_CURRENT_SOURCE_DIR}/cmake/Modules")
find_package(acados 0.2.2 EXACT QUIET)
find_package(acados 0.2.3 EXACT QUIET)

ament_vendor(acados_vendor_ros2
SATISFIED ${acados_FOUND}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# acados_vendor_ros2
Simple ros2 vendor for Acados (v0.2.2).
Simple ros2 vendor for Acados (v0.2.3).

Author: Thibault Poignonec ([email protected])

Expand Down

0 comments on commit 8e8ed15

Please sign in to comment.