Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Minimal Viable Vehicle #27

Closed
ll7 opened this issue Nov 2, 2022 · 3 comments · Fixed by #57
Closed

Minimal Viable Vehicle #27

ll7 opened this issue Nov 2, 2022 · 3 comments · Fixed by #57
Assignees
Milestone

Comments

@ll7
Copy link
Owner

ll7 commented Nov 2, 2022

Description

Fahren

  • Mit "leeren" Grundkomponenten erstellen
  • Erstmal geradeaus fahren
  • Throttle setzen
  • Anfängliche Sensor Grundkonfiguration
  • Auto aus Carla Leaderboard auswählen
@ll7
Copy link
Owner Author

ll7 commented Nov 2, 2022

blocked by #28

@ll7
Copy link
Owner Author

ll7 commented Nov 2, 2022

Wie weit ist dieses Fahrzeug davon entfernt, auch schon hochgeladen zu werden? Welche Baustellen sind dafür noch offen?

@nylser nylser self-assigned this Nov 20, 2022
@nylser
Copy link
Contributor

nylser commented Nov 20, 2022

additionally adding improvements to the agent Dockerfile, so it does no longer run as root

@nylser nylser modified the milestones: Sprint 0, Sprint 1 Nov 20, 2022
@nylser nylser linked a pull request Nov 28, 2022 that will close this issue
7 tasks
nylser added a commit that referenced this issue Nov 29, 2022
nylser added a commit that referenced this issue Nov 30, 2022
nylser added a commit that referenced this issue Nov 30, 2022
# Description

This draft PR restructures the codebase to include empty components for:

- perception
- acting
- planning (driving in a straight line)

Additionally, this PR adds initial integration with the leaderboard,
allowing the execution of leaderboard evaluations.

Fixes #27 

## Time invested

20h @nylser 

## Type of change

- New feature (non-breaking change which adds functionality)

## Does this PR introduce a breaking change?

The old carla-ros-bridge container is not used anymore, it was moved to
the agent container.

## Most important changes

The Agent Dockerfile and the agent component are important, because they
are the basis for the sensors and the leaderboard integration.

# Checklist: (WIP)

- [x] My code follows the style guidelines of this project
- [x] I have performed a self-review of my own code
- [x] I have commented my code, particularly in hard-to-understand areas
- [x] I have made corresponding changes to the documentation
- [x] My changes generate no new warnings
- [x] I have added tests that prove my fix is effective or that my
feature works (might be obsolete with CI later on)
- [x] New and existing unit tests pass locally with my changes (might be
obsolete with CI later on)
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants