Skip to content

WingBot/ros-semantic-map

 
 

Repository files navigation

Plugins Related to ROS TF Frames

Overview

Author(s): Ralf Kaestner
Affiliation: Autonomous Systems Lab, ETH Zurich

Content

This project contains the follwing GUI plugins which may be useful when working with ROS TF frames:

Static TF Plugin for rqt

Static TF Plugin for rqt

TF Marker for rviz

TF Marker for rviz

Installation

Dependencies

  • tf2

    sudo apt-get install ros-indigo-tf2-ros ros-indigo-tf2-geometry-msgs
    
  • rqt

    sudo apt-get install ros-indigo-rqt
    
  • rviz

    sudo apt-get install ros-indigo-rviz
    

Building

Create a symlink in your catkin source folder, e.g.:

ln -s ~/git/ros-tf-plugins ~/catkin_ws/src

If you just need certain componenets of the GUI:

ln -s ~/git/ros-tf-plugins/name_of_the_component ~/catkin_ws/src

Usage

Static TF Plugin for rqt

To launch the standalone rqt plugin, run

rosrun rqt_static_tf rqt_static_tf

To launch the rqt GUI without a perspective, run

rqt --force-discover

This will discover all plugins, which can then be loaded manually.

To delete the default configuration files (in case of problems):

rqt --clear-config

TF Marker for rviz

To launch rviz and discover the plugin, run

rosrun rviz rviz

Bugs & Feature Requests

Please report bugs and feature requests on the Issue Tracker.

About

A C++ implementation for using semantic maps in ROS.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 98.2%
  • CMake 1.8%