Closed asaba96 closed 3 years ago
added the ability to get the bus time for the can packet, versus using ros time when received
Currently returns the time stamp & CanId with a std::tuple, but discussed w @JWhitleyWork about returning it as part of the CanId struct instead.
CanId
Neat! Has it been tested on hardware?
Not hardware but tested w. a replay of a candump using canreplay & a virtual can bus
added the ability to get the bus time for the can packet, versus using ros time when received
Currently returns the time stamp & CanId with a std::tuple, but discussed w @JWhitleyWork about returning it as part of the
CanId
struct instead.