Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

obstacle_collision_checker does not run properly #2143

Closed
3 tasks done
brkay54 opened this issue Oct 24, 2022 · 0 comments
Closed
3 tasks done

obstacle_collision_checker does not run properly #2143

brkay54 opened this issue Oct 24, 2022 · 0 comments
Assignees
Labels
component:control Vehicle control algorithms and mechanisms. (auto-assigned) priority:high High urgency and importance.

Comments

@brkay54
Copy link
Member

brkay54 commented Oct 24, 2022

Checklist

  • I've read the contribution guidelines.
  • I've searched other issues and no duplicate issues were found.
  • I'm convinced that this is not my fault but a bug.

Description

While Bus ODD tests, we needed to use obstacle_collision_checker package to bring to vehicle collision awareness. If vehicle can not stop with nominal acceleration before collision, it should send emergency stop. However, obstacle_collision_checker failed in tests.
After little investigation, we realize the parameters are returning zero. Because search_radius is returning zero, node can not detect anything in the lane. After some changes and removing param call back function, node run successfully.

Expected behavior

If vehicle can not stop with nominal acceleration before collision, it should send emergency stop.

Actual behavior

Because params are zero, node can not detect the obstacles in the lane.

Steps to reproduce

  1. add obstacle_collision_checker in control.launch.py
  2. display the parameters in timer

Versions

No response

Possible causes

No response

Additional context

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:control Vehicle control algorithms and mechanisms. (auto-assigned) priority:high High urgency and importance.
Projects
No open projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants