Replies: 1 comment 3 replies
-
hi @chz2012 As far as i know, one lidar is pretty enough for autoware ,and of course a drive by wire chasis is also needed helios 雷达足够了,你线控底盘的接口适配好了吗,我看你车速档位都没有正确显示啊 别担心,我这边开发autoware已经7年多了,有什么问题尽管问哈 心刚 have a nice day! |
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
-
Hello,
I am currently working with Autoware and have encountered an issue related to path planning. I followed the official tutorials to complete the vehicle and sensor model creation and the vehicle interface setup.
In simulation using the planning module, I successfully created a path on a custom point cloud map that I generated in the lab. However, when attempting to execute the same process in the real world, the path remains empty, and the vehicle cannot start moving.
Here are the key details of my setup:
Sensors: I am using a Robosense Helios LiDAR, which I integrated based on the tutorial.
Vehicle interface:
/control/command/control_cmd topic
./vehicle/status/velocity_status topic
.I suspect there might be missing or incorrect information about the sensor data or vehicle interface that I provided to Autoware, but I am not sure if this is the root cause or if there are other issues.
I have attached the following for reference:
Log files from the failed execution ( launch_mick_route.log ) and simulation (launch_simulation_route.log) .
launch_mick_route.log
launch_simulation_route.log
A comparison video showing the successful simulation versus the failed real-world attempt.
simulation_route.mp4
mick_route_x264.mp4
Could you please help me identify the potential issues? Any advice or guidance would be greatly appreciated.
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions