-
Notifications
You must be signed in to change notification settings - Fork 89
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
How to use ardupilot_gazebo with ROS #20
Comments
If you are aftering just control simulation then you don't need Gazebo-ROS connection at all. However, if you need sensor topic in ROS such as Camera, Lidar etc(No IMU or GPS, this can be acquired from MAVROS) then it is different story, you should use Gazebo-ROS package. Refer official Gazebo Guide regarding this, |
Good Day,
Also I was trying to set up GAZEBO-Ardupilot. Unfortunately, I am getting an error in 'make -j4' step. I tried both khancyr and yours(SwiftGust). I have Gazebo 9 is that an issue? As per this statement from your wiki "ArduPilot setup for SITL launch Gazebo version 7.x or 8.x The gazebo9 branch will works on gazebo >= 9.x" |
Please find the error while running "make -j4". Do you have info as to why this error is occurring ? anish@studienarbeit:~/ardupilot_gazebo/build$ make -j4 |
Are you using Gazebo 9? |
Hai,
first of all Awesome work!
I have a doubt, here we are opening ardupilot_gazebo plugin without ROS. Can we actually open ardupilot_gazebo inside ROS so that I can run my autonomous control ros node and see the simulation ?
Thanks in advance!
The text was updated successfully, but these errors were encountered: