Empty input messages, for details check the topics : /grid_map_wayarea and /detection/lidar_detector/objects
I am using Carla + Autoware to simulate the obstacle avoidance of the ego vehicle. I have launched nodes:
Wayarea2grid
Roi_filter
lidar_euclidean_cluster_detect
and otherop_global_planner
andop_local_planner_nodes
I am having issues becasue my vehicle is not moving when I set a 2D Nav goal. I get this log
[ INFO] [1663006130.624488836, 4187.364192451]: [roi_object_filter] Empty input messages, for details check the topics : /grid_map_wayarea and /detection/lidar_detector/objects
When I check the two topics, they are not empty. I am not sure if this is the only problem that I have. I tried to use lidar_kf_contour_track
node but didn't succed at that also becasue of issues mentioned here:
https://answers.ros.org/question/406190/issue-in-detected_polygons-topic-type-visualizationmsgsmarkerarray/
I followed the steps mentioned in https://answers.ros.org/question/348283/open-planner-stack-and-dp-planner/, but I am still having issues.
Any help would be appreciated, thanks
Asked by Junaid22 on 2022-09-12 13:22:31 UTC
Comments