Hi!
I am very new to PX4, I was following the instructions on PX4 Guide (main)
and I noticed that I got the following error during the “make px4_sitl”
/usr/bin/python3: Error while finding module specification for 'symforce.symbolic' (ModuleNotFoundError: No module named 'symforce')
I was able to get rid of this error by installing pip and then installing
sudo apt install python3-pip -y
pip3 install symforce
I was still able to get the make file complete without symforce, but the error was gone when I installed it and ran the make again. I just figured this would be something to share and ask if this is something that should be added to the ./PX4-Autopilot/Tools/setup/ubuntu.sh? Where would a suggestion like this be put? Here or on the github?