Skip to content
Snippets Groups Projects
Verified Commit c4ef859f authored by Christian Dreher's avatar Christian Dreher
Browse files

Merge branch 'main' into stable

parents 0b6a7c8a 09f1f79f
No related merge requests found
Pipeline #22866 passed with warnings
......@@ -12,6 +12,16 @@ This document accumulates all changes to Axii with the respective version
## Releases 25.03
### Release [25.03.1.1](https://git.h2t.iar.kit.edu/sw/armarx/meta/axii/-/releases/25.03.1.1)
Hotfix for `deps/cartographer` dependencies.
**Update procedure**:
- `axii self update`
- (with workspace activated) `axii workspace verify`
### Release [25.03.1.0](https://git.h2t.iar.kit.edu/sw/armarx/meta/axii/-/releases/25.03.1.0)
**Update procedure**:
......
"""Global Axii variables."""
__version__ = "25.03.1.0"
__version__ = "25.03.1.1"
import os
......
......@@ -40,8 +40,8 @@
"apt/lsb-release": {},
"apt/ninja-build": {},
"apt/libabsl-dev": {},
"apt/libceres-dev": {},
"deps/absl": {},
"deps/ceres": {},
"deps/eigen3": {},
"deps/protobuf": {}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment