mavsdk_server: command not found
See original GitHub issueI am trying to run MAVSDK on a Jetson Nano. When I tried setting up mavsdk_server with
mavsdk_server serial:///dev/ttyACM0
I got
bash: mavsdk_server: command not found.
I built MAVSDK and MAVSDK-Python from source.
_Originally posted by @Safranek42 in https://github.com/mavlink/MAVSDK-Python/issues/156#issuecomment-624504822_
Issue Analytics
- State:
- Created 3 years ago
- Comments:11
Top Results From Across the Web
Installation · MAVSDK Guide
Installation. This topic explains how to install MAVSDK for all our supported programming languages/platforms (C++, Swift/iOS, Python).
Read more >Building mavsdk_server from Source · MAVSDK Guide
This gRPC server around the MAVSDK C++ library is called mavsdk_server (in the past it was referred to as the backend).
Read more >Installation · MAVSDK Guide
MAVSDK C++ is a library that can be installed and then used in your C++ code. The latest release can be installed using...
Read more >Python QuickStart - Mavsdk
We have been using the apython REPL to run all that interactively, but the same can be achieved by running the takeoff_and_land.py example...
Read more >Building library from Source · MAVSDK Guide
First install XCode Command line tools: xcode-select --install ... Note: Building using Cygwin or MingW is not supported.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Thanks a lot sir for your valuable guidance. Now it’s perfectly working 🥳
I don’t really get why
mavsdk_server
doesn’t come frompip3
on Ubuntu 18.04. But let’s start it manually:Run
mavsdk_server
like so:Then connect MAVSDK-Python to it: