ZilantRobotics / innopolis_vtol_dynamics

Cyphal/DroneCAN UAV HITL simulator
GNU General Public License v3.0
41 stars 8 forks source link

Unknown target error #9

Open prihex opened 2 years ago

prihex commented 2 years ago

Probably I miss something. I couldn't fix the problem.

~/PX4-Autopilot$ DONT_RUN=1 make px4_sitl gazebo_innopolis_vtol
ninja: error: unknown target 'gazebo_innopolis_vtol'
Makefile:231: recipe for target 'px4_sitl' failed
make: *** [px4_sitl] Error 1
PonomarevDA commented 2 years ago

Hi. Try DONT_RUN=1 make px4_sitl gazebo_standard_vtol instead. It was a mistake in readme.

prihex commented 2 years ago

Thanks! However, i am still getting some issues about starting the project. Maybe I do something wrong. To prevent that, could you please create much detailed readme?