Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
gitlab-profile
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package 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
RoboCT (Public)
RoboQuality
gitlab-profile
Commits
516c8646
Commit
516c8646
authored
7 months ago
by
Simon Wittl
Browse files
Options
Downloads
Plain Diff
Merge branch 'main' of
https://mygit.th-deg.de/roboct/robo_quality/gitlab-profile
parents
babb47c8
0abf4429
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+7
-8
7 additions, 8 deletions
.gitlab-ci.yml
README.md
+5
-5
5 additions, 5 deletions
README.md
with
12 additions
and
13 deletions
.gitlab-ci.yml
+
7
−
8
View file @
516c8646
...
...
@@ -3,11 +3,6 @@ stages:
-
build
-
docu
cache
:
key
:
cache-$CI_COMMIT_REF_SLUG
paths
:
-
install
.before_script_template
:
&before_script_template
before_script
:
-
git clone https://gitlab-ci-token:${CI_JOB_TOKEN}@mygit.th-deg.de/roboct/robo_quality/rq_interfaces
...
...
@@ -71,8 +66,6 @@ build-ros-win64:
image
:
swittl/humble_win64
tags
:
-
windows
dependencies
:
-
rq-pytests
script
:
-
git clone https://gitlab-ci-token:${CI_JOB_TOKEN}@mygit.th-deg.de/roboct/robo_quality/rq_interfaces
-
git clone https://gitlab-ci-token:${CI_JOB_TOKEN}@mygit.th-deg.de/roboct/robo_quality/rq_hardware
...
...
@@ -80,8 +73,14 @@ build-ros-win64:
-
git clone https://gitlab-ci-token:${CI_JOB_TOKEN}@mygit.th-deg.de/roboct/robo_quality/rq_ddetection
-
git clone https://gitlab-ci-token:${CI_JOB_TOKEN}@mygit.th-deg.de/roboct/robo_quality/rq_trajectory
-
git clone https://gitlab-ci-token:${CI_JOB_TOKEN}@mygit.th-deg.de/roboct/robo_quality/rq_reconstruction
-
rosdep install --from-paths . -y --ignore-src
# - 'C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Community\\Common7\\Tools\\VsDevCmd.bat'
-
C:\dev\ros2_humble\setup.ps1
-
colcon build --merge-install
cache
:
key
:
"
${CI_COMMIT_REF_SLUG}_windows"
paths
:
-
.cache
artifacts
:
when
:
always
paths
:
...
...
This diff is collapsed.
Click to expand it.
README.md
+
5
−
5
View file @
516c8646
...
...
@@ -15,21 +15,21 @@ The main repository is [Workflow](https://mygit.th-deg.de/roboct/robo_quality/rq
| Submodule | Describtion | Link | Coverage |
| --- | --- | --- | --- |
|
`Workflow`
| Main project repo to install the workflow |
[
rq_workflow
](
https://mygit.th-deg.de/roboct/robo_quality/rq_workflow
)
| |
|
`Controller`
| Workflow controller. Holds all information. |
[
rq_controller
](
https://mygit.th-deg.de/roboct/robo_quality/rq_controller
)
| !
[
https://mygit.th-deg.de/roboct/robo_quality/gitlab-profile/-/jobs/artifacts/main/download?job=rq-pytests
](
https://mygit.th-deg.de/roboct/robo_quality/gitlab-profile/badges/main/coverage.svg
)
|
|
`Controller`
| Workflow controller. Holds all information. |
[
rq_controller
](
https://mygit.th-deg.de/roboct/robo_quality/rq_controller
)
| !
[
](
https://mygit.th-deg.de/roboct/robo_quality/gitlab-profile/badges/main/coverage.svg
)
[
Report
]
(
https://mygit.th-deg.de/roboct/robo_quality/gitlab-profile/-/jobs/artifacts/main/download?job=rq-pytests) |
|
`Defect Detection`
| Defect detection module |
[
rq_ddetection
](
https://mygit.th-deg.de/roboct/robo_quality/rq_ddetection
)
| |
|
`Hardware`
| Interface to real / simulated system |
[
rq_hardware
](
https://mygit.th-deg.de/roboct/robo_quality/rq_hardware
)
| |
|
`Trajectory`
| CT-Trajectory optimization |
[
rq_trajectory
](
https://mygit.th-deg.de/roboct/robo_quality/rq_trajectory
)
| |
|
`Reconstruction`
| CT-Reconstruction module |
[
rq_reconstruction
](
https://mygit.th-deg.de/roboct/robo_quality/rq_reconstruction
)
| |
|
`Interfaces`
| project intern interfaces for all msg / srv. |
[
rq_interfaces
](
https://mygit.th-deg.de/roboct/robo_quality/rq_interfaces
)
| |
# Builded Version
(WIP / Win64 not tested)
# Builded Version
Gitlab CI is used to build all packages. The builded packages can be downloaded as
`artifacts`
and can be added to your workspace.
|
CI
| ROS2 | Status |
|
OS
| ROS2 | Status |
|----|------|--------|
| Ubuntu 24.04 LTS | Humble | ✅
[
`
download
`
](
https://mygit.th-deg.de/roboct/robo_quality/gitlab-profile/-/jobs/artifacts/main/download?job=build-ros
)
|
| Win11 | Humble | ✅
[
`
download
`
](
https://mygit.th-deg.de/roboct/robo_quality/gitlab-profile/-/jobs/artifacts/main/download?job=build-ros-win64
)
|
| Ubuntu 24.04 LTS | Humble | ✅
[
`
ubuntu24.04
`
](
https://mygit.th-deg.de/roboct/robo_quality/gitlab-profile/-/jobs/artifacts/main/download?job=build-ros
)
|
| Win11 | Humble | ✅
[
`
win64
`
](
https://mygit.th-deg.de/roboct/robo_quality/gitlab-profile/-/jobs/artifacts/main/download?job=build-ros-win64
)
|
# Documentation
...
...
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