-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GITBOOK-71: change request with no subject merged in GitBook
- Loading branch information
1 parent
06aa314
commit 24a9ef5
Showing
4 changed files
with
36 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# Connecting lidar-lite through I2C | ||
|
||
## Step :1  | ||
|
||
Connect Lidar to the Pixwahk by 6 pin connector to the I2C port by the 3 pin connector . | ||
|
||
## Step :2 | ||
|
||
Connect the Pixhawk to the laptop and go to vehicle setup -> parameters and set the following parameters:- | ||
|
||
|
||
|
||
* [RNGFND1\_TYPE](https://ardupilot.org/copter/docs/parameters.html#rngfnd1-type) = 3 “LidarLite-I2c” | ||
* [RNGFND1\_MAX\_CM](https://ardupilot.org/copter/docs/parameters.html#rngfnd1-max-cm) = 3500 (the maximum range the lidar can accurately report in cm) | ||
* [RNGFND1\_MIN\_CM](https://ardupilot.org/copter/docs/parameters.html#rngfnd1-max-cm) = 20 (the mininum range the lidar can accurately report in cm) | ||
|
||
## Step :3 | ||
|
||
To check if the lidar is working back to home page and go to Analyze tools ->Mavlink inspector -> DISTANCE\_SENSOR and if the frequency is non-zero and the current distance is changing upon moving the lidar means the lidar is working properly. | ||
|
||
##   | ||
|
||
#### |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# Page 2 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# Page 2 | ||
|