Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
controller_docker
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
Service Desk
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Bruno Galdos Huaranca
controller_docker
Commits
12a3cd79
Commit
12a3cd79
authored
5 months ago
by
Bruno Galdos
Browse files
Options
Downloads
Patches
Plain Diff
new readme
parent
e26cbfca
Branches
main
No related tags found
No related merge requests found
Pipeline
#506582
failed
5 months ago
Stage: build
Stage: registry_push
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+42
-0
42 additions, 0 deletions
README.md
with
42 additions
and
0 deletions
README.md
+
42
−
0
View file @
12a3cd79
Here’s a well-structured README document explaining how to run the code:
---
# README: Running the Code on Hades Server for creaitng plots for optitrack latency
## Prerequisites
1.
**VPN Connection**
Ensure that you are connected to the
**WZL VPN**
. This is required to access the Hades server.
2.
**SSH Access**
Use your credentials to connect to the Hades server. Replace
`bgaldos`
with your username in the following command:
```
bash
ssh
-Y
your_username@134.130.124.18
```
## Steps to Run the Code
1.
**Clone the Repository**
Once connected to the Hades server, copy the repository
`controller_docker`
using the
`git clone`
command:
```
bash
git clone https://git-ce.rwth-aachen.de/bruno.galdos/controller_docker.git
```
2.
**Build the Container**
Navigate into the cloned repository directory and build the container:
```
bash
cd
controller_docker
bash docker_build
```
3.
**Run the Script**
After building the container, execute the script to start the application:
-
Navigate into the
`docker_run`
directory:
```
bash
cd
docker_run
```
-
Run the following script:
```
bash
./run_mocap_driver.sh
```
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