Sensor Setup
Sensor Setup Screen
Selecting or loading a project will take you to the Sensor Setup Screen. In this screen you can modify the system setup and add or delete sensors.

Algo Node Settings
An 'Algo Node' in SENSR processes the raw sensor data to transform into object tracking data. This data is sent to the master node, which will combine all incoming data and act as the front-end, monitoring and output server. The algo node can be either local (i.e. on the same machine as the master node) or remote.
To change the configuration of an algo node, click the gear icon next to the algo node in the sensor set-up panel. This will open up a window to configure the algo node.
Algo node configuration for single-device:

Algo node configuration for remote algo node:

Name
You can change the name of an algo node to something easily recognizable. The name will be displayed as a floating label in the 3D viewport.
IP Address
To connect to a remote algo node, change the IP address of the node to the IP address of the remote machine. Make sure the network settings and firewall are configured correctly to allow the two computers to communicate. The ports being used for internal communication between Master and Algo are 5055 and 5056.
If you use only a single computer, you must enter ‘localhost’ in the IP address field. You will notice that the ‘Binary Path’ and ‘Username’ fields will disappear as these are no longer necessary.
Master Address
In case the computer has multiple ethernet ports and network setups, you can choose the IP address that master node will use for the communication to the algo node(s). All currently assigned IP addresses will be available to choose from. If you run everything locally on a single computer, you can choose ‘127.0.0.1’.
caution
If you are running a remote Algo Node, make sure to set the Master network to the IP address of the ethernet adapter of the Master Server that the Algo Node is connected to.
For example, if the ethernet adapter of the Master Server that the Algo Nodes are connected to has IP 10.0.0.50, make sure to use that number in your local network settings. Do NOT use ‘127.0.0.1’ when running a remote Algo Node, you must select the specific IP address the Algo Node is connected to.
Program Path
The path of the algo node executable is located in the remote machine. The default path is: /home/<user>/sensr/bin/ , where <user> is the user login name of the Algo Node.
This option is not needed on a local machine algo node.
Username
Username of the remote machine. Master node uses SSH to launch the algo node in the remote machine. Make sure you follow the SSH authentication steps.
This option is not needed on a local machine algo node.
Use GPU
Enable GPU plug-in for the selected algo node. This option will only be available if you purchased the Deep Learning (DL) module of SENSR.
caution
The GPU mode requires an NVIDIA based graphics card.
Preset
SENSR comes with a number of algorithm presets to fit a variety of situations. These can be split into normal presets and GPU presets (intended to work with the GPU plug-in).
For the normal presets, the two default presets are Indoor and Outdoor which work well in most use cases. The Indoor preset is optimized for a situation with level-ground, short range, and many objects moving around. The Outdoor preset is optimized for outdoor, medium-long range settings and can track larger objects such as trucks or buses.
The GPU plug-in comes with the Outdoor GPU preset which works similar to the normal Outdoor preset but with advanced GPU-based AI/DL algorithms enabled to improve the tracking and classification performance. Note that presets intended for the GPU plug-in cannot be used without access to a GPU and the GPU plug-in feature must be enabled in the product license.
Additional presets will be made available in the future.
Custom presets can be created from the current algorithm settings. This can be useful for quickly applying custom settings to multiple nodes. To create a new custom preset, go to Runtime mode and open the preference window for the appropriate algo node. In the preference window click the Export as Preset… button to export the preset.
For SENSR to recognize the preset it needs to be imported. This can be done via the Import Preset… button in the algorithm preset management window under Preference in the sensor set-up mode. From here custom presets can also be deleted.
To select a preset for a specific algo node, open the algo node configuration window for that algo node from the sensor setup panel and edit the Preset field. Note that changing a preset will reset all user-settings for that algo node to the preset defaults.
Rosbag Path
SENSR is able to process all supported sensors directly through usage of the manufacturer supplied sensor drivers that are packaged with SENSR. This is the most straightforward way to process sensor data and therefore the recommended method to use in a live situation.
In addition, SENSR supports playing ROS (Robot Operating System) rosbag files with PointCloud2 topics. This can be useful if raw data was recorded as a rosbag and you want to play it back later to test in the SENSR system.
Note that ROS generates very large files and is very intensive to process. For this reason SENSR comes with its own more efficient internal replay system.
Detection Range
This range indicates the total coverage area that SENSR will process for that algo node and attempt to track objects in. The larger this space, the more computing power is required, so it is recommended to keep this space as small as needed. This will be explained further in the setup and calibration tutorial section.
Sensor Settings
For adding sensors on an algo node,
- You need to open up the Algo Node first by clicking the collapse arrow (1)
- Then click ‘+’ button (2) for opening the sensor setting pop up (3) as in the following picture.

- Click the LiDAR button (3). Then, you will see the available sensor list. The contents of this list is determined by your license configuration. In this example, the license only contains VLP-16 and PandarXT-32 support.
- Each lidar has different arguments which are related to lidar connection. For example, VLP-16 has LiDAR IP and Port.

Detection Range
All lidar settings share the ‘Detection Range’ argument. This range limits the output range of the sensor. This can help with reducing noise from far away objects or limiting the range to conserve processing power. The detection range is specified in meters.
As an example of how to use this range: Say you have two sensors A and B that are spaced 50m apart from each other. An object that is 5m away from Sensor A will be clearly picked up by Sensor A, but a small error in calibration of Sensor B could see the same object in a different location, creating a ghost image. By reducing the Detection Range of Sensor B to 35m, any object that comes close to Sensor A will be ignored by B, ensuring that small errors in calibration do not cause problems.
As a general rule of thumb, for indoor applications with lots of obstructions, the Detection Range can often be reduced to as low as 25m for each sensor.
Intensity Filtering
This option sets a minimum intensity threshold that a Lidar point has to meet to be processed. This filtering can be useful to filter out noise from dust, exhaust fumes and falling leaves for example. The correct setting will be different for each Lidar. There is no common way to calculate and report intensity, so the values can be very different between Lidar. Try to start low and increase the value to see the behavior change. As an example, for a Livox Horizon, a value as low as three (3) will filter out most dust and exhaust.
LiDAR Timestamp By enabling this option, you are instructing the system to prioritize using the timestamp that is generated by the sensor. This requires the sensor to be timesynced through NTP, PTP or GPS. Please follow the instructions of your Lidar sensor on how to enable this time synchronization mechanism. If the time difference between the sensor and the server exceeds a specific threshold, the server will overwrite the timestamp with local time.
As of 2.2.8 only Hesai and Livox are supported through this mechanism.
SENSR2. DL GPU Plug-In
SENSR comes with an optional GPU plug-in that can be activated with the proper product license for users who have access to a GPU on their algo nodes. The GPU plug-in provides SENSR with state-of-the-art AI algorithms that can greatly enhance the quality of the output. The GPU plug-in is automatically activated if it is included in the product license. With the plug-in enabled algo nodes can be configured to use the GPU algorithms by opening the Algo node configuration window and ticking the checkbox Use GPU. The preset will also need to be updated to an appropriate one as different presets are used with the GPU plug-in algo nodes. Any new algo nodes created while the GPU plug-in is enabled will automatically use it. To change the algo node to the standard mode you can similarly un-tick the checkbox and update the preset appropriately.
