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

Vehicle can not move because steering is not controlable when stopped #4915

Closed
3 tasks done
brkay54 opened this issue Sep 7, 2023 · 3 comments · Fixed by #5183
Closed
3 tasks done

Vehicle can not move because steering is not controlable when stopped #4915

brkay54 opened this issue Sep 7, 2023 · 3 comments · Fixed by #5183
Assignees
Labels
component:control Vehicle control algorithms and mechanisms. (auto-assigned) status:stale Inactive or outdated issues. (auto-assigned)

Comments

@brkay54
Copy link
Member

brkay54 commented Sep 7, 2023

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

In vehicle_cmd_gate, if the vehicle is in the stopped state it sends the current steering to the low level. However, this causes a bug for the longitudinal controller because of keep_stopped_until_steering_converge parameter.

Because of this, in planning_simulator, we can not control the steering when velocity is zero in the manual controller.

I think moving keep_stopped_steering_convergence parameter from pid_controller to vehicle_cmd_gate is a good option to fix it.

Expected behavior

The vehicle is moving when it is in autonomous mode.

Actual behavior

The vehicle is not moving when it is in autonomous mode.

Steps to reproduce

  1. open planning simulator
  2. add manual controller panel
  3. try to control steering when velocity is 0

Versions

No response

Possible causes

No response

Additional context

No response

Copy link

stale bot commented Nov 27, 2023

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

@feng123a52
Copy link

请问使用禾赛的激光雷达实车在外部传入自己的点云数据,autoware出现了这么个错,The pointcloud layout is not compatible with PointXYZIRCAEDT/PointXYZIRC. Aborting该如何解决

@knzo25
Copy link
Contributor

knzo25 commented Jul 26, 2024

@feng123a52
Ever since #6996
we use a different pointcloud type. You could either modify Hesai drivers or use Nebula (tier4's driver).
Also, please create new issues/discussions and if you want to ease communications, I highly recommend sticking to English

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) status:stale Inactive or outdated issues. (auto-assigned)
Projects
No open projects
3 participants