-
Notifications
You must be signed in to change notification settings - Fork 810
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mavlink connection does not start for custom quadrotor #783
Comments
@Y-Grigoriy Did you modify the copied over |
@Jaeyoung-Lim |
@Y-Grigoriy In fact it does: you can see that gzserver has started successfully
What you can do is try running the following command for gazebo be more explicit about the failures
|
@Jaeyoung-Lim, in my initial message I mentioned, that gazebo server did not start and I launched it in additional terminal. Nevertheless, you helped me. I checked launching with VERBOSE_SIM=1 and found that gazebo server did not launch due to |
I prepared new model of quadrotor in Gazebo following to the next steps:
PX4-Autopilot/platforms/posix/cmake/sitl_target.cmake
set(models none iris iris_opt_flow ... rover hippocampus <newmodel name>)
ROMFS/px4fmu_common/init.d-posix
(based off the iris files), give it a number (10019) and name it 10019_my_vehiclePX4-Autopilot/ROMFS/px4fmu_common/init.d-posix/airframes/CMakeLists.txt
References:
PX4/PX4-Devguide#398
https://discuss.px4.io/t/create-custom-model-for-sitl/6700/16
However, gazebo server was not launched automatically after command:
make px4_sitl gazebo_my_vehicle
I started gzserver in additional terminal and model was shown in Gazebo environment, however the Mavlink connection was not established:
Could you help me?
The text was updated successfully, but these errors were encountered: