ROS2 Monitor is a Terminal User Interface (TUI) tool for monitoring ROS2 topics, inspired by Apollo's Cyber Monitor and implemented with reference to rqt_topic. It provides a lightweight and efficient way to monitor ROS2 topics directly in your terminal.
- Terminal-based user interface for monitoring ROS2 topics
- Real-time topic data visualization
- Easy to use keyboard navigation
- Support for all ROS2 message types
# Clone the repository
git clone https://github.com/Manchey/ros2monitor.git
# Navigate to the workspace
cd ros2monitor
# Build the package
colcon build
# Source the workspace
source install/setup.bash# Run the monitor
ros2 run ros2monitor ros2monitorThis project is licensed under the Apache License 2.0 - see the LICENSE file for details.
ROS2 Monitor 是一个终端用户界面(TUI)工具,用于监控ROS2话题。该工具的灵感来自Apollo的Cyber Monitor,参考了rqt_topic的实现方式。它提供了一种轻量级且高效的方式,直接在终端中监控ROS2话题。
- 基于终端的用户界面,用于监控ROS2话题
- 实时话题数据可视化
- 简单的键盘导航
- 支持所有ROS2消息类型
# 克隆仓库
git clone https://github.com/Manchey/ros2monitor.git
# 进入工作空间
cd ros2monitor
# 构建包
colcon build
# 加载环境
source install/setup.bash# 运行监控工具
ros2 run ros2monitor ros2monitor本项目采用Apache License 2.0许可证 - 详情请参见LICENSE文件。

