autoware.universe icon indicating copy to clipboard operation
autoware.universe copied to clipboard

Create speed_bump behavior module

Open beyzanurkaya opened this issue 3 years ago • 2 comments

Checklist

  • [X] I've read the contribution guidelines.
  • [X] I've searched other issues and no duplicate issues were found.
  • [X] I've agreed with the maintainers that I can plan this task.

Description

The behavior velocity planner has several modules in it. likeblind_spot, crosswalk, stop_line, traffic_light etc. But a module is needed for the speed bump. First of all, in this module, the bump zone on the map should be handle. And the Ego vehicle must decrease its normal speed according to previous road conditions at a safe distance from the speed bump. After completing a pass over the bump, the vehicle should continue its normal course. 

Purpose

The purpose of this task is to create a speed bump module. so that the behavior of the ego vehicle on a bumpy road is defined. In this way, the ego vehicle can drive safer.

Possible approaches

Write code for speed bump module

Definition of done

  • [ ] Map data should be handled and the bump region should be defined according to the results.
  • [ ] In the module, the behavior of the Ego vehicle in the bump region should be defined.
  • [ ] Test the module with the planning simulator.

beyzanurkaya avatar Mar 30 '22 21:03 beyzanurkaya

@beyzanurkaya please add the PR's to this issue.

xmfcx avatar Apr 05 '22 15:04 xmfcx

Working on it. Need to do more tests and will be ready to merge.

mehmetdogru avatar Jul 05 '22 07:07 mehmetdogru

@mehmetdogru @beyzanurkaya Please update the PR once you are finished with field validation.

mitsudome-r avatar Sep 27 '22 07:09 mitsudome-r

This pull request has been automatically marked as stale because it has not had recent activity.

stale[bot] avatar Jan 06 '23 11:01 stale[bot]