Class TinsDriver

Inheritance Relationships

Base Type

Class Documentation

class TinsDriver : public ros2_ouster::OusterDriver

An alternative Ouster driver based on the open-source Tins library. This driver listens to an ethernet interface for packets with matching metadata, so it can be used with data captured in a pcap file and replayed after the fact.

This driver differs from the implementation of Driver only in that it is initialized with, and uses the SensorTins class instead of the Sensor class. The utilization of the data accumulators and processor classes is otherwise the same.

Public Functions

explicit TinsDriver(rclcpp::NodeOptions options)