astuff / kvaser_interface

A Kvaser CAN interface ROS abstraction layer.
MIT License
83 stars 51 forks source link

Automatic Formatting of Code #47

Closed JWhitleyWork closed 4 years ago

JWhitleyWork commented 5 years ago

Closes #46. Uses https://github.com/davetcoleman/roscpp_code_format for auto-formatting (using current clang-format instead of 3.8 as recommended there). Rather than including the file here, it makes more sense to host a copy at the base of your workspace. Had to manually disable/enable clang-format on the extern "C" line due to a conflict between roslint and clang-format.