Skip to content

MohitShridhar/namespace_mux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ROS Topic Namespace Multiplexer

The existing topic-tools mux only allows you to route multiple incoming topics into one outgoing topic. But this package allows you to both demultiplex many-to-one connections and multiplex one-to-many connections.

many to one

one to many

This is useful during instances when you want to control multiple robots using Rviz (see multi_map_navigation).

Dependencies & Prerequisites

ROS Hydro, Catkin: topic_tools, tf (see package.xml)

Installation

Clone Repo:

$ cd <catkin_ws>/src
$ git clone https://github.com/MohitShridhar/namespace_mux.git

Resolve dependencies (in Ubuntu) & Compile:

$ cd <catkin_ws>
$ rosdep install --from-paths src --ignore-src --rosdistro hydro -y
$ catkin_make --pkg namespace_mux

Guide

See wiki for more details.

About

ROS Topic namespace - Dynamic Multiplexer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages