kvaser_interface icon indicating copy to clipboard operation
kvaser_interface copied to clipboard

Rewrite kvaser_can_bridge as a Nodelet

Open JWhitleyWork opened this issue 5 years ago • 0 comments

Many of AS's drivers allow the use of kvaser_interface for CAN communications but this currently requires either:

  1. Integration of kvaser_interface as a library which must be a design-time decision or;
  2. Running the kvaser_can_bridge as a stand-alone node, which is memory-inefficient because each message must be published to a network socket.

To achieve both flexibility and efficiency, kvaser_can_bridge should be re-written as a nodelet.

JWhitleyWork avatar Mar 21 '19 20:03 JWhitleyWork