rtui 是 ROS 终端用户界面
注意事项
更改软件包名称是因为 rtui 已被其他软件包使用。
如果您已经安装了 rtui,请卸载它并安装 rtui-app。
pipx install rtui-app
pip3 install --user rtui-app
rtui-app Demo
Usage: rtui [OPTIONS] COMMAND [ARGS]...
Terminal User Interface for ROS User
Options:
--help Show this message and exit.
Commands:
action Inspect ROS actions
node Inspect ROS nodes (default)
service Inspect ROS services
topic Inspect ROS topics
type Inspect ROS types
node/topic/service/action/type
get a list of nodes, topics, or etc.
get an information about specific node, topic, or etc.
mouse operation
click link of a node, a topic, or etc.
keyboard operation
b/f: Trace history backward and forward
r: Once more get list of nodes, topics or etc.
q: Terminate app