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

How do I visualize acceleration?

asked 2011-03-10 22:19:49 -0500

updated 2011-03-18 14:08:08 -0500

tfoote gravatar image

I need to create a visualization for IMU sensor (acceleration in my case). I wanted to create a plug-in or some visualization that allows to see the acceleration as a time plot for each axis, displayed in a separate windows, as the camera display.

edit retag flag offensive close merge delete

3 Answers

Sort by ยป oldest newest most voted
-2

answered 2011-03-18 02:03:56 -0500

I need to create a visualization for IMU sensor (acceleration in my case). I wanted to create a plug-in or some visualization that allows to see the acceleration as a time plot for each axis, displayed in a separate windows, as the camera display.

Any idea on how to accomplish this?

edit flag offensive delete link more

Comments

The easiest option is using `rxplot` to display the acceleration.
joq gravatar image joq  ( 2011-03-18 03:15:43 -0500 )edit
Didn't know this application, this works for the time being.
Javier gravatar image Javier  ( 2011-03-18 05:19:34 -0500 )edit
1

answered 2011-03-18 04:38:43 -0500

As joq says: Use rxplot. Using kinect_aux to send out the kinect imu data on /imu you can plot the values by:

rxplot /imu/linear_acceleration/x /imu/linear_acceleration/y /imu/linear_acceleration/z
edit flag offensive delete link more
1

answered 2011-03-11 02:54:06 -0500

joq gravatar image

updated 2011-03-11 02:55:04 -0500

Before writing a plugin, try some of the built-in Marker options, such as view-oriented text.

edit flag offensive delete link more

Comments

I've already used that, but now I need to display a new type of data, and it would be really nice if I could create a custom way to display it.
Javier gravatar image Javier  ( 2011-03-13 22:54:23 -0500 )edit

Question Tools

Stats

Asked: 2011-03-10 22:19:49 -0500

Seen: 1,941 times

Last updated: Mar 18 '11