Closed alphafox02 closed 2 years ago
looks like you need to run "gr_modtool bind utils" first
The rewrite branch is still a work in progress and cannot decode DroneID frames at this time. As @bkerler pointed out, you need to run gr_modtool bind utils
in the gnuradio/gr-droneid
directory. This was a mistake on the last commit. Normally you would not have to run the bind
command. This has to do with how GNU Radio uses PyBind11.
I see now, I was doing it in the wrong directory.
Side note, the update branch for 3.10 pumps out the bursts to temp which now I see when I cat them together get good results with Octave. This is with IQ files I previously tried that with, but back then I got no decoded frames. I didn’t check to see if Gnuradio itself was pumping out the same info on the fly.
Attempted to Compile the rewrite branch on Ubuntu 22.04. The following issue during Cmake is preventing me from moving forward with testing.