Skip to content

16.4.3

Choose a tag to compare

@github-actions github-actions released this 27 May 01:53

Abstract

This pull request is a refactoring of the BehaviorTreePlugin proposed by ROBOTECH.

Background

N/A

Details

  • Removed unreachable section.
  • Reviewed and simplified the logic in StopAtStopLineAction.
  • Removed unused in_stop_sequence_.
  • Avoided redundant checks for identical conditions in StopAtCrossingAc…
  • Added lane matching failure condition in StopAtStopLineAction.
  • Added a check for the value of lane_change_velocity_.
  • Replaced hardcoded values with named constants.

References

Destructive Changes

N/A

Known Limitations

N/A

Related Issues