User Tools

Site Tools


emrp2022:start

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
emrp2022:start [2022/11/03 10:36] osama001emrp2022:start [2022/12/21 12:17] (current) – [useful resources] sahil001
Line 29: Line 29:
  
  
- +===useful resources===
-===git=== +
- +
-git for dummies (eli5): https://www.youtube.com/watch?v=mJ-qvsxPHpY&ab_channel=NickWhite +
- +
-git for professionals: https://www.youtube.com/watch?v=Uszj_k0DGsg&ab_channel=freeCodeCamp.org +
- +
-==useful resources==+
  
 ardupilot: https://ardupilot.org/copter/index.html# ardupilot: https://ardupilot.org/copter/index.html#
Line 69: Line 62:
  
 IntelRealSense camera: https://github.com/IntelRealSense/librealsense IntelRealSense camera: https://github.com/IntelRealSense/librealsense
 +
 +
 +(Notes from env monitoring research projects 02.11.22)
 +Drones need a flight controller (FMC), there are two software options for a flight controller: ardupilot (Copter is an advanced open-source autopilot system for multicopters, helicopters, and other rotor vehicles) and px4. The receiver should match the transceiver, also you need a gps module, a ground control station like QGroundControl (multiple platforms, used by px4), or missionplanner (only for windows, used by ardupilot), like the receiver/transceiver approach. The software autopilot should be compatible with the hardware, there is a standard called Pixhawk that does that. If it is compatible with pixhawk, we can use ardupilot. Another option for autopilot is px4. We can interface the drone by sending MAVlink commands to the drone. Dronekit is a interface. All the complex tasks must be done from source or with a different framework. ROS (robot operating system) is a bunch of frameworks which is modular. GPS, laser finders can be directly connected to the flight controller. In ROS, Sensor is a publisher who publishes data to the subscribers. MavROS is a direct connection interface which pushes all the info from MAVlink into a ROS format. For image processing, you can't directly connect the camera to the flight controller, for that you need a companion computer. ROS and ROS 2 are different systems with the same concept. Offboard mode needs to be enabled when you link to a raspberry pie or jetson.
 +
 +Steps for configuration:
 +
 +1- stabilize GPS on drone
 +
 +2- calibrate sensors
 +
 +3- calibrate radio and set flight modes
 +
 +4- calibrate power 
 +
 +5- test motors
 +
 +6- set camera
 +
 +
 +Imp note while configuring the remote to the Qgroundcontrol is while doing subtrim process and setting up flight mode DO NOT SET THE EMERGENCY STOP MODE ON. That will lead to crash the drone.
 +
 +for connecting drone controols to pc we can you another antena with usb (the large one) so we will not need to use usb cable.
 +
  
emrp2022/start.1667468172.txt.gz · Last modified: 2022/11/03 10:36 by osama001