Skip to main content

ros2inspector viz

Generate a self-contained interactive Cytoscape.js HTML graph. The visualization asset is bundled with the package, so the generated file works offline.

Usage

ros2inspector viz [-C PATH] [OPTIONS]

Options

OptionDefaultDescription
-C, --path.Workspace root
--output, -oros2inspector_graph.htmlOutput HTML file
--open / --no-open--openOpen the result in the default browser
--no-cachefalseRe-parse source

Examples

ros2inspector viz
ros2inspector viz -C ~/robot_ws -o architecture.html
ros2inspector viz --no-open