[Proposal] Move the motion planning modules after the scenario selector #4754
ismetatabay
started this conversation in
Design
Replies: 1 comment 1 reply
-
We had some internal discussion at TIER IV and we agree with the proposal.
We only have one concern with the stop planner running after the parking scenario. The replan feature of the freespace planner allows the parking trajectory to be updated when a collision is detected and we are not sure if this will work correctly when the the stop planner also stops the vehicle because of the obstacle. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Motivation
With the current architecture, the motion planning modules don't work for parking scenarios and can be dangerous during reverse driving. This situation limits the functionality of other potential scenarios for future upgrades. For example, if we want to utilize the third scenario in scenario_selector, which is a pre-defined scenario that could have been recorded previously, the ego vehicle will hit any obstacles that occur along this defined trajectory while following this trajectory.
Proposed Approach
Changing the launch structure to apply motion planning modules after the
scenario_selector
package output will only modify the velocity points of the reverse driving trajectory.Target Motion Planning Packages:
obstacle_velocity_limiter
obstacle_stop_planner
orobstacle_cruise_planner
Discussion
Please let me know if you have any concerns or suggestions regarding this proposal, thanks!
@xmfcx, @zulfaqar-azmi-t4, @maxime-clem, @isamu-takagi, @satoshi-ota, @mehmetdogru
Beta Was this translation helpful? Give feedback.
All reactions