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

Simulate with obstacles which change shape over time? #65

Open
timmercy opened this issue May 16, 2017 · 0 comments
Open

Simulate with obstacles which change shape over time? #65

timmercy opened this issue May 16, 2017 · 0 comments

Comments

@timmercy
Copy link
Member

Do we want to add functionality to simulate what happens if obstacles change shape during the movement of the vehicle? E.g. while moving, more information becomes available and it turns out that a circular obstacle actually has a slightly larger/smaller radius.

Required adaptations:
- Change environment.obstacles[].shape.radius to the new value
- Call _prepare_draw() of obstacle.shape (to update self.plt_lines, and the environment plot)

These functionalities can maybe be implemented by extending the trajectories attribute, which allows the user to define obstacles which start to move at a certain time? Then the user can e.g. state that at time t=2s, the radius will get a new value. This would require adding radius as an attribute of signals.

When using only the Deployer, this functionality already works.

@timmercy timmercy changed the title Simulate obstacles which change shape over time? Simulate with obstacles which change shape over time? May 16, 2017
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

1 participant