-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Milestone
Description
Finding a path around obstacles is only half the battle, we still need to be able to follow that path once it is generated.
Acceptance Criteria:
- given a set of 2d way points (the generated path), the robot should be able to drive to each of those way points in order.
- The behavior tree needs to have a new branch for stepping along a generated path
- The branch of the behavior tree needs to be cancellable (if the robot is following the path and the user requests for software stop mode to be engaged, the robot should stop following the path and enter soft stop mode).
- There should be some set of criteria that when true, the robot has determined it has failed to follow a path. e.g. detecting if the robot is stuck, detecting if its position is too far away from the path.
- There should be branches in the behavior tree for handling each of those failure states.
- The robot should demonstrate all of the above in the simulation environment first, and then in the real world.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Type
Projects
Status
Todo