Skip to content
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

raw_imu topic cannot be plotted #6

Open
vmayoral opened this issue Jun 25, 2014 · 2 comments
Open

raw_imu topic cannot be plotted #6

vmayoral opened this issue Jun 25, 2014 · 2 comments

Comments

@vmayoral
Copy link

Hi,

As pointed out here /raw_imu topic values cannot be plotted. Any idea why?

Bests

@cberzan
Copy link
Owner

cberzan commented Jun 25, 2014

I think it's because the data is too raw to be plotted ;)

The raw_imu message uses integer fields (https://github.com/cberzan/roscopter/blob/master/msg/Mavlink_RAW_IMU.msg). Maybe rqt_plot doesn't know what to do with those. (Notice that attitude uses float fields.)

Try echoing the raw_imu channel to stdout, and paste some output here.

@drews256
Copy link

can you run theimu_transform_publish.py script. It pulls the /raw_imu data and switches the coordinate frame to something more ROS friendly and republishes the data as a sensor_msgs/Imu topic type. I don't have mine with me at the moment to see if it will plot in rqt but I will update when I get a chance to try it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants