Skip to content

carlosmccosta/rviz_plugin_covariance

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rviz plugin to display pose covariance

This repository provides rviz plugin to display pose covariance information using an ellipsoid and a cone.

The plugin currently supports geometry_msgs/PoseWithCovariance, geometry_msgs/PoseWithCovarianceStamped and nav_msgs/Odometry. This work is based on [this discussion] discussion and on this tutorial tutorial.

This package requires at least ROS Fuerte

Getting started with rviz_plugin_covariance

ROS Fuerte

(instructions here)

ROS Hydro

To build this plugin:

Checkout the hydro branch into a catkin workspace and run catkin_make

To test this plugin:

roscore
rosrun rviz rviz
rosrun rviz_plugin_covariance send_test_msgs.py

Add new rviz display of type PoseWithCovariance

Select the /test_covariance topic

TO DO

- [ ] write instructions for ROS Fuerte - [ ] check if ROS Groovy is supported - [ ] migrate `nav_msgs/Odometry` display to ROS Hydro - [ ] add code improvements seen in ROS Hydro to older versions

About

Rviz plug-in displaying geometry_msgs/PoseWithCovarianceStamped messages.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 88.9%
  • CMake 5.6%
  • Python 5.5%