Skip to content

Roboskel-Manipulation/kalman_filter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kalman_filter_pkg

Build Status

Description

A ROS package with an implemented kalman filter, using the OpenCV KalmanFilter class.
The main node accepts geometry_msgs/PointStamped points and it applies a Kalman filter. The filtered points are published to the topic /kalman_points.

Parameters

  • variable_timestamp: True if the prediction is based on the timestamp of the messages (default: False)
  • frequency: Used in the prediction only if variable_timestamp is set to False. (default: 30 => visual sensor's frequency)
  • Rx, Ry, Rz: Noise covariance matrix
  • Q: Process covariance matrix

Run

  • Run roslaunch kalman_filter kalman.launch

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published