File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# BME680 Pressure Sensor
22
3- bme680 is a ROS 2 interface for the BME 680 pressure sensor.
4-
3+ bme680 is a ROS 2 interface for the BME680 pressure sensor.
54
65## Installation
76
@@ -26,9 +25,9 @@ colcon build && source install/setup.bash
2625
2726## Usage
2827
29- The BME 680 ROS 2 driver can be launched with
28+ The BME680 ROS 2 driver can be launched with
3029
31- ```
30+ ``` bash
3231ros2 launch bme680_driver bme680.launch.yaml
3332```
3433
Original file line number Diff line number Diff line change 44
55 <name >bme680_driver</name >
66 <version >0.0.1</version >
7- <description >ROS 2 interface for the BME 680 located in the autonomy bottle </description >
7+ <description >ROS 2 interface for the BME680 </description >
88
99 <maintainer email =" evanp922@gmail.com" >Evan Palmer</maintainer >
1010 <license >MIT</license >
Original file line number Diff line number Diff line change 4848 zip_safe = True ,
4949 maintainer = "Evan Palmer" ,
5050 maintainer_email = "evanp922@gmail.com" ,
51- description = "ROS 2 driver for the BME 680 sensor" ,
51+ description = "ROS 2 driver for the BME680 sensor" ,
5252 license = "MIT" ,
5353 tests_require = ["pytest" ],
5454 entry_points = {
You can’t perform that action at this time.
0 commit comments