Giter VIP home page Giter VIP logo

Comments (10)

plushpluto avatar plushpluto commented on May 28, 2024 2

Multiple people have raised multiple issues regarding this, which is causing some important changes to be made. They are making some changes in their end on the ROS repo. That's why the delay along with some delays due to my paper submission. At the moment, I am following the recent repos https://github.com/MichaelHannalla/airsim_ros_bridge and https://github.com/microsoft/AirSim/tree/master/ros/src/airsim_ros_pkgs for updates. Please look out for changes in microsoft/AirSim#2743 microsoft/AirSim#2369 microsoft/AirSim#2396. Meanwhile, I'll try and keep things updated as well.

from xtdrone.

robin-shaun avatar robin-shaun commented on May 28, 2024

sure, but if using vio, you need to modify vio configuration for imu

from xtdrone.

plushpluto avatar plushpluto commented on May 28, 2024

Oh!! Can you pls guide me?

This is what i tried:: :)

imu_topic: "/mavros/imu/data"
estimate_extrinsic: 1

from xtdrone.

running-mars avatar running-mars commented on May 28, 2024

emm, did you mean that you need imu data from AirSim? Or imu data from Gazebo through MAVROS?

from xtdrone.

running-mars avatar running-mars commented on May 28, 2024

If you just want to get imu data through AirSim, you may refer to this code:
hello_drone.py
There are some lines in the code above as follows about imu:

import setup_path 
import airsim
client = airsim.MultirotorClient()
imu_data = client.getImuData()

from xtdrone.

running-mars avatar running-mars commented on May 28, 2024

If you need the imu data from MAVROS, you may have to get the IMU data using AirSim's API and do some data processing and transfer them using MAVROS.

from xtdrone.

running-mars avatar running-mars commented on May 28, 2024

Besides, you also raise an issue here:
AirSim

from xtdrone.

plushpluto avatar plushpluto commented on May 28, 2024

I would like to try both. At the moment, ROS/Gazebo seems to work. For some reason, Airsim is not completely trustable yet (but looks good though). Anyways, thanks. As you said, I will try and get the IMU from Airsim and transfer them using MAVROS.

from xtdrone.

running-mars avatar running-mars commented on May 28, 2024

After you successfully complete, welcome to share your experience here with everyone!

from xtdrone.

plushpluto avatar plushpluto commented on May 28, 2024

Sure. I have already raised an issue with Airsim group and working with them. Will let you know how it goes. ;)

from xtdrone.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.