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

Change shift to park when vehicle stops #1813

Closed
3 of 5 tasks
lilyildiz opened this issue Sep 8, 2022 · 0 comments · Fixed by #1818
Closed
3 of 5 tasks

Change shift to park when vehicle stops #1813

lilyildiz opened this issue Sep 8, 2022 · 0 comments · Fixed by #1818
Assignees

Comments

@lilyildiz
Copy link
Contributor

Checklist

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

Description

In autoware.universe, shift does not change when vehicle stopped. After initialized vehicle, vehicle's shift is parking until goal_position set. However, when vehicle arrived to goal, autoware keeps shift in drive.

Related discussion

Purpose

Change shift to GearCommand::PARK when vehicle stops.

Possible approaches

Subscribe to /autoware/state in shift_decider node and change the shift to GearCommand::PARK when vehicle arrives to the goal position.

Definition of done

  • Subscribe to /autoware/state in shift_decider.cpp
  • Change the shift to GearCommand::PARK in shift_decider.cpp when AutowareState::ARRIVED_GOAL is received
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant