Feature request
Feature description
The title is self-explanatory, but the purpose of this feature is that, in some cases we might want to advance the robot even in the presence of obstacles, e.g. to intentionally push an obstacle.
Related to this Robotics StackExchange question.
Implementation considerations
I think the feature can be implemented quite simply by adding a new boolean param to the action messages and using the param inside of the DriveOnHeading implementation to short-circuit collision checking when the param is true.
Ownership
I intend to take ownership of this ticket and produce a PR within 1-2 days.