phidgets_drivers icon indicating copy to clipboard operation
phidgets_drivers copied to clipboard

sensor_msgs/Temperature and multi-channel readers

Open J-C-Haley opened this issue 3 years ago • 1 comments

Added a sensor_msgs/Temperature topic, giving published temperatures a timestamp. Prior float64 is preserved for now.

Added channel parameter to phidgets_temperature, allowing for multi-port readers.

J-C-Haley avatar Apr 08 '22 22:04 J-C-Haley

Thanks! One of the checks is failing. This is because I added a check yesterday to ensure that the code formatting complies with clang-format. To fix this, follow the pre-commit Formatting Checks section of the README. If you run pre-commit run -a, it should fix the formatting automatically for you. Once you commit that, the check should pass.

mintar avatar Apr 09 '22 09:04 mintar