astuff / pacmod3

PACMod Board Rev 3 Driver
MIT License
24 stars 14 forks source link

ROS1: Nodelet Refactor #105

Closed icolwell-as closed 2 years ago

icolwell-as commented 2 years ago

Resolves #101 by converting the node to a nodelet. Tested today in lexus, seems to perform the same. The nodelet manager spreads the callback load mainly across 3 threads, which would be same as it worked before (2 async spinner threads and one manually-created can_write thread).