Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Axii
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Software
ArmarX
Meta
Axii
Commits
c4ef859f
Verified
Commit
c4ef859f
authored
2 weeks ago
by
Christian Dreher
Browse files
Options
Downloads
Plain Diff
Merge branch 'main' into stable
parents
0b6a7c8a
09f1f79f
Branches
383-missing-gtest-dependency-in-deps-cartographer
main
stable
testing
Branches containing commit
Tags
25.03.1.1
No related merge requests found
Pipeline
#22866
passed with warnings
2 weeks ago
Stage: lint
Stage: test
Changes
3
Pipelines
5
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
CHANGELOG.md
+10
-0
10 additions, 0 deletions
CHANGELOG.md
armarx_setup/__init__.py
+1
-1
1 addition, 1 deletion
armarx_setup/__init__.py
data/modules/deps/cartographer.json
+2
-2
2 additions, 2 deletions
data/modules/deps/cartographer.json
with
13 additions
and
3 deletions
CHANGELOG.md
+
10
−
0
View file @
c4ef859f
...
...
@@ -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**
:
...
...
This diff is collapsed.
Click to expand it.
armarx_setup/__init__.py
+
1
−
1
View file @
c4ef859f
"""
Global Axii variables.
"""
__version__
=
"
25.03.1.
0
"
__version__
=
"
25.03.1.
1
"
import
os
...
...
This diff is collapsed.
Click to expand it.
data/modules/deps/cartographer.json
+
2
−
2
View file @
c4ef859f
...
...
@@ -40,8 +40,8 @@
"apt/lsb-release"
:
{},
"apt/ninja-build"
:
{},
"
apt/libabsl-dev
"
:
{},
"
apt/lib
ceres
-dev
"
:
{},
"
deps/absl
"
:
{},
"
deps/
ceres"
:
{},
"deps/eigen3"
:
{},
"deps/protobuf"
:
{}
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment