Score cone and leave community from two start positions
Closed this issue · 3 comments
jdlanning commented
Need to implement our base autonomous. This command will consist of the following:
- Move from start to location where Arm can be extended (since we cannot extend when near the grid), or set start location such that we can extend
- Extend arm
- Move to location where we can score the cube (might be a small movement)
- Leave the community
This is an important task as it will be our base auto until we prove we can do something more complex. This should be our goal to get working before we leave for Duluth.
The key will be to figure out how to use the PathPlanner event mapping to trigger the necessary events along the path, or we will need to separate and have a "Score" routine initially followed by a pure path.
python-42 commented
Need to test