ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

balduros's profile - activity

2023-04-02 13:39:40 -0500 received badge  Famous Question (source)
2023-04-02 13:39:40 -0500 received badge  Notable Question (source)
2023-04-02 13:39:40 -0500 received badge  Popular Question (source)
2022-06-08 06:41:16 -0500 received badge  Student (source)
2021-05-18 03:28:33 -0500 received badge  Famous Question (source)
2021-05-18 03:28:33 -0500 received badge  Notable Question (source)
2019-09-11 03:54:38 -0500 received badge  Popular Question (source)
2019-08-26 04:54:38 -0500 commented question Problems using an overlayed ROS package

@mgruhler thx for confirming the issue! I was in doubt if there was something wrong with the way I have set things up, b

2019-08-24 05:05:29 -0500 commented question Problems using an overlayed ROS package

@mgruhler please find a minimal project to reproduce the issue here: https://github.com/abaldur/reproduce_overlay_issue

2019-08-21 02:12:32 -0500 commented question Problems using an overlayed ROS package

Thx for the comment. I noticed something weird. Usually, I use symbolic links to the ROS packages that I want to build i

2019-08-20 09:40:24 -0500 asked a question Problems using an overlayed ROS package

Problems using an overlayed ROS package Hi I'm having some problems with using an overlayed ROS package. I have the fo

2016-06-28 15:08:27 -0500 received badge  Enthusiast
2016-06-27 02:06:38 -0500 asked a question Topic for SCALED_PRESSURE2

Hi all

I'm working on a project involving a pixhawk running ArduSub. The pixhawk is serially connected to an Odroid running mavros. Beside from the pixhawk's internal barometer, it is equipped with an external barometer used for measuring water depth. From QGC MAVLink Inspector I can see the two sensor values as SCALED_PRESSURE (internal barometer) and SCALED_PRESSURE2 (external barometer).

My question is: Is there a mavros topic I can subscribe in order to get access to the external barometer pressure values (SCALED_PRESSURE2). Running: $ rostopic echo /mavros/imu/atm_pressure/fluid_pressure will provide me with the internal barometer pressure values (SCALED_PRESSURE).

Best Regards, Andreas

2016-05-14 12:22:57 -0500 received badge  Taxonomist
2016-03-28 09:43:39 -0500 received badge  Famous Question (source)
2016-03-23 10:06:39 -0500 received badge  Notable Question (source)
2016-03-23 02:03:03 -0500 received badge  Scholar (source)
2016-03-23 02:03:00 -0500 received badge  Supporter (source)
2016-03-22 18:54:03 -0500 received badge  Popular Question (source)
2016-03-22 09:00:57 -0500 asked a question ROS running on Raspberry PI 3

Hi,

I'm new to both ROS and Raspberry PI and need some good advice.

The software I want to run, has originally been written for the Raspberry PI 2.

Do you know if I will be able to run some ROS software written for RPi2 directly on the RPi3?

Specifically, I'm talking about http://wiki.ros.org/Robots/BlueROV .

Thanks and regards, Andreas