zihadm
hidup biar berjasa
Friday, June 5, 2026
Monday, January 5, 2026
Swarming
Master - slave for raspberry pi setup.
https://www.instructables.com/Installing-MQTT-BrokerMosquitto-on-Raspberry-Pi/
Monday, March 17, 2025
Thursday, December 19, 2024
Dronekit
Step 1. <<<important
unlimited range pixhawk telemetry <<<important
Mavlink anywhere <<<important
**************
cd ardupilot/ArduCopter
thensim_vehicle.py --console --map -w
Alternatively, if not starting in the ArduCopter directory, but at the base ardupilot directory:
Command |
Description |
|---|---|
rc N PWM |
set RC channel N override to PWM (PMW =0 disables override) |
link list |
List all links |
link set N |
Set link N to primary |
link add X |
Add new link |
link remove N |
Remove link |
wp list |
Download and show waypoints |
fence list |
Download and show geofence |
fence enable |
Enable geofence |
fence disable |
Disable geofence |
arm throttle |
Arm vehicle |
disarm |
Disarm vehicle |
disarm force |
Force vehicle disarm (heli) |
auto |
Engage auto mode |
wp set N |
Set current auto waypoint to N |
setspeed N |
Override auto speed to N m/s |
param show X |
Show current value of parameter X |
param set X N |
Set parameter X to value N |
param download |
Download parameter definitions from ArduPilot website |
param help X |
Display definition of parameter X |
mode loiter |
Engage loiter mode |
mode rtl |
Engage rtl mode |
mode manual |
Engage manual mode |
mode guided LAT LON ALT |
Engage guided mode and move to specified location |
relay set N [0|1] |
Set relay N to open or closed |
servo set N PWM |
Override servo N to PWM value |
terrain check LAT LON |
Get terrain height at specified location |
formatsdcard |
Formats SD card |
Start the Simulator with Gazebo <<<important
In a terminal window start Gazebo:
gazebo --verbose worlds/iris_arducopter_runway.world
In another terminal window, enter the ArduCopter directory and start the SITL simulation:
cd ~/ardupilot/ArduCopter
../Tools/autotest/sim_vehicle.py -f gazebo-iris --console --map Run the simulator with python script <<<important
Copy and paste python script (ex. demo.py) in the ardupilot/arducopter folder.Open new terminal and type: pyton demo.pyEverything should run. Next....mission planner in ubuntu. Friday, June 21, 2024
Programming Library - FUN - and - a - mental
This video explains Drone Programming Libraries that can be used as companion computer.
1. MAVROS : Latest library that can be use to connect between more sensors
2. Pymavlink : More fundamental programming to connect with mavlink.
3. Dronekit : Much simpler programming
4. MAVSDK : Suitable for PX4 and not ardupilot
This video will show the steps to Install mission planner in ubuntu.
once everything installed, open new terminal, type in mono MissionPlanner.exe to launch Mission Planner. Mission Planner should open in few seconds, select UDP and connect to 14550.
*********490:~/Downloads/MissionPlanner-latest$ mono MissionPlanner.exe
https://github.com/terrytaylorbonn/auxdrone/wiki/Latest-progress?fbclid=IwZXh0bgNhZW0CMTEAAR2P2L_mZG9keHsYHvAhA0mSwKeKb8l52aq1_CbQDTrvGZ8qlSvgtZN9kcM_aem_SaXytFx5VfAHAsw3_iX6ng#240619-evening--first-successful-ai-object-recognition-person--cc-forces-land--outdoor-test-
Thursday, June 20, 2024
Thursday, June 13, 2024
Ardupilot MinimOSD Setup with Config Tool and FTDI USB Adapter, EZUHF Setup
https://www.youtube.com/watch?v=dZLycZtsoZ0&list=PLDpsqvUKcRktPga6x6EPFSMZya3syk4PV&index=2
