From adcea5dd22b8484dbef969e1fbe158b00bac1f14 Mon Sep 17 00:00:00 2001 From: sudhanshuprasad Date: Fri, 21 Oct 2022 23:55:02 +0530 Subject: [PATCH 1/4] connecting to drone --- controlling drone using python/listen.py | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 controlling drone using python/listen.py diff --git a/controlling drone using python/listen.py b/controlling drone using python/listen.py new file mode 100644 index 00000000..8228b93d --- /dev/null +++ b/controlling drone using python/listen.py @@ -0,0 +1,11 @@ +from pymavlink import mavutil + +the_connection=mavutil.mavlink_connection('udpin:localhost:14550') + +the_connection.wait_heartbeat() +print("Heartbeat from system (system %u component %u)" % + (the_connection.target_system, the_connection.target_component)) + +while True: + message=the_connection.recv_match(blocking=True) + print(message) \ No newline at end of file From 03c655ec8bc8a84b154293679c335f6239ef85d0 Mon Sep 17 00:00:00 2001 From: sudhanshuprasad Date: Sat, 22 Oct 2022 01:29:01 +0530 Subject: [PATCH 2/4] listening to messeges --- Readme.md | 150 ++++++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 147 insertions(+), 3 deletions(-) diff --git a/Readme.md b/Readme.md index 9e9612a3..719bb51e 100644 --- a/Readme.md +++ b/Readme.md @@ -1,5 +1,149 @@ -# Random Advice Generator +
+

Hacktober-2022

