Only released in EOL distros:
tuw_marker_filter: tuw_marker_noise | tuw_marker_server | tuw_marker_slam
Package Summary
Documented
The tuw_marker_server package contains a map server for saving and providing marker maps based on MarkerWithCovarianceArray messages from the marker_msgs package.
- Maintainer status: developed
- Maintainer: Markus Bader <markus.bader AT tuwien.ac DOT at>
- Author: Markus Macsek
- License: BSD
- Source: git https://github.com/tuw-robotics/tuw_marker_filter.git (branch: kinetic)
Contents
Nodes
tuw_marker_saver
This Python ROS node saves marker maps to disk using YAML files. A marker map consists of several marker poses augmented with their uncertainty indicated by covariance matrices. Additionally each marker offers multiple possible IDs and their probabilities.
Usage
rosrun tuw_marker_server tuw_marker_saver.py
Subscribed Topics
map (marker_msgs/MarkerWithCovarianceArray)- Explored markers will be retrieved via this latched topic.
Parameters
mapfile (string, default: "map.yaml")- YAML file to store the received marker map.
Example
roslaunch tuw_marker_server saver.launch
tuw_marker_server
tuw_marker_server reads a YAML file including a marker map from disk and periodically publishes it. The provided map is composed of the found marker poses with their covariance matrices and the markers' possible IDs supplemented with their probabilities.
Usage
rosrun tuw_marker_server tuw_marker_server.py
Published Topics
map (marker_msgs/MarkerWithCovarianceArray)- Receive the marker map via this latched topic.
Parameters
mapfile (string)- YAML file containing the marker map.
- Name of frame inserted into the header of published map.
Example
roslaunch tuw_marker_server server.launch