Auterion / px4-jsbsim-bridge

JSBSim bridge for PX4 SITL/HITL simulations
BSD 3-Clause "New" or "Revised" License
24 stars 39 forks source link

JSBSIM not found #53

Closed pbecchi closed 2 years ago

pbecchi commented 2 years ago

Hi, I succesfully compile and build JSBSim in Ubuntu 32 bit.

When I try to build PX4: HEADLESS=1 make px4_sitl jsbsim_quadrotor_x i got the message JSBSIM not found.

I have updated $PATH adding JSBSim directory ("/jsbsim/build/src") but this doesnt solve the problem. Thanks for your help.

Jaeyoung-Lim commented 2 years ago

@pbecchi Can you confirm that you have installed jsbsim?

pbecchi commented 2 years ago

Yes, It has been built and tested using the line command. Initially I thought that "not found" was due to $PATH , but now the jsbsim directory has been added to it ..... The message is still there. Thanks

pbecchi commented 2 years ago

I have found that jsbsim was not correctly installed. Now px4-sitl build succesfully! Thanks

Jaeyoung-Lim commented 2 years ago

@pbecchi Thanks for the update!