Giter VIP home page Giter VIP logo

Comments (2)

proto17 avatar proto17 commented on July 26, 2024

You can disable that block if you'd like. It's not required for the graph to operate. It's just there to help you tell that you should be getting successful demods.

If you want to see the fosphor display, first make sure that gr-osmosdr and gr-fosphor are installed. Check to see that your PYTHONPATH env variable has the directory that contains gr-fosphor (usually /usr/local/lib/python3.XX/dist-packages/gnuradio/fosphor where XX is your Python version number. Could also be in /usr/lib/python3.XX/dist-packages/gnuradio/fosphor. If it's not in either of those locations, then you will have to figure out where the fosphor directory is with something like find /usr -name foshor -type d. Once you have the directory nailed down, try running GNU Radio from the terminal with something like:

PYTHONPATH=$PYTHONPATH:/usr/local/lib/python3.10/dist-packages gnuradio-companion

Replacing the extra path with whatever the path is that your gr-fosphor modules is in (just up to the dist-packages dir, not the hole thing!)

See if that helps. The issue you are having is related to GNU Radio and gr-fosphor. Nothing here should be related to the flow graph or gr-droneid.

For fun, you can also go into the glfw source dir, then drill down to lib/fosphor, run make, then ./main some_random_file where some_random_file is the path to any file (doesn't have to be floating complex). If a window pops up without errors in the terminal then all is good between fosphor and glfw. Otherwise you have an error between those two libraries.

Good luck!

from dji_droneid.

StanleyLex avatar StanleyLex commented on July 26, 2024

Thanks a lot. It works!

from dji_droneid.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.