-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Milestone
Description
Task Description
The current vehicle planning & control code is a bit messy and hard to extend. As we are going to add new features and more vehicle behaviors, it's time to refactor and improve the planning code.
Subtasks:
- IMPORTANT: investigate design patterns and structures to enable flexibility
- check vehicle control part in scenario runner #69
- better trajectory generation from waypoints
- optimize
steering_control#60 - change throttle control to state machine style
- investigate
py_trees#73