Closed asaba96 closed 2 years ago
added the ability to get the bus time for the can packet, versus using ros time when received; packs bus time as part of the can id struct
This packs the bus time in the CanId object vs returns it as a tuple. I'll let the maintainers decide which they prefer :)
CanId
Tested w. a can replay on my machine, using canreplay on a virtual can bus
@JWhitleyWork
@mitsudome-r Can you please approve the workflow for this PR?
@asaba96 Could you fix the linter errors?
added the ability to get the bus time for the can packet, versus using ros time when received; packs bus time as part of the can id struct
This packs the bus time in the
CanId
object vs returns it as a tuple. I'll let the maintainers decide which they prefer :)Tested w. a can replay on my machine, using canreplay on a virtual can bus
@JWhitleyWork