A ROS2 wrapper for the Adafruit SHT4x python sensor driver and library
(from your venv)
pip install -r requirements.txt
colcon build
source install/setup.zsh
ros2 run sht4x sht4x_node
ros2 topic echo /sht4x/temperature
ros2 topic echo /sht4x/relative_humidity
This depends on the following python packages:
adafruit-circuitpython-sht4x
python library for SHT4x temperature / humidity sensorsempy
version 3.3.4 (required to workaround this issue untilcolcon
supports empy v4)