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

Filtering transform over time

asked 2012-03-07 13:01:19 -0500

ravenII gravatar image

updated 2012-03-07 13:02:03 -0500

I am using ar_kinect and I'm getting some noise in the orientation. Since my camera motion is relatively slow I wanted to filter the transforms over time. I have designed an FIR filter. I was wondering what is the best way of filtering the transformations.

I was not sure if filtering quaternions would make any sense. Should I convert to RPY and apply the filter?

edit retag flag offensive close merge delete

2 Answers

Sort by ยป oldest newest most voted
2

answered 2012-03-08 15:37:34 -0500

tfoote gravatar image

You should filter on the quaternions. Their main value is that they don't have singularities and can be cleanly interpolated, which are important if you want to filter.

edit flag offensive delete link more
0

answered 2015-04-09 20:00:06 -0500

msieber gravatar image

Very Old, sorry. but is there a filter for that purpose?

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2012-03-07 13:01:19 -0500

Seen: 603 times

Last updated: Apr 09 '15