Robotics StackExchange | Archived questions

how to use gazebo to make px4 simulation?

Hi, everyone. I'm really a newbie in learning gazebo and I want to make px4 simulation by gazebo simulator. But I'm quite confused about help documents on official website.

For now, I've installed gazebo6.5 on my Ubuntu 14.04 LTS, and ROS Indigo. Which part should I begin from? Should I learn How to

Great thanks to everyone!

Asked by MIchael9792 on 2016-03-09 09:27:51 UTC

Comments

Answers

Welcome to the bewildering world of gazebo + px4...

The only thing I've found useful is:

http://dev.px4.io/simulation-gazebo.html

If you are starting off, like me, I would just use a straight up installation and stay away from ROS for the time being, if your interests are in vehicle dynamics and the simulation aspect... Save ROS for higher level autonomous navigation and avoidance tasks...

I was able to install and Gazebo 7 and px4 on Ubuntu Studio 16.4 LTS (I used Ubunto Studio becuase I also have a nVidia GTX 1060 that can be finicky w/ straight up Ubuntu 16.4) and build and run the simple sim with:

make posix_sitl_default gazebo

as instructed in dev.px4.io. The rests is trying to figure out how everything is tied together.

Good luck. J

Asked by Jhsieh on 2016-11-10 14:26:19 UTC

Comments