navigator icon indicating copy to clipboard operation
navigator copied to clipboard

Detect and visualize nearby cars, cyclists, and pedestrians

Open wheitman opened this issue 3 years ago • 0 comments

Problem

Currently, the car cannot detect and visualize nearby cars, cyclists, or pedestrians.

Solution

Use the ZED SDK, @zzeneric 's visualization code, and @rae0924 's interface to detect and visualize these three obstacle classes in real time.

The visualization should convey each obstacle's type, relative position and velocity in real time. Beyond this, the design of the interface should be left to @zzeneric 's discretion.

Success condition

Nearby obstacles detected by the ZED SDK are visualized in real time, alongside Checkpoint C (#137).

For testing, the SVO files available in /home/share/bags can be used. However, these files do not necessarily contain many moving obstacles. For final tests, we can have lab members on foot and on bikes walk around the car.

wheitman avatar Jan 16 '22 02:01 wheitman