diff --git a/README.md b/README.md index ae78e3c2..f9cd0356 100644 --- a/README.md +++ b/README.md @@ -136,12 +136,12 @@ To connect to a live sensor you use the following launch file ros2 launch ouster_ros sensor.launch.xml \ sensor_hostname:= ``` -The equivalent python file is: +The equivalent python launch file is: ```bash ros2 launch ouster_ros driver.launch.py \ - params_files:= + params_file:= ``` -If you don't pass a params_file then the file located at `ouster/config/driver_params.yaml` will be used. Note that in +If you don't pass a `params_file` then the file located at `ouster/config/driver_params.yaml` will be used. Note that in the params you can start with default options for everything except the `sensor_hostname` param which you should adjust to match the hostname or ip address of the Ouster sensor you are trying to connect to.