Camera_Lidar_Fusion mode problem in Autoware #4910
-
I am currently working with Autoware and AWSIM-Labs to create test scenarios involving object detection. I've encountered an issue with the perception modes and would appreciate any help or advice from the community. The car correctly stops and does not crash into other vehicles when I run Autoware with the Here are the commands I am using: What I've done
Additional Information:
I have attached a video demonstrating the issue. In the video, you can see how the car behaves differently in lidar mode compared to camera_lidar_fusion mode. Question:
Thank you in advance for your help! |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
@ExitedState To get into this issue, could you follow following tree to clearfy what is happend to your simulation?
In my sense, I guess clustering based pipeline (see node diagram for detail) have somehow failed. It will be very helpful for us to know which topics are not coming or which node is not working. Thanks for your contribution! |
Beta Was this translation helpful? Give feedback.
-
Hi @ExitedState .
Good. Now we know something wrong with camera_lidar_fusion detection pipeline.
QoS settings sometimes causes issue but we should find out where the topic/node has trouble first. Next task suggestionSince the detection is not coming and lidar only process works, I think following camera-lidar-fusion pipeline has something to do with this issue. Pipeline depends on autoware version. So, please check your node chain by rqt_graph or dear_ros_node_viewer. It may easier to use rtui to track topic/node chain and check its availability. debug flowYou can check the node/topic from edge of output.
Good luck. |
Beta Was this translation helpful? Give feedback.
-
Hey, I am trying to integrate my ros2 custom vehicle setup with autoware. My version is Humble. I couldn't find guide to install/setup autoware and AWSIM for ROS2 humble and Ubuntu 22.04? @YoshiRi @ExitedState |
Beta Was this translation helpful? Give feedback.
Hi @ExitedState .
Good. Now we know something wrong with camera_lidar_fusion detection pipeline.
QoS settings sometimes causes issue but we should find out where the topic/node has trouble first.
Next task suggestion
Since the detection is not coming and lidar only process works, I think following camera-lidar-fusion pipeline ha…