Open ashishp166 opened 5 months ago
pip install symforce
That should fix it
That should fix it
why my error is same to him completely,and I pip install symforce successfully,after that ,I try again ,but the error doesn't change.
Same here, tried the pip install. No Dice.
Did you solve this problem?i meet same sitiuation,and i installed symforce,but it changed nothing
I have the same problem
@ashishp166 @sanaosheng @Collin-Emerson-Miller @wangzy-dbug The problem may be caused due to running make distclean
on the repo, or not having recursively cloned all submodules for simulation. Try doing git submodule update --init --recursive
and try to build again. If the problem persists, try a new installation on the same machine.
Describe the bug
I am trying to run
make px4_sitl gz_x500
ormake px4_sitl gz_x500_depth
, but there seems to be an issue ofninja: error: unknown target 'gz_x500'
. I have tried other models also and none of them seem to be working. I made sure to restart at all the spots mentioned on the official documentation for the setup of ROS2 with PX4 Autopilot.Full Log: