Repository - API - Source
VLS-128
has been replaced by Alpha Prime
as the model identifier, but is still accepted for backwards compatibility. (@flopie2009 #1)time_range
parameter to read_bag()
and read_pcap()
.read_bag()
no longer closes opened Bag
objects passed to it.read_bag()
now optionally also includes frame_id
-s from the ROS messages in the returned tuples
when return_frame_id=True
is set.Config("model")
constructor not working as expected due to calibration_file
missing a default value.read_pcap()
function in Python and StreamDecoder
in C++.read_bag()
.config.calibration_file
can be left unset
in most cases.TIMINGS_AVAILABLE
was added for details about which models support point timing info. The current list is:
['HDL-32E', 'VLP-16', 'VLP-32C', 'VLS-128']
.as_pcl_structs=True
to the decoding functions for the old behavior.['VLP16', '32C', '32E', 'VLS128']
.
After: ['HDL-32E', 'HDL-64E', 'HDL-64E_S2', 'HDL-64E_S3', 'VLP-16', 'VLP-32C', 'VLS-128']
.Initial release.