Skip to content

Commit

Permalink
GITBOOK-71: change request with no subject merged in GitBook
Browse files Browse the repository at this point in the history
  • Loading branch information
aerial-robotics-iitk-bot authored and gitbook-bot committed Jul 3, 2023
1 parent 06aa314 commit 24a9ef5
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 0 deletions.
9 changes: 9 additions & 0 deletions SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
* [ROS](https://docs.google.com/presentation/d/1lUvV41uaQqdtztrlgkrif68w\_EaiigFQHx-20KBLS0M/edit#slide=id.g1e277ae309\_0\_20)
* [Rotorcraft](https://docs.google.com/presentation/d/1TMbI3keAjQU01uiV6TkL2K\_ZnNua6E8ecNHpH-NTFwI/edit#slide=id.p)
* [Software Training](https://github.com/RoboJackets/software-training)
* [Connecting lidar-lite through I2C](connecting-lidar-lite-through-i2c.md)
* [Control System](control-system/README.md)
* [Model Predictive Control](control-system/model-predictive-control/README.md)
* [System Identification](control-system/model-predictive-control/system-identification.md)
Expand Down Expand Up @@ -107,3 +108,11 @@
* [IMAV 2019, Madrid, Spain](competitions/imav-2019-madrid-spain.md)
* [Inter-IIT TechMeet 10.0](competitions/inter-iit-techmeet-10.0.md)
* [Inter-IIT TechMeet 11.0](competitions/inter-iit-techmeet-11.0.md)

## Group 1

* [Page 2](group-1/page-2.md)

***

* [Page 2](page-2.md)
23 changes: 23 additions & 0 deletions connecting-lidar-lite-through-i2c.md
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.

##  

####
2 changes: 2 additions & 0 deletions group-1/page-2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Page 2

2 changes: 2 additions & 0 deletions page-2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Page 2

0 comments on commit 24a9ef5

Please sign in to comment.