DriveWorks SDK Reference
4.0.0 Release
For Test and Development only

src/dw/sensors/radar/docs/mainsection.md
Go to the documentation of this file.
1 # Copyright (c) 2019-2021, NVIDIA CORPORATION. All rights reserved.
2 
3 @page radar_mainsection Radar
4 
5 ## About This Module
6 
7 The Radar sensor module provides a unified way to connect to, read and decode data coming from various radar sensors.
8 
9 ## Radar multicast connection setup for non hyperion setup(only for DRIVE OS 5.2.6.0 and above)
10 Standard or non hyperion aurix firmware doesnt support multicast connection, in order to support multicast we need to
11 set the aurix firmware to be hyperion in aurix shell.
12 In the NVIDIA DRIVE OS 5.2 SDK Developer Guide, navigate to Networking -> Ethernet 100M/1G Networking -> Network Configuration where you can find about the configuration commands for aurix shell.
13 The network configuration can be set to any hyperion config as all of them will support multicast.
14 
15 ## Relevant Tutorials
16 
17 - @ref radar_usecase1
18 - @ref radar_usecase2