-
Notifications
You must be signed in to change notification settings - Fork 53
Open
Labels
Description
Many of AS's drivers allow the use of kvaser_interface
for CAN communications but this currently requires either:
- Integration of
kvaser_interface
as a library which must be a design-time decision or; - 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.