Replies: 1 comment 3 replies
-
|
Are you able to record all the output topics of the lateral controller ? This would help analyze the issue. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm currently working on implementing autonomous driving using Autoware.
However, I’m running into some issues, and I would greatly appreciate any advice or insights.
When driving the vehicle, the steering command during curves appears to be insufficient, and the vehicle fails to follow the planned path properly.
Previously, I tested driving using only the VehicleInterface with a rosbag that includes /control_cmd messages from an earlier successful run through the curve.

In that test, I used a custom graphing tool within the VehicleInterface, and the steering command reached around -30 degrees — the vehicle was able to follow the curve correctly.
However, when I use Autoware to calculate the path and press the Auto button to begin autonomous driving, the resulting graph shows the steering command only reaching around -14 degrees.

This seems to be an incorrect command and might be the reason the vehicle cannot make the turn.
Has anyone experienced something similar or have any idea what might be causing this?
I’m using a custom vehicle interface that converts /control_cmd to CAN messages and sends them to the vehicle.
The interface also receives CAN signals and publishes vehicle_status, including velocity, steering angle, and heading rate (calculated from the wheelbase, velocity, and steering angle).
If any additional information is needed to help investigate this issue, please let me know.
Vehicle: Golf cart
Onboard sensors:
・LiDAR: VLP-16 → /sensing/lidar/top
・IMU
・GNSS
Beta Was this translation helpful? Give feedback.
All reactions