astuff / kvaser_interface

A Kvaser CAN interface ROS abstraction layer.
MIT License
84 stars 52 forks source link

implement silent mode #87

Closed Roosta078 closed 2 years ago

Roosta078 commented 2 years ago

Implemented setting the output control mode to Silent for situations that require it. Uses a setter method to set a flag that defaults to false. Calls to open method are unaffected. To use, call set_silent_mode(true) before calling open.

Roosta078 commented 2 years ago

@icolwell-as Could you take a look at this?