A ROS2 wrapper for the AtlasScientific EXO-CO2 sensor driver (via atlas_i2c library)
(from your venv)
pip install -r requirements.txt
colcon build
source install/setup.zsh
ros2 run exo_co2 exo_co2_node
ros2 topic echo /exoco2/ppm
This depends on the following python packages:
atlas_i2c
Package for communicating with Atlas Scientific devices over I2Cempy
version 3.3.4 (required to workaround this issue untilcolcon
supports empy v4)