Home

Awesome

rosinterface_handler

Package Summary

A unified parameter handler for nodes with automatic code generation. Save time on defining your parameters, publishers and subscribers. No more redundant code. Easy error checking. Make them dynamic with a single flag.

Unified Interface Handling for ROS

When working with ROS, there usually a lot unneccessary and error-prone boilerplate code involved when writing new nodes. There are also a couple of tools to to be handled correctly, e.g. Parameter Server and dynamic_reconfigure.

With the multitude of options on where to specify your parameters and how to configure your publishers and subscribers, we often face the problem that we get a redundancy in our code and config files.

The rosinterface_handler let's you:

Usage

See the Tutorials on

Installation

Download and build this package in your catkin workspace.

Credits

This project is built upon a fork from the great rosparam_handler.