陳泓瑋
陳泓瑋

Reputation: 1

Some bug problem from using Gazebo to simulate PX4 models

I am trying to use gazebo to simulate the PX4 model. I have followed the steps on the official website from PX4. But I keep encountering this issue. When i try to run the instruction " make px4_sitl gz_x500" the system will tell me that { error: unknown target 'gz_x500' } I do not know how to solve it!

i hope that someone could help me to figure out.

Upvotes: 0

Views: 1240

Answers (2)

Yuey
Yuey

Reputation: 1

try this in Terminal sudo apt-get install gz-garden

Upvotes: 0

Jean Paul Sierra Boom
Jean Paul Sierra Boom

Reputation: 33

As documentation suggests,

If make px4_sitl gz_x500 gives the error ninja: error: unknown target 'gz_x500' then run make distclean to start from a clean slate, and try running make px4_sitl gz_x500 again.

Upvotes: 1

Related Questions