A ROS2 wrapper for the Cedargrove/Adafruit NAU7802 ADC sensor driver and library
(from your venv)
pip install -r requirements.txt
colcon build
source install/setup.zsh
ros2 run nau7802_adc nau7802_node
ros2 topic echo /nau7802/load
This depends on the following python packages:
cedargrove-nau7802
A CircuitPython driver class for the NAU7802 24-bit ADCempy
version 3.3.4 (required to workaround this issue untilcolcon
supports empy v4)