Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implementation of Actions (Steering, Acc) from Bark to Carla #5

Open
klemense1 opened this issue Oct 2, 2019 · 3 comments
Open

Implementation of Actions (Steering, Acc) from Bark to Carla #5

klemense1 opened this issue Oct 2, 2019 · 3 comments
Assignees

Comments

@klemense1
Copy link
Contributor

BehaviorModel output is trajectory. Ideally, Carla would accept a trajectory, but it doesn't.

Probably Carla action input is steering and Acc at higher update frequency
Do we need Bark ExecutionModel? Do some interpolation?
How to enable high frequency update based on trajectory?

@klemense1 klemense1 added this to the BARK - Carla Integration milestone Oct 16, 2019
tin1254 pushed a commit that referenced this issue Nov 7, 2019
@klemense1
Copy link
Contributor Author

First Milestone:

  • define some auto-controlled agents in CARLA
  • define one manual controlled agent in CARLA
  • control that agent from BARK using a very simple behavior model (lane following)

For this, I think it makes sense to narrow down the carla map to a street without any junctions

@klemense1
Copy link
Contributor Author

The interfaces are sterring [-1, 1] and throttle [0,1] and brake [0,1].
https://carla.readthedocs.io/en/latest/python_api/#carlavehiclecontrol-class

Implement a controller for that.

@klemense1
Copy link
Contributor Author

postponed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants