Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
A
Apptainer examples
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
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
Guilhem Saurel
Apptainer examples
Commits
b47c2c7d
Commit
b47c2c7d
authored
1 year ago
by
Guilhem Saurel
Browse files
Options
Downloads
Patches
Plain Diff
example with ros noetic & robotpkg: environment
parent
2e96c4cd
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ros-noetic-robotpkg.def
+22
-0
22 additions, 0 deletions
ros-noetic-robotpkg.def
with
22 additions
and
0 deletions
ros-noetic-robotpkg.def
+
22
−
0
View file @
b47c2c7d
Bootstrap: docker
From: ubuntu:20.04
%environment
export GIT_SUBMODULE_STRATEGY=recursive
export CTEST_OUTPUT_ON_FAILURE=1
export CTEST_PARALLEL_LEVEL=4
export ROS_DISTRO=noetic
export ROS_PREFIX=/opt/ros/${ROS_DISTRO}
export ROS_ETC_DIR=${ROS_PREFIX}/etc/ros
export ROS_MASTER_URI=http://localhost:11311
export ROS_PACKAGE_PATH=${ROS_PREFIX}/share
export ROS_ROOT=${ROS_PREFIX}/share/ros
export ROS_VERSION=1
export PATH=${ROS_PREFIX}/bin:${PATH}
export CMAKE_PREFIX_PATH=${ROS_PREFIX}
export LD_LIBRARY_PATH=${ROS_PREFIX}/lib:${ROS_PREFIX}/lib/x86_64-linux-gnu
export PKG_CONFIG_PATH=${ROS_PREFIX}/lib/pkgconfig:${ROS_PREFIX}/lib/x86_64-linux-gnu/pkgconfig
export ROBOTPKG_BASE=/opt/openrobots
export CMAKE_PREFIX_PATH=$ROBOTPKG_BASE:$CMAKE_PREFIX_PATH
export LD_LIBRARY_PATH=$ROBOTPKG_BASE/lib:$LD_LIBRARY_PATH
export PATH=$ROBOTPKG_BASE/bin:$ROBOTPKG_BASE/sbin:$PATH
export PKG_CONFIG_PATH=$ROBOTPKG_BASE/lib/pkgconfig:$PKG_CONFIG_PATH
export ROS_PACKAGE_PATH=$ROBOTPKG_BASE/share:$ROS_PACKAGE_PATH
%post
apt update
DEBIAN_FRONTEND=noninteractive apt install -qy wget
...
...
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