-
Notifications
You must be signed in to change notification settings - Fork 993
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
Question about topic mavros/imu/atm_pressure #608
Comments
a. What firmware (flight stack) are used? PX4 / APM? APM copter (which)? |
a. I use PX4 Flight stack b. I tried, and results is like this.
c. Now, for checking pressure information, I just run mavros node. That is,
d. I enter like "rosrun mavros mavsys rate --all 10", but nothing's changed... e. I don't know.. I usually download mavros package using git clone and catkin_make, but the instruction is not same. So I don't know how I can install mavros package using this method. And ROS version is indigo / OS version is Ubuntu 14.04 Thanks. |
I do not see any problem in diag & log. To run better to use d. Perhaps only work on APM. Atmospheric pressure is a part of HIGHRES_IMU message, and i see log message about it's detection. e. Indigo too outdated, but current mavros still may work on it. Use What error give wstool? |
@JM-SNU Can you connect to QGroundControl and look at the highres IMU message? @vooon PX4 implements the altitude message: |
@LorenzMeier and it is supported by altitude plugin :) |
@vooon I tried using "roslaunch mavros px4.launch fcu_url:=/dev/ttyUSB0:921600" but results are same.. air pressure value is still zero. d. OK. And How can I check firmware side? I already tried to calibrate sensor, set parameter or upload firmware, etc.. but it doesn't work.. I'm curious that other IMU topics (mavros/imu/data, mavros/imu/mag,...) are obtained correctly, but the only mavros/imu/atm_pressure data is not available.. e. As I remember, error is about "2016.9.9 version check". @LorenzMeier I tried analyzing data using qgroundcontrol. Then, other IMU values are obtained correctly. (e.g. x/y/z acc/gyro/mag) However, abs_pressure is still zero. I think it is problem with firmware from the qgroundcontrol... |
e. Try to remove Then try installation instructions again. |
Anyway for what do you want pressure data? |
@vooon Thanks, I will try to install mavros following your advice. |
Hi, I was having the same problem, that after updating the firmaware of pixhawk to 1.4.4, it stopped publishing atm pressure, for now I went back to 1.3 version to get the pressure data again. Let me know if you find the solution. |
Hello, all.
I have some problems with obtaining pressure information from pixhawk.
I use qgroundcontrol software to set "pixhawk", and receive sensor data (e.g. gyro, acc, baro, ... ) using "mavros" package in ROS.
When I use 2.7.1 version, I can receive air pressure value from pixhawk (ROS topic is mavros/imu/atm_pressure).
However, after updating firmware and setting pixhawk using 3.0.1 version, the air pressure value is always zero.
That means, I can subscribe topic about air pressure but cannot receive correct pressure data.
I'm not sure, but I think it is problem with version of qgroundcontrol. (or parameter setting in updated version) or mavros package (other topics like mavros/imu/data, mavros/imu/mag are obtained correctly)
And, I tried to install updated mavros package, but I cannot install correctly, so now I use old version of mavros package (maybe I installed it on April, 2016)
If you think it is problem with mavros package (like version,..) , let me know how I can handle this problem.
( And if it is problem with qgroundcontrol, maybe I should ask them it)
Thank you.
The text was updated successfully, but these errors were encountered: