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

Reset to arbitrary pose? #14

Closed
gkahn13 opened this issue Nov 7, 2017 · 5 comments
Closed

Reset to arbitrary pose? #14

gkahn13 opened this issue Nov 7, 2017 · 5 comments
Assignees
Labels
feature request network API Requires changes both in server and client

Comments

@gkahn13
Copy link

gkahn13 commented Nov 7, 2017

carla_example.py shows how to reset to one of the fixed start positions by doing

carla.newEpisode(iterator_start_positions)

but is it possible to reset the car to an arbitrary pose?

@nsubiron
Copy link
Collaborator

nsubiron commented Nov 8, 2017

At this point it's not supported. The player can only start at one of the predefined start positions present on each map. This is one of the features that we would like to add at some point.

@Ajk4
Copy link

Ajk4 commented Jul 27, 2018

+1,

This feature is a must if you want to train your agent on some small-scope mini-tasks like {turn_left_on_crossing, 'turn_right_on_crossing', 'overtake_the_car'}.

@nsubiron
Copy link
Collaborator

This is almost done 😁

I'm working on the new API prototype #630, we'll have an experimental release very soon.

@nsubiron
Copy link
Collaborator

nsubiron commented Oct 3, 2018

Hey, this is possible since 0.9.0.

@nsubiron nsubiron closed this as completed Oct 3, 2018
@ghost ghost removed the backlog label Oct 3, 2018
@youssefkhalil96
Copy link

how can use this command "carla.newEpisode(iterator_start_positions)"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request network API Requires changes both in server and client
Projects
None yet
Development

No branches or pull requests

6 participants