Skip to content

Commit 7a59fac

Browse files
committed
Fix naming and add datasheet
1 parent 81a7e00 commit 7a59fac

4 files changed

Lines changed: 5 additions & 6 deletions

File tree

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
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
3231
ros2 launch bme680_driver bme680.launch.yaml
3332
```
3433

bme680_driver/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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>

bme680_driver/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
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={

datasheets/bst-bme680-ds001.pdf

1.33 MB
Binary file not shown.

0 commit comments

Comments
 (0)