bme680 is a ROS 2 interface for the BME680 pressure sensor.
To install the project, first clone the repository to the src/ directory of
your ROS 2 workspace
git clone git@github.com:Robotic-Decision-Making-Lab/bme680.gitThen install the project dependencies using rosdep
rosdep install --from paths src -y --ignore-srcFinally, build the workspace using colcon
colcon build && source install/setup.bashThe BME680 ROS 2 driver can be launched with
ros2 launch bme680_driver bme680.launch.yamlIf you have questions regarding usage of bme680 or regarding contributing to this project, please submit an issue to our Issue Tracker.
bme680 is released under the MIT license.