PX4-containers
PX4-containers copied to clipboard
Add symforce python dependency
To fix this error I experienced during make px4_sitl:
-- cmake build type: RelWithDebInfo
-- ccache enabled via symlink (/usr/lib/ccache/c++ -> /usr/bin/ccache)
**/usr/bin/python3: Error while finding module specification for 'symforce.symbolic' (ModuleNotFoundError: No module named 'symforce')**
-- Could NOT find gz-transport (missing: gz-transport_DIR)
-- Found Java: /usr/bin/java (found version "1.8.0_292")
-- ROMFS: ROMFS/px4fmu_common
Architecture: amd64
@dagar I'm not sure the right person to tag here. You looked at a similar PR before so tagging you in.
I guess in light of https://github.com/PX4/PX4-Autopilot/pull/20050 you maybe won't want to merge this. I don't think it hurts to add it in the devcontainer but that thinking may be mistaken
what're your thoughts @dagar?