- Welcome
- Getting Started With the NVIDIA DriveWorks SDK
- Modules
- Samples
- Tools
- Tutorials
- SDK Porting Guide
- DriveWorks API
- More
The CAN Plugin sample implements a sensor driver for a CAN using the comprehensive sensor plugin framework. This uses a DriveWorks CAN Bus sensor to provide raw data.
It also provides sources for a refcounted-BufferPool
data structure that may be used as reference for other implementations.
This sample compiles as a shared library (.so) that can be used with the DriveWorks Sensor Abstraction Layer (SAL).
This plugin can be used to test and verify functionality:
./sample_canbus_logger --driver=can.custom --params=decoder-path=[path_to_decoder.so]
For playing back CAN data recorded with a custom plugin, the following command line can be used:
./sample_canbus_logger --driver=can.virtual --params=file=[path_to_recording.bin], decoder-path=[path_to_decoder.so]
libsample_can_plugin.so
.For more information, please refer to Custom CANs (Comprehensive).