YUNEEC / Yuneec-SDK-iOS-Example

This is a proof-of-concept iOS app built on the of the Yuneec SDK.
BSD 3-Clause "New" or "Revised" License
7 stars 6 forks source link

PX4 Simulation Failing to Run #1

Closed f2m2rd closed 7 years ago

f2m2rd commented 7 years ago

Hi @julianoes,

When running ./typhoon_sitl.bash, I'm getting a bunch of Library not Loaded error messages that links to /Users/julianoes/src/Firmware/.

i.e.

[Err] [Plugin.hh:165] Failed to load plugin ./build_gazebo/librotors_gazebo_gimbal_controller_plugin.dylib: dlopen(./build_gazebo/librotors_gazebo_gimbal_controller_plugin.dylib, 9): Library not loaded: /Users/julianoes/src/Firmware/build_posix_sitl_ekf2/build_gazebo/libmav_msgs.dylib Referenced from: /Users/Desktop/Yuneec-SITL-Simulation-macOS/build_gazebo/librotors_gazebo_gimbal_controller_plugin.dylib Reason: image not found

julianoes commented 7 years ago

Thanks @f2m2rd. Looks like you need to create a username with my name :smile:. No, jokes aside, I'll check if I can get rid of these absolute paths.

julianoes commented 7 years ago

I've uploaded a new zip for SITL on Mac. Please give it a try. The issue is fixed on my machine...

f2m2rd commented 7 years ago

Thanks @julianoes, we're up and running!

julianoes commented 7 years ago

Yeah, thanks for the feedback.