+🚀 This repository is for collecting the different projects made by people who wants to contribute in open source. -## Working Demo +
-![Screenshot](https://user-images.githubusercontent.com/88226411/196946183-15e4d78c-2575-405b-a694-839404a1cece.png) + + +[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat&logo=github)](https://github.com/kaal-coder/hacktoberfest) +[![Open Source Love](https://img.shields.io/badge/Open%20Source-%F0%9F%A4%8D-Green)](https://github.com/kaal-coder/hacktoberfest) +[![contributions welcome](https://img.shields.io/static/v1.svg?label=Contributions&message=Welcome&color=0059b3)](https://github.com/kaal-coder/hacktoberfest) +[![Hacktoberfest-2022](https://img.shields.io/static/v1.svg?label=Hacktoberfest-2022&message=accepted&color=red)](https://github.com/kaal-coder/hacktoberfest) + +
+ + + + +- Anyone can add any type of valid html-css web page depending on you. + +- You can add any small projects you have made. + +- You can add programs too, in any programming language, but your program must be something different or unique. + +- Do not just re-edit the file or make some small changes this kind of PRs will not be accepted. + +- Do not add anyone else's work in this repository. It will leads to failure of your pull request. + + + + + +## `Steps To Generate PR(Pull Request)` + +- (Star ⭐ & Fork 🍽️) this repository. - Must Step +- Follow [kaal-coder](https://www.github.com/kaal-coder) get it merged fast. +# Fork this repository + +Fork this repository by clicking on the fork button on the top of this page. This will create a copy of this repository in your account. + +# Clone the repository + +Now clone the forked repository to your system. Go to your GitHub account, open the forked repository, click on the code button and then clone the repository. + +*if you want to use the terminal, use the following commands* +after you fork the repository , open the terminal type the given command +``` +git clone https://github.com/{your-github-username}/Hacktober-2022.git + +``` + +# Create a branch + +Then create a branch on your local repository to solve a problem. + +*terminal commands* +``` +git checkout -b your_new_branch_name + +``` + + +# Add & commit + +Add your changes(folder) to that branch.
+Make necessary changes and commit those changes. +*terminal commands* +``` +git add . +git commit -m "your-commit-message" + +``` + +# Push changes to GitHub + +Finally push your local repository to remote repository +Compare & Submit a Pull Request + +*terminal commands* +``` +git push origin + +``` + +Then go to your repository on GitHub, you'll see a Compare & pull request button. Click on that button. + +Now submit the pull request. + + +### Don't forget to read the contributing rules mentioned below to be successfully merged your PR and get rewards!!! + +🏹 Visit Hacktoberfest to get more information about Hacktoberfest 2022!!! + +✈ Visit Hacktoberfest-swag to know more about your swags and rewards!!! + +# 🛡Rules to Contribute +- ⚓Star this repo to get latest updates. + If you had fun while contributing to this project, then don't forget to give this project a star ⭐. + +- ⚓Give your file a proper extension according to language. Ex. .py, .java, .js. html etc. +- ⚓Name your file related to your topic. +- ⚓Put your files in correct folder like .py in Python, .js in Javascript etc. +- ⚓You can follow ME😁. +----------------------------------------- + + +## Contributors of `Hacktoberfest 2022` + +
+ + + + + +
+ + + + + +## Note +All contributors who have followed the rules to contribute get successfully merged PR. Don't forget to follow!!! + +Have some patience to get successfully merged PR. Keep Patience!!! + +We're happy to merge valid pull requests to this repository ! + + + + + + + + + + + + +## + Follow Me : } Quick Approval of Pull Request + +```py +''' +To get approval of the pull request much quicker (`Follow Me`)🚀 +''' +``` +
Kaushik Lakhani

+ +`For doubts contact kaushik.lakhani123@gmail.com` +### Happy coding fellas!!💕✨ From cacaa31802f2c819ec66e19603a84c7317193b0c Mon Sep 17 00:00:00 2001 From: sudhanshuprasad Date: Sat, 22 Oct 2022 01:30:16 +0530 Subject: [PATCH 3/4] arm --- Readme.md | 150 ++---------------------------------------------------- 1 file changed, 3 insertions(+), 147 deletions(-) diff --git a/Readme.md b/Readme.md index 719bb51e..9e9612a3 100644 --- a/Readme.md +++ b/Readme.md @@ -1,149 +1,5 @@ -
-

Hacktober-2022

-🚀 This repository is for collecting the different projects made by people who wants to contribute in open source. +# Random Advice Generator -
+## Working Demo - - -[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat&logo=github)](https://github.com/kaal-coder/hacktoberfest) -[![Open Source Love](https://img.shields.io/badge/Open%20Source-%F0%9F%A4%8D-Green)](https://github.com/kaal-coder/hacktoberfest) -[![contributions welcome](https://img.shields.io/static/v1.svg?label=Contributions&message=Welcome&color=0059b3)](https://github.com/kaal-coder/hacktoberfest) -[![Hacktoberfest-2022](https://img.shields.io/static/v1.svg?label=Hacktoberfest-2022&message=accepted&color=red)](https://github.com/kaal-coder/hacktoberfest) - -
- - - - -- Anyone can add any type of valid html-css web page depending on you. - -- You can add any small projects you have made. - -- You can add programs too, in any programming language, but your program must be something different or unique. - -- Do not just re-edit the file or make some small changes this kind of PRs will not be accepted. - -- Do not add anyone else's work in this repository. It will leads to failure of your pull request. - - - - - -## `Steps To Generate PR(Pull Request)` - -- (Star ⭐ & Fork 🍽️) this repository. - Must Step -- Follow [kaal-coder](https://www.github.com/kaal-coder) get it merged fast. -# Fork this repository - -Fork this repository by clicking on the fork button on the top of this page. This will create a copy of this repository in your account. - -# Clone the repository - -Now clone the forked repository to your system. Go to your GitHub account, open the forked repository, click on the code button and then clone the repository. - -*if you want to use the terminal, use the following commands* -after you fork the repository , open the terminal type the given command -``` -git clone https://github.com/{your-github-username}/Hacktober-2022.git - -``` - -# Create a branch - -Then create a branch on your local repository to solve a problem. - -*terminal commands* -``` -git checkout -b your_new_branch_name - -``` - - -# Add & commit - -Add your changes(folder) to that branch.
-Make necessary changes and commit those changes. -*terminal commands* -``` -git add . -git commit -m "your-commit-message" - -``` - -# Push changes to GitHub - -Finally push your local repository to remote repository -Compare & Submit a Pull Request - -*terminal commands* -``` -git push origin - -``` - -Then go to your repository on GitHub, you'll see a Compare & pull request button. Click on that button. - -Now submit the pull request. - - -### Don't forget to read the contributing rules mentioned below to be successfully merged your PR and get rewards!!! - -🏹 Visit Hacktoberfest to get more information about Hacktoberfest 2022!!! - -✈ Visit Hacktoberfest-swag to know more about your swags and rewards!!! - -# 🛡Rules to Contribute -- ⚓Star this repo to get latest updates. - If you had fun while contributing to this project, then don't forget to give this project a star ⭐. - -- ⚓Give your file a proper extension according to language. Ex. .py, .java, .js. html etc. -- ⚓Name your file related to your topic. -- ⚓Put your files in correct folder like .py in Python, .js in Javascript etc. -- ⚓You can follow ME😁. ------------------------------------------ - - -## Contributors of `Hacktoberfest 2022` - -
- - - - - -
- - - - - -## Note -All contributors who have followed the rules to contribute get successfully merged PR. Don't forget to follow!!! - -Have some patience to get successfully merged PR. Keep Patience!!! - -We're happy to merge valid pull requests to this repository ! - - - - - - - - - - - - -## + Follow Me : } Quick Approval of Pull Request - -```py -''' -To get approval of the pull request much quicker (`Follow Me`)🚀 -''' -``` -
Kaushik Lakhani

- -`For doubts contact kaushik.lakhani123@gmail.com` -### Happy coding fellas!!💕✨ +![Screenshot](https://user-images.githubusercontent.com/88226411/196946183-15e4d78c-2575-405b-a694-839404a1cece.png) From 91b0cebd8e6126756f0593cc82172bd4bd2feab5 Mon Sep 17 00:00:00 2001 From: sudhanshuprasad Date: Sat, 22 Oct 2022 01:42:57 +0530 Subject: [PATCH 4/4] controlling drone --- .../controlling drone using python}/listen.py | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {controlling drone using python => Python Projects/controlling drone using python}/listen.py (100%) diff --git a/controlling drone using python/listen.py b/Python Projects/controlling drone using python/listen.py similarity index 100% rename from controlling drone using python/listen.py rename to Python Projects/controlling drone using python/listen.py