Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
imu
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor 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
mobile_robotics
wolf_projects
wolf_lib
plugins
imu
Commits
02cfb878
Commit
02cfb878
authored
11 months ago
by
Joan Vallvé Navarro
Browse files
Options
Downloads
Patches
Plain Diff
added ci_tampleates
parent
aee2f81a
No related branches found
No related tags found
1 merge request
!49
Draft: Resolve "Adapt to new sensor constructors in core"
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.ci_templates/.install_imu.yml
+25
-0
25 additions, 0 deletions
.ci_templates/.install_imu.yml
.gitlab-ci.yml
+1
-0
1 addition, 0 deletions
.gitlab-ci.yml
with
26 additions
and
0 deletions
.ci_templates/.install_imu.yml
0 → 100644
+
25
−
0
View file @
02cfb878
.install_imu_script
:
-
cd ${CI_PROJECT_DIR}
# create 'ci_deps' folder (if not exists)
-
mkdir -pv ci_deps
# clone or pull
-
cd ${CI_PROJECT_DIR}/ci_deps
-
if [ -d imu ]; then
-
echo "directory imu exists"
-
cd imu
-
git fetch --all
-
git checkout $WOLF_IMU_BRANCH
-
git pull
-
else
-
git clone -b $WOLF_IMU_BRANCH ssh://git@gitlab.iri.upc.edu:2202/mobile_robotics/wolf_projects/wolf_lib/plugins/imu.git
-
cd imu
-
fi
# build and install
-
mkdir -pv build
-
cd build
-
cmake -DCMAKE_BUILD_TYPE=release -DBUILD_DEMOS=OFF -DBUILD_TESTS=OFF ..
-
make -j$(nproc)
-
make install
\ No newline at end of file
This diff is collapsed.
Click to expand it.
.gitlab-ci.yml
+
1
−
0
View file @
02cfb878
include
:
include
:
# core ci_templates
-
project
:
'
mobile_robotics/wolf_projects/wolf_lib/wolf'
-
project
:
'
mobile_robotics/wolf_projects/wolf_lib/wolf'
ref
:
454-implementation-of-new-nodes-creation
#$WOLF_CORE_BRANCH
ref
:
454-implementation-of-new-nodes-creation
#$WOLF_CORE_BRANCH
file
:
file
:
...
...
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