Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

Example ROS Implementation

This SDK is an example of how radar data can be extracted from the radar and some example applications of how you may want to process the data.

Requirements

  • Visual Studio 2019

  • ROS 1 SDK

  • OpenCV (for visualisation)

Example: Mobile-Platform

This application is a tool for processing the raw radar data (ideal for moving platforms). 

It works by using dynamic reconfiguration to allow the user flexibility in analysing the data the radar is sending. The topics published by the application are a pointcloud of the filtered data, an image topic with identified targets highlighted and another image topic showing the intermediate filtering stage to show the user what’s happening in the background.    It also gives the user the option to publish the filtered data as a laser scan.

BE AWARE: The Laser Scan data format loses the depth information available from the sensor. The laser scan returns the range of the first object the radar sees.This can then be used as the laser scan in combination with a tf topic containing odometry information of your robot to create a map and localize with gmapper. In rviz, view the laser scan topic by typing in the header frame "navtech_laserscan".

To access the SDK, follow this link https://bitbucket.org/navtechradar/iasdk/src/master/

  • No labels