Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
main_ros_docker_setup
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Help
Help
Support
GitLab documentation
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Privacy
Imprint
Contact
Snippets
Groups
Projects
Show more breadcrumbs
MAMUTRobotiks
eurobotRosStack
main_ros_docker_setup
Commits
85b87344
Commit
85b87344
authored
1 year ago
by
GuelaKais
Committed by
FioLaKais shassera
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
example buildscript for lazy usage
parent
ddfc74f6
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
Dockerfile
+17
-0
17 additions, 0 deletions
Dockerfile
buildScript.sh
+1
-0
1 addition, 0 deletions
buildScript.sh
entrypoint.sh
+0
-0
0 additions, 0 deletions
entrypoint.sh
with
18 additions
and
0 deletions
Dockerfile
0 → 100644
+
17
−
0
View file @
85b87344
# This is an auto generated Dockerfile for ros:desktop-full
# generated from docker_images_ros2/create_ros_image.Dockerfile.em
FROM
osrf/ros:humble-desktop-jammy
# install ros2 packages
RUN
apt-get update
&&
apt-get
install
-y
--no-install-recommends
\
ros-humble-desktop-full
=
0.10.0-1
*
\
&&
rm
-rf
/var/lib/apt/lists/
*
RUN
apt update
-y
&&
apt upgrade
-y
RUN
apt
install
software-properties-common
-y
RUN
add-apt-repository universe
RUN
apt
install
ros-humble-navigation2
-y
RUN
apt
install
ros-humble-nav2-bringup
-y
RUN
apt
install
ros-humble-turtlebot3-gazebo
-y
RUN
apt
install
ros-humble-robot-localization
-y
RUN
curl
--proto
'=https'
--tlsv1
.2
-sSf
https://sh.rustup.rs
-y
| sh
This diff is collapsed.
Click to expand it.
buildScript.sh
0 → 100644
+
1
−
0
View file @
85b87344
docker build
-t
"MAMUT:Dockerfile"
.
This diff is collapsed.
Click to expand it.
entrypoint.sh
0 → 100644
+
0
−
0
View file @
85b87344
This diff is collapsed.
Click to expand it.
Preview
0%
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