Skip to content

ishaanbhimwal/ros2tree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ros2tree

ROS 2 CLI tool to view node/topic tree, inspired by the tree command. Tested on ROS Humble on Ubuntu 22.04.

Setup

cd ~/ros2_ws/src
git clone https://github.com/ishaanbhimwal/ros2tree.git
cd ~/ros2_ws
colcon build --packages-select ros2tree
source install/setup.bash

Usage

ros2 tree nodes
# or
ros2 tree topics

Examples

ros2 tree nodes -p -P -c # view nodes, show pkg, show PID, colorize output

node

ros2 tree topics -c -m # view topics, colorize output, show msg type

topic

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages