HelloWorldRobotics / autoware.universe_old

https://autowarefoundation.github.io/autoware.universe/
Apache License 2.0
0 stars 0 forks source link

Slow clustering will cause robot to react slowly to obstacles #8

Closed yaukaizhi closed 8 months ago

yaukaizhi commented 8 months ago

Checklist

Description

Robot will only stop/avoid if it detects objects using clustering, which is slow. We should try to use points for obstacles instead of clustered objects

Expected behavior

able to stop/avoid when detected obstacles

Actual behavior

stops and reacts slow

Steps to reproduce

launch clustering

Versions

No response

Possible causes

No response

Additional context

No response

yaukaizhi commented 8 months ago

solved by setting <arg name="use_pointcloud_map" default="false" in universe/autoware.universe/launch/tier4_perception_launch/launch/perception.launch.xml