You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 8, 2023. It is now read-only.
Thank you for offering such a nice and great Integrated Packages of Autonomous driving.
I have a question about Visualizing L-Shape Fitting. according to this video and this site ,
the steps are
open autoware using ./run
run lidar_euclidean_cluster_detect after setting parameters
run lidar_naive_l_shape_detect after tuning parameters
run my own custom bag file which has /velodyne_points
I can visualize the output of L-shape fitting node from /detection/lidar_objects/l_shaped topic but
I don't know how to visualize autoware_msgs/DetectedObjectArray
how to visualize it like bounding box using RViz and autoware_msgs/DetectedObjectArray message?
Thank you in advance :-)
The text was updated successfully, but these errors were encountered:
gyubeomim
changed the title
[Question] how to visualize L-shape fitting's output?
[Question] how to visualize naive L-shape fitting's output?
Jan 15, 2019
I had a look autowarefoundation/autoware#1815 and realized there are a lot of branches in Autoware project
I've cloned master branch and used docker to make it simple.
I just a wonder how to visualize autoware_msgs/DetectedObjectArray msg on RViz because there is no plugin to visualize it. this code you suggested is also having a publisher with autoware_msgs/DetectedObjectArray and I can't visualized it even though I can run it.
amc-nu
changed the title
[Question] how to visualize naive L-shape fitting's output?
[Question] how to visualize naive L-shape fitting's output (DetectedObjectArray)?
Jan 22, 2019
Specifications
Hello Autoware's developers :-)
Thank you for offering such a nice and great Integrated Packages of Autonomous driving.
I have a question about Visualizing L-Shape Fitting. according to this video and this site ,
the steps are
./run
lidar_euclidean_cluster_detect
after setting parameterslidar_naive_l_shape_detect
after tuning parameters/velodyne_points
I can visualize the output of L-shape fitting node from
/detection/lidar_objects/l_shaped
topic butI don't know how to visualize
autoware_msgs/DetectedObjectArray
how to visualize it like bounding box using RViz and
autoware_msgs/DetectedObjectArray
message?Thank you in advance :-)
The text was updated successfully, but these errors were encountered: