No version for distro humble showing jazzy. Known supported distros are highlighted in the buttons above.
Package symbol

ros2_helper package from ros2_helper repo

ros2_helper

ROS Distro
jazzy

Package Summary

Version 0.1.3
License Apache-2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/codevilot/ros2-helper.git
VCS Type git
VCS Version main
Last Updated 2026-07-16
Dev Status MAINTAINED
Released RELEASED
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

Terminal-first helper tools for ROS 2

Additional Links

Maintainers

  • Namheon Baek

Authors

No additional authors.

ros2-helper

Terminal-first helper tools for ROS 2.

ros2 topic graphic /scan
ros2 topic graphic /camera/image_raw --fps 10
ros2 topic graphic /joint_states

The ros2_helper package ships graphic, a terminal viewer for common sensor topics. The ROS 2 CLI plugin is intentionally thin and delegates rendering to the C++ executable ros2-helper-graphic.

Supported Graphic Topics

  • sensor_msgs/msg/Image
  • sensor_msgs/msg/CompressedImage
  • sensor_msgs/msg/LaserScan
  • sensor_msgs/msg/JointState

Install

Official ROS Packages

After this package is released through the ROS build farm for Jazzy:

sudo apt update
sudo apt install ros-jazzy-ros2-helper
source /opt/ros/jazzy/setup.bash

The apt package name follows the official ROS convention: ros-$ROS_DISTRO-ros2-helper.

From Source

Until the ROS build farm release is available, build from a ROS 2 workspace:

source /opt/ros/$ROS_DISTRO/setup.bash
colcon build --packages-select ros2_helper
source install/setup.bash

If this package is not in a workspace yet:

mkdir -p ~/ros2_ws/src
cd ~/ros2_ws/src
git clone https://github.com/codevilot/ros2-helper.git
cd ~/ros2_ws
source /opt/ros/$ROS_DISTRO/setup.bash
colcon build --packages-select ros2_helper
source install/setup.bash

Reproducible Docker Environment

Docker is for reproducible development, testing, and demos. It does not replace the official ROS APT installation path; production and user installation should use sudo apt install ros-jazzy-ros2-helper once the package is released.

Build the Jazzy source-build image:

docker build -f docker/Dockerfile.jazzy -t ros2-helper:jazzy .

Run an interactive container:

docker run --rm -it ros2-helper:jazzy

Run a focused graphic demo:

docker run --rm -it ros2-helper:jazzy ros2 topic graphic /scan --fps 10

Run the interactive helper shell:

docker run --rm -it ros2-helper:jazzy ros2 tui

Open the helper shell directly on the node page:

docker run --rm -it ros2-helper:jazzy ros2 tui node

For an automatic smoke test:

docker run --rm ros2-helper:jazzy timeout 8 ros2 topic graphic /scan --fps 10

File truncated at 100 lines see the full file

CHANGELOG
No CHANGELOG found.

Dependant Packages

No known dependants.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged ros2_helper at Robotics Stack Exchange

Package symbol

ros2_helper package from ros2_helper repo

ros2_helper

ROS Distro
jazzy

Package Summary

Version 0.1.3
License Apache-2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/codevilot/ros2-helper.git
VCS Type git
VCS Version main
Last Updated 2026-07-16
Dev Status MAINTAINED
Released RELEASED
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

Terminal-first helper tools for ROS 2

Additional Links

Maintainers

  • Namheon Baek

Authors

No additional authors.

ros2-helper

Terminal-first helper tools for ROS 2.

ros2 topic graphic /scan
ros2 topic graphic /camera/image_raw --fps 10
ros2 topic graphic /joint_states

The ros2_helper package ships graphic, a terminal viewer for common sensor topics. The ROS 2 CLI plugin is intentionally thin and delegates rendering to the C++ executable ros2-helper-graphic.

Supported Graphic Topics

  • sensor_msgs/msg/Image
  • sensor_msgs/msg/CompressedImage
  • sensor_msgs/msg/LaserScan
  • sensor_msgs/msg/JointState

Install

Official ROS Packages

After this package is released through the ROS build farm for Jazzy:

sudo apt update
sudo apt install ros-jazzy-ros2-helper
source /opt/ros/jazzy/setup.bash

The apt package name follows the official ROS convention: ros-$ROS_DISTRO-ros2-helper.

From Source

Until the ROS build farm release is available, build from a ROS 2 workspace:

source /opt/ros/$ROS_DISTRO/setup.bash
colcon build --packages-select ros2_helper
source install/setup.bash

If this package is not in a workspace yet:

mkdir -p ~/ros2_ws/src
cd ~/ros2_ws/src
git clone https://github.com/codevilot/ros2-helper.git
cd ~/ros2_ws
source /opt/ros/$ROS_DISTRO/setup.bash
colcon build --packages-select ros2_helper
source install/setup.bash

Reproducible Docker Environment

Docker is for reproducible development, testing, and demos. It does not replace the official ROS APT installation path; production and user installation should use sudo apt install ros-jazzy-ros2-helper once the package is released.

Build the Jazzy source-build image:

docker build -f docker/Dockerfile.jazzy -t ros2-helper:jazzy .

Run an interactive container:

docker run --rm -it ros2-helper:jazzy

Run a focused graphic demo:

docker run --rm -it ros2-helper:jazzy ros2 topic graphic /scan --fps 10

Run the interactive helper shell:

docker run --rm -it ros2-helper:jazzy ros2 tui

Open the helper shell directly on the node page:

docker run --rm -it ros2-helper:jazzy ros2 tui node

For an automatic smoke test:

docker run --rm ros2-helper:jazzy timeout 8 ros2 topic graphic /scan --fps 10

File truncated at 100 lines see the full file

CHANGELOG
No CHANGELOG found.

Dependant Packages

No known dependants.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged ros2_helper at Robotics Stack Exchange

No version for distro kilted showing jazzy. Known supported distros are highlighted in the buttons above.
Package symbol

ros2_helper package from ros2_helper repo

ros2_helper

ROS Distro
jazzy

Package Summary

Version 0.1.3
License Apache-2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/codevilot/ros2-helper.git
VCS Type git
VCS Version main
Last Updated 2026-07-16
Dev Status MAINTAINED
Released RELEASED
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

Terminal-first helper tools for ROS 2

Additional Links

Maintainers

  • Namheon Baek

Authors

No additional authors.

ros2-helper

Terminal-first helper tools for ROS 2.

ros2 topic graphic /scan
ros2 topic graphic /camera/image_raw --fps 10
ros2 topic graphic /joint_states

The ros2_helper package ships graphic, a terminal viewer for common sensor topics. The ROS 2 CLI plugin is intentionally thin and delegates rendering to the C++ executable ros2-helper-graphic.

Supported Graphic Topics

  • sensor_msgs/msg/Image
  • sensor_msgs/msg/CompressedImage
  • sensor_msgs/msg/LaserScan
  • sensor_msgs/msg/JointState

Install

Official ROS Packages

After this package is released through the ROS build farm for Jazzy:

sudo apt update
sudo apt install ros-jazzy-ros2-helper
source /opt/ros/jazzy/setup.bash

The apt package name follows the official ROS convention: ros-$ROS_DISTRO-ros2-helper.

From Source

Until the ROS build farm release is available, build from a ROS 2 workspace:

source /opt/ros/$ROS_DISTRO/setup.bash
colcon build --packages-select ros2_helper
source install/setup.bash

If this package is not in a workspace yet:

mkdir -p ~/ros2_ws/src
cd ~/ros2_ws/src
git clone https://github.com/codevilot/ros2-helper.git
cd ~/ros2_ws
source /opt/ros/$ROS_DISTRO/setup.bash
colcon build --packages-select ros2_helper
source install/setup.bash

Reproducible Docker Environment

Docker is for reproducible development, testing, and demos. It does not replace the official ROS APT installation path; production and user installation should use sudo apt install ros-jazzy-ros2-helper once the package is released.

Build the Jazzy source-build image:

docker build -f docker/Dockerfile.jazzy -t ros2-helper:jazzy .

Run an interactive container:

docker run --rm -it ros2-helper:jazzy

Run a focused graphic demo:

docker run --rm -it ros2-helper:jazzy ros2 topic graphic /scan --fps 10

Run the interactive helper shell:

docker run --rm -it ros2-helper:jazzy ros2 tui

Open the helper shell directly on the node page:

docker run --rm -it ros2-helper:jazzy ros2 tui node

For an automatic smoke test:

docker run --rm ros2-helper:jazzy timeout 8 ros2 topic graphic /scan --fps 10

File truncated at 100 lines see the full file

CHANGELOG
No CHANGELOG found.

Dependant Packages

No known dependants.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged ros2_helper at Robotics Stack Exchange

No version for distro lyrical showing jazzy. Known supported distros are highlighted in the buttons above.
Package symbol

ros2_helper package from ros2_helper repo

ros2_helper

ROS Distro
jazzy

Package Summary

Version 0.1.3
License Apache-2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/codevilot/ros2-helper.git
VCS Type git
VCS Version main
Last Updated 2026-07-16
Dev Status MAINTAINED
Released RELEASED
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

Terminal-first helper tools for ROS 2

Additional Links

Maintainers

  • Namheon Baek

Authors

No additional authors.

ros2-helper

Terminal-first helper tools for ROS 2.

ros2 topic graphic /scan
ros2 topic graphic /camera/image_raw --fps 10
ros2 topic graphic /joint_states

The ros2_helper package ships graphic, a terminal viewer for common sensor topics. The ROS 2 CLI plugin is intentionally thin and delegates rendering to the C++ executable ros2-helper-graphic.

Supported Graphic Topics

  • sensor_msgs/msg/Image
  • sensor_msgs/msg/CompressedImage
  • sensor_msgs/msg/LaserScan
  • sensor_msgs/msg/JointState

Install

Official ROS Packages

After this package is released through the ROS build farm for Jazzy:

sudo apt update
sudo apt install ros-jazzy-ros2-helper
source /opt/ros/jazzy/setup.bash

The apt package name follows the official ROS convention: ros-$ROS_DISTRO-ros2-helper.

From Source

Until the ROS build farm release is available, build from a ROS 2 workspace:

source /opt/ros/$ROS_DISTRO/setup.bash
colcon build --packages-select ros2_helper
source install/setup.bash

If this package is not in a workspace yet:

mkdir -p ~/ros2_ws/src
cd ~/ros2_ws/src
git clone https://github.com/codevilot/ros2-helper.git
cd ~/ros2_ws
source /opt/ros/$ROS_DISTRO/setup.bash
colcon build --packages-select ros2_helper
source install/setup.bash

Reproducible Docker Environment

Docker is for reproducible development, testing, and demos. It does not replace the official ROS APT installation path; production and user installation should use sudo apt install ros-jazzy-ros2-helper once the package is released.

Build the Jazzy source-build image:

docker build -f docker/Dockerfile.jazzy -t ros2-helper:jazzy .

Run an interactive container:

docker run --rm -it ros2-helper:jazzy

Run a focused graphic demo:

docker run --rm -it ros2-helper:jazzy ros2 topic graphic /scan --fps 10

Run the interactive helper shell:

docker run --rm -it ros2-helper:jazzy ros2 tui

Open the helper shell directly on the node page:

docker run --rm -it ros2-helper:jazzy ros2 tui node

For an automatic smoke test:

docker run --rm ros2-helper:jazzy timeout 8 ros2 topic graphic /scan --fps 10

File truncated at 100 lines see the full file

CHANGELOG
No CHANGELOG found.

Dependant Packages

No known dependants.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged ros2_helper at Robotics Stack Exchange

No version for distro rolling showing jazzy. Known supported distros are highlighted in the buttons above.
Package symbol

ros2_helper package from ros2_helper repo

ros2_helper

ROS Distro
jazzy

Package Summary

Version 0.1.3
License Apache-2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/codevilot/ros2-helper.git
VCS Type git
VCS Version main
Last Updated 2026-07-16
Dev Status MAINTAINED
Released RELEASED
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

Terminal-first helper tools for ROS 2

Additional Links

Maintainers

  • Namheon Baek

Authors

No additional authors.

ros2-helper

Terminal-first helper tools for ROS 2.

ros2 topic graphic /scan
ros2 topic graphic /camera/image_raw --fps 10
ros2 topic graphic /joint_states

The ros2_helper package ships graphic, a terminal viewer for common sensor topics. The ROS 2 CLI plugin is intentionally thin and delegates rendering to the C++ executable ros2-helper-graphic.

Supported Graphic Topics

  • sensor_msgs/msg/Image
  • sensor_msgs/msg/CompressedImage
  • sensor_msgs/msg/LaserScan
  • sensor_msgs/msg/JointState

Install

Official ROS Packages

After this package is released through the ROS build farm for Jazzy:

sudo apt update
sudo apt install ros-jazzy-ros2-helper
source /opt/ros/jazzy/setup.bash

The apt package name follows the official ROS convention: ros-$ROS_DISTRO-ros2-helper.

From Source

Until the ROS build farm release is available, build from a ROS 2 workspace:

source /opt/ros/$ROS_DISTRO/setup.bash
colcon build --packages-select ros2_helper
source install/setup.bash

If this package is not in a workspace yet:

mkdir -p ~/ros2_ws/src
cd ~/ros2_ws/src
git clone https://github.com/codevilot/ros2-helper.git
cd ~/ros2_ws
source /opt/ros/$ROS_DISTRO/setup.bash
colcon build --packages-select ros2_helper
source install/setup.bash

Reproducible Docker Environment

Docker is for reproducible development, testing, and demos. It does not replace the official ROS APT installation path; production and user installation should use sudo apt install ros-jazzy-ros2-helper once the package is released.

Build the Jazzy source-build image:

docker build -f docker/Dockerfile.jazzy -t ros2-helper:jazzy .

Run an interactive container:

docker run --rm -it ros2-helper:jazzy

Run a focused graphic demo:

docker run --rm -it ros2-helper:jazzy ros2 topic graphic /scan --fps 10

Run the interactive helper shell:

docker run --rm -it ros2-helper:jazzy ros2 tui

Open the helper shell directly on the node page:

docker run --rm -it ros2-helper:jazzy ros2 tui node

For an automatic smoke test:

docker run --rm ros2-helper:jazzy timeout 8 ros2 topic graphic /scan --fps 10

File truncated at 100 lines see the full file

CHANGELOG
No CHANGELOG found.

Dependant Packages

No known dependants.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged ros2_helper at Robotics Stack Exchange

No version for distro ardent showing jazzy. Known supported distros are highlighted in the buttons above.
Package symbol

ros2_helper package from ros2_helper repo

ros2_helper

ROS Distro
jazzy

Package Summary

Version 0.1.3
License Apache-2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/codevilot/ros2-helper.git
VCS Type git
VCS Version main
Last Updated 2026-07-16
Dev Status MAINTAINED
Released RELEASED
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

Terminal-first helper tools for ROS 2

Additional Links

Maintainers

  • Namheon Baek

Authors

No additional authors.

ros2-helper

Terminal-first helper tools for ROS 2.

ros2 topic graphic /scan
ros2 topic graphic /camera/image_raw --fps 10
ros2 topic graphic /joint_states

The ros2_helper package ships graphic, a terminal viewer for common sensor topics. The ROS 2 CLI plugin is intentionally thin and delegates rendering to the C++ executable ros2-helper-graphic.

Supported Graphic Topics

  • sensor_msgs/msg/Image
  • sensor_msgs/msg/CompressedImage
  • sensor_msgs/msg/LaserScan
  • sensor_msgs/msg/JointState

Install

Official ROS Packages

After this package is released through the ROS build farm for Jazzy:

sudo apt update
sudo apt install ros-jazzy-ros2-helper
source /opt/ros/jazzy/setup.bash

The apt package name follows the official ROS convention: ros-$ROS_DISTRO-ros2-helper.

From Source

Until the ROS build farm release is available, build from a ROS 2 workspace:

source /opt/ros/$ROS_DISTRO/setup.bash
colcon build --packages-select ros2_helper
source install/setup.bash

If this package is not in a workspace yet:

mkdir -p ~/ros2_ws/src
cd ~/ros2_ws/src
git clone https://github.com/codevilot/ros2-helper.git
cd ~/ros2_ws
source /opt/ros/$ROS_DISTRO/setup.bash
colcon build --packages-select ros2_helper
source install/setup.bash

Reproducible Docker Environment

Docker is for reproducible development, testing, and demos. It does not replace the official ROS APT installation path; production and user installation should use sudo apt install ros-jazzy-ros2-helper once the package is released.

Build the Jazzy source-build image:

docker build -f docker/Dockerfile.jazzy -t ros2-helper:jazzy .

Run an interactive container:

docker run --rm -it ros2-helper:jazzy

Run a focused graphic demo:

docker run --rm -it ros2-helper:jazzy ros2 topic graphic /scan --fps 10

Run the interactive helper shell:

docker run --rm -it ros2-helper:jazzy ros2 tui

Open the helper shell directly on the node page:

docker run --rm -it ros2-helper:jazzy ros2 tui node

For an automatic smoke test:

docker run --rm ros2-helper:jazzy timeout 8 ros2 topic graphic /scan --fps 10

File truncated at 100 lines see the full file

CHANGELOG
No CHANGELOG found.

Dependant Packages

No known dependants.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged ros2_helper at Robotics Stack Exchange

No version for distro bouncy showing jazzy. Known supported distros are highlighted in the buttons above.
Package symbol

ros2_helper package from ros2_helper repo

ros2_helper

ROS Distro
jazzy

Package Summary

Version 0.1.3
License Apache-2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/codevilot/ros2-helper.git
VCS Type git
VCS Version main
Last Updated 2026-07-16
Dev Status MAINTAINED
Released RELEASED
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

Terminal-first helper tools for ROS 2

Additional Links

Maintainers

  • Namheon Baek

Authors

No additional authors.

ros2-helper

Terminal-first helper tools for ROS 2.

ros2 topic graphic /scan
ros2 topic graphic /camera/image_raw --fps 10
ros2 topic graphic /joint_states

The ros2_helper package ships graphic, a terminal viewer for common sensor topics. The ROS 2 CLI plugin is intentionally thin and delegates rendering to the C++ executable ros2-helper-graphic.

Supported Graphic Topics

  • sensor_msgs/msg/Image
  • sensor_msgs/msg/CompressedImage
  • sensor_msgs/msg/LaserScan
  • sensor_msgs/msg/JointState

Install

Official ROS Packages

After this package is released through the ROS build farm for Jazzy:

sudo apt update
sudo apt install ros-jazzy-ros2-helper
source /opt/ros/jazzy/setup.bash

The apt package name follows the official ROS convention: ros-$ROS_DISTRO-ros2-helper.

From Source

Until the ROS build farm release is available, build from a ROS 2 workspace:

source /opt/ros/$ROS_DISTRO/setup.bash
colcon build --packages-select ros2_helper
source install/setup.bash

If this package is not in a workspace yet:

mkdir -p ~/ros2_ws/src
cd ~/ros2_ws/src
git clone https://github.com/codevilot/ros2-helper.git
cd ~/ros2_ws
source /opt/ros/$ROS_DISTRO/setup.bash
colcon build --packages-select ros2_helper
source install/setup.bash

Reproducible Docker Environment

Docker is for reproducible development, testing, and demos. It does not replace the official ROS APT installation path; production and user installation should use sudo apt install ros-jazzy-ros2-helper once the package is released.

Build the Jazzy source-build image:

docker build -f docker/Dockerfile.jazzy -t ros2-helper:jazzy .

Run an interactive container:

docker run --rm -it ros2-helper:jazzy

Run a focused graphic demo:

docker run --rm -it ros2-helper:jazzy ros2 topic graphic /scan --fps 10

Run the interactive helper shell:

docker run --rm -it ros2-helper:jazzy ros2 tui

Open the helper shell directly on the node page:

docker run --rm -it ros2-helper:jazzy ros2 tui node

For an automatic smoke test:

docker run --rm ros2-helper:jazzy timeout 8 ros2 topic graphic /scan --fps 10

File truncated at 100 lines see the full file

CHANGELOG
No CHANGELOG found.

Dependant Packages

No known dependants.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged ros2_helper at Robotics Stack Exchange

No version for distro crystal showing jazzy. Known supported distros are highlighted in the buttons above.
Package symbol

ros2_helper package from ros2_helper repo

ros2_helper

ROS Distro
jazzy

Package Summary

Version 0.1.3
License Apache-2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/codevilot/ros2-helper.git
VCS Type git
VCS Version main
Last Updated 2026-07-16
Dev Status MAINTAINED
Released RELEASED
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

Terminal-first helper tools for ROS 2

Additional Links

Maintainers

  • Namheon Baek

Authors

No additional authors.

ros2-helper

Terminal-first helper tools for ROS 2.

ros2 topic graphic /scan
ros2 topic graphic /camera/image_raw --fps 10
ros2 topic graphic /joint_states

The ros2_helper package ships graphic, a terminal viewer for common sensor topics. The ROS 2 CLI plugin is intentionally thin and delegates rendering to the C++ executable ros2-helper-graphic.

Supported Graphic Topics

  • sensor_msgs/msg/Image
  • sensor_msgs/msg/CompressedImage
  • sensor_msgs/msg/LaserScan
  • sensor_msgs/msg/JointState

Install

Official ROS Packages

After this package is released through the ROS build farm for Jazzy:

sudo apt update
sudo apt install ros-jazzy-ros2-helper
source /opt/ros/jazzy/setup.bash

The apt package name follows the official ROS convention: ros-$ROS_DISTRO-ros2-helper.

From Source

Until the ROS build farm release is available, build from a ROS 2 workspace:

source /opt/ros/$ROS_DISTRO/setup.bash
colcon build --packages-select ros2_helper
source install/setup.bash

If this package is not in a workspace yet:

mkdir -p ~/ros2_ws/src
cd ~/ros2_ws/src
git clone https://github.com/codevilot/ros2-helper.git
cd ~/ros2_ws
source /opt/ros/$ROS_DISTRO/setup.bash
colcon build --packages-select ros2_helper
source install/setup.bash

Reproducible Docker Environment

Docker is for reproducible development, testing, and demos. It does not replace the official ROS APT installation path; production and user installation should use sudo apt install ros-jazzy-ros2-helper once the package is released.

Build the Jazzy source-build image:

docker build -f docker/Dockerfile.jazzy -t ros2-helper:jazzy .

Run an interactive container:

docker run --rm -it ros2-helper:jazzy

Run a focused graphic demo:

docker run --rm -it ros2-helper:jazzy ros2 topic graphic /scan --fps 10

Run the interactive helper shell:

docker run --rm -it ros2-helper:jazzy ros2 tui

Open the helper shell directly on the node page:

docker run --rm -it ros2-helper:jazzy ros2 tui node

For an automatic smoke test:

docker run --rm ros2-helper:jazzy timeout 8 ros2 topic graphic /scan --fps 10

File truncated at 100 lines see the full file

CHANGELOG
No CHANGELOG found.

Dependant Packages

No known dependants.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged ros2_helper at Robotics Stack Exchange

No version for distro eloquent showing jazzy. Known supported distros are highlighted in the buttons above.
Package symbol

ros2_helper package from ros2_helper repo

ros2_helper

ROS Distro
jazzy

Package Summary

Version 0.1.3
License Apache-2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/codevilot/ros2-helper.git
VCS Type git
VCS Version main
Last Updated 2026-07-16
Dev Status MAINTAINED
Released RELEASED
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

Terminal-first helper tools for ROS 2

Additional Links

Maintainers

  • Namheon Baek

Authors

No additional authors.

ros2-helper

Terminal-first helper tools for ROS 2.

ros2 topic graphic /scan
ros2 topic graphic /camera/image_raw --fps 10
ros2 topic graphic /joint_states

The ros2_helper package ships graphic, a terminal viewer for common sensor topics. The ROS 2 CLI plugin is intentionally thin and delegates rendering to the C++ executable ros2-helper-graphic.

Supported Graphic Topics

  • sensor_msgs/msg/Image
  • sensor_msgs/msg/CompressedImage
  • sensor_msgs/msg/LaserScan
  • sensor_msgs/msg/JointState

Install

Official ROS Packages

After this package is released through the ROS build farm for Jazzy:

sudo apt update
sudo apt install ros-jazzy-ros2-helper
source /opt/ros/jazzy/setup.bash

The apt package name follows the official ROS convention: ros-$ROS_DISTRO-ros2-helper.

From Source

Until the ROS build farm release is available, build from a ROS 2 workspace:

source /opt/ros/$ROS_DISTRO/setup.bash
colcon build --packages-select ros2_helper
source install/setup.bash

If this package is not in a workspace yet:

mkdir -p ~/ros2_ws/src
cd ~/ros2_ws/src
git clone https://github.com/codevilot/ros2-helper.git
cd ~/ros2_ws
source /opt/ros/$ROS_DISTRO/setup.bash
colcon build --packages-select ros2_helper
source install/setup.bash

Reproducible Docker Environment

Docker is for reproducible development, testing, and demos. It does not replace the official ROS APT installation path; production and user installation should use sudo apt install ros-jazzy-ros2-helper once the package is released.

Build the Jazzy source-build image:

docker build -f docker/Dockerfile.jazzy -t ros2-helper:jazzy .

Run an interactive container:

docker run --rm -it ros2-helper:jazzy

Run a focused graphic demo:

docker run --rm -it ros2-helper:jazzy ros2 topic graphic /scan --fps 10

Run the interactive helper shell:

docker run --rm -it ros2-helper:jazzy ros2 tui

Open the helper shell directly on the node page:

docker run --rm -it ros2-helper:jazzy ros2 tui node

For an automatic smoke test:

docker run --rm ros2-helper:jazzy timeout 8 ros2 topic graphic /scan --fps 10

File truncated at 100 lines see the full file

CHANGELOG
No CHANGELOG found.

Dependant Packages

No known dependants.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged ros2_helper at Robotics Stack Exchange

No version for distro dashing showing jazzy. Known supported distros are highlighted in the buttons above.
Package symbol

ros2_helper package from ros2_helper repo

ros2_helper

ROS Distro
jazzy

Package Summary

Version 0.1.3
License Apache-2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/codevilot/ros2-helper.git
VCS Type git
VCS Version main
Last Updated 2026-07-16
Dev Status MAINTAINED
Released RELEASED
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

Terminal-first helper tools for ROS 2

Additional Links

Maintainers

  • Namheon Baek

Authors

No additional authors.

ros2-helper

Terminal-first helper tools for ROS 2.

ros2 topic graphic /scan
ros2 topic graphic /camera/image_raw --fps 10
ros2 topic graphic /joint_states

The ros2_helper package ships graphic, a terminal viewer for common sensor topics. The ROS 2 CLI plugin is intentionally thin and delegates rendering to the C++ executable ros2-helper-graphic.

Supported Graphic Topics

  • sensor_msgs/msg/Image
  • sensor_msgs/msg/CompressedImage
  • sensor_msgs/msg/LaserScan
  • sensor_msgs/msg/JointState

Install

Official ROS Packages

After this package is released through the ROS build farm for Jazzy:

sudo apt update
sudo apt install ros-jazzy-ros2-helper
source /opt/ros/jazzy/setup.bash

The apt package name follows the official ROS convention: ros-$ROS_DISTRO-ros2-helper.

From Source

Until the ROS build farm release is available, build from a ROS 2 workspace:

source /opt/ros/$ROS_DISTRO/setup.bash
colcon build --packages-select ros2_helper
source install/setup.bash

If this package is not in a workspace yet:

mkdir -p ~/ros2_ws/src
cd ~/ros2_ws/src
git clone https://github.com/codevilot/ros2-helper.git
cd ~/ros2_ws
source /opt/ros/$ROS_DISTRO/setup.bash
colcon build --packages-select ros2_helper
source install/setup.bash

Reproducible Docker Environment

Docker is for reproducible development, testing, and demos. It does not replace the official ROS APT installation path; production and user installation should use sudo apt install ros-jazzy-ros2-helper once the package is released.

Build the Jazzy source-build image:

docker build -f docker/Dockerfile.jazzy -t ros2-helper:jazzy .

Run an interactive container:

docker run --rm -it ros2-helper:jazzy

Run a focused graphic demo:

docker run --rm -it ros2-helper:jazzy ros2 topic graphic /scan --fps 10

Run the interactive helper shell:

docker run --rm -it ros2-helper:jazzy ros2 tui

Open the helper shell directly on the node page:

docker run --rm -it ros2-helper:jazzy ros2 tui node

For an automatic smoke test:

docker run --rm ros2-helper:jazzy timeout 8 ros2 topic graphic /scan --fps 10

File truncated at 100 lines see the full file

CHANGELOG
No CHANGELOG found.

Dependant Packages

No known dependants.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged ros2_helper at Robotics Stack Exchange

No version for distro galactic showing jazzy. Known supported distros are highlighted in the buttons above.
Package symbol

ros2_helper package from ros2_helper repo

ros2_helper

ROS Distro
jazzy

Package Summary

Version 0.1.3
License Apache-2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/codevilot/ros2-helper.git
VCS Type git
VCS Version main
Last Updated 2026-07-16
Dev Status MAINTAINED
Released RELEASED
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

Terminal-first helper tools for ROS 2

Additional Links

Maintainers

  • Namheon Baek

Authors

No additional authors.

ros2-helper

Terminal-first helper tools for ROS 2.

ros2 topic graphic /scan
ros2 topic graphic /camera/image_raw --fps 10
ros2 topic graphic /joint_states

The ros2_helper package ships graphic, a terminal viewer for common sensor topics. The ROS 2 CLI plugin is intentionally thin and delegates rendering to the C++ executable ros2-helper-graphic.

Supported Graphic Topics

  • sensor_msgs/msg/Image
  • sensor_msgs/msg/CompressedImage
  • sensor_msgs/msg/LaserScan
  • sensor_msgs/msg/JointState

Install

Official ROS Packages

After this package is released through the ROS build farm for Jazzy:

sudo apt update
sudo apt install ros-jazzy-ros2-helper
source /opt/ros/jazzy/setup.bash

The apt package name follows the official ROS convention: ros-$ROS_DISTRO-ros2-helper.

From Source

Until the ROS build farm release is available, build from a ROS 2 workspace:

source /opt/ros/$ROS_DISTRO/setup.bash
colcon build --packages-select ros2_helper
source install/setup.bash

If this package is not in a workspace yet:

mkdir -p ~/ros2_ws/src
cd ~/ros2_ws/src
git clone https://github.com/codevilot/ros2-helper.git
cd ~/ros2_ws
source /opt/ros/$ROS_DISTRO/setup.bash
colcon build --packages-select ros2_helper
source install/setup.bash

Reproducible Docker Environment

Docker is for reproducible development, testing, and demos. It does not replace the official ROS APT installation path; production and user installation should use sudo apt install ros-jazzy-ros2-helper once the package is released.

Build the Jazzy source-build image:

docker build -f docker/Dockerfile.jazzy -t ros2-helper:jazzy .

Run an interactive container:

docker run --rm -it ros2-helper:jazzy

Run a focused graphic demo:

docker run --rm -it ros2-helper:jazzy ros2 topic graphic /scan --fps 10

Run the interactive helper shell:

docker run --rm -it ros2-helper:jazzy ros2 tui

Open the helper shell directly on the node page:

docker run --rm -it ros2-helper:jazzy ros2 tui node

For an automatic smoke test:

docker run --rm ros2-helper:jazzy timeout 8 ros2 topic graphic /scan --fps 10

File truncated at 100 lines see the full file

CHANGELOG
No CHANGELOG found.

Dependant Packages

No known dependants.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged ros2_helper at Robotics Stack Exchange

No version for distro foxy showing jazzy. Known supported distros are highlighted in the buttons above.
Package symbol

ros2_helper package from ros2_helper repo

ros2_helper

ROS Distro
jazzy

Package Summary

Version 0.1.3
License Apache-2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/codevilot/ros2-helper.git
VCS Type git
VCS Version main
Last Updated 2026-07-16
Dev Status MAINTAINED
Released RELEASED
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

Terminal-first helper tools for ROS 2

Additional Links

Maintainers

  • Namheon Baek

Authors

No additional authors.

ros2-helper

Terminal-first helper tools for ROS 2.

ros2 topic graphic /scan
ros2 topic graphic /camera/image_raw --fps 10
ros2 topic graphic /joint_states

The ros2_helper package ships graphic, a terminal viewer for common sensor topics. The ROS 2 CLI plugin is intentionally thin and delegates rendering to the C++ executable ros2-helper-graphic.

Supported Graphic Topics

  • sensor_msgs/msg/Image
  • sensor_msgs/msg/CompressedImage
  • sensor_msgs/msg/LaserScan
  • sensor_msgs/msg/JointState

Install

Official ROS Packages

After this package is released through the ROS build farm for Jazzy:

sudo apt update
sudo apt install ros-jazzy-ros2-helper
source /opt/ros/jazzy/setup.bash

The apt package name follows the official ROS convention: ros-$ROS_DISTRO-ros2-helper.

From Source

Until the ROS build farm release is available, build from a ROS 2 workspace:

source /opt/ros/$ROS_DISTRO/setup.bash
colcon build --packages-select ros2_helper
source install/setup.bash

If this package is not in a workspace yet:

mkdir -p ~/ros2_ws/src
cd ~/ros2_ws/src
git clone https://github.com/codevilot/ros2-helper.git
cd ~/ros2_ws
source /opt/ros/$ROS_DISTRO/setup.bash
colcon build --packages-select ros2_helper
source install/setup.bash

Reproducible Docker Environment

Docker is for reproducible development, testing, and demos. It does not replace the official ROS APT installation path; production and user installation should use sudo apt install ros-jazzy-ros2-helper once the package is released.

Build the Jazzy source-build image:

docker build -f docker/Dockerfile.jazzy -t ros2-helper:jazzy .

Run an interactive container:

docker run --rm -it ros2-helper:jazzy

Run a focused graphic demo:

docker run --rm -it ros2-helper:jazzy ros2 topic graphic /scan --fps 10

Run the interactive helper shell:

docker run --rm -it ros2-helper:jazzy ros2 tui

Open the helper shell directly on the node page:

docker run --rm -it ros2-helper:jazzy ros2 tui node

For an automatic smoke test:

docker run --rm ros2-helper:jazzy timeout 8 ros2 topic graphic /scan --fps 10

File truncated at 100 lines see the full file

CHANGELOG
No CHANGELOG found.

Dependant Packages

No known dependants.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged ros2_helper at Robotics Stack Exchange

No version for distro iron showing jazzy. Known supported distros are highlighted in the buttons above.
Package symbol

ros2_helper package from ros2_helper repo

ros2_helper

ROS Distro
jazzy

Package Summary

Version 0.1.3
License Apache-2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/codevilot/ros2-helper.git
VCS Type git
VCS Version main
Last Updated 2026-07-16
Dev Status MAINTAINED
Released RELEASED
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

Terminal-first helper tools for ROS 2

Additional Links

Maintainers

  • Namheon Baek

Authors

No additional authors.

ros2-helper

Terminal-first helper tools for ROS 2.

ros2 topic graphic /scan
ros2 topic graphic /camera/image_raw --fps 10
ros2 topic graphic /joint_states

The ros2_helper package ships graphic, a terminal viewer for common sensor topics. The ROS 2 CLI plugin is intentionally thin and delegates rendering to the C++ executable ros2-helper-graphic.

Supported Graphic Topics

  • sensor_msgs/msg/Image
  • sensor_msgs/msg/CompressedImage
  • sensor_msgs/msg/LaserScan
  • sensor_msgs/msg/JointState

Install

Official ROS Packages

After this package is released through the ROS build farm for Jazzy:

sudo apt update
sudo apt install ros-jazzy-ros2-helper
source /opt/ros/jazzy/setup.bash

The apt package name follows the official ROS convention: ros-$ROS_DISTRO-ros2-helper.

From Source

Until the ROS build farm release is available, build from a ROS 2 workspace:

source /opt/ros/$ROS_DISTRO/setup.bash
colcon build --packages-select ros2_helper
source install/setup.bash

If this package is not in a workspace yet:

mkdir -p ~/ros2_ws/src
cd ~/ros2_ws/src
git clone https://github.com/codevilot/ros2-helper.git
cd ~/ros2_ws
source /opt/ros/$ROS_DISTRO/setup.bash
colcon build --packages-select ros2_helper
source install/setup.bash

Reproducible Docker Environment

Docker is for reproducible development, testing, and demos. It does not replace the official ROS APT installation path; production and user installation should use sudo apt install ros-jazzy-ros2-helper once the package is released.

Build the Jazzy source-build image:

docker build -f docker/Dockerfile.jazzy -t ros2-helper:jazzy .

Run an interactive container:

docker run --rm -it ros2-helper:jazzy

Run a focused graphic demo:

docker run --rm -it ros2-helper:jazzy ros2 topic graphic /scan --fps 10

Run the interactive helper shell:

docker run --rm -it ros2-helper:jazzy ros2 tui

Open the helper shell directly on the node page:

docker run --rm -it ros2-helper:jazzy ros2 tui node

For an automatic smoke test:

docker run --rm ros2-helper:jazzy timeout 8 ros2 topic graphic /scan --fps 10

File truncated at 100 lines see the full file

CHANGELOG
No CHANGELOG found.

Dependant Packages

No known dependants.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged ros2_helper at Robotics Stack Exchange

No version for distro lunar showing jazzy. Known supported distros are highlighted in the buttons above.
Package symbol

ros2_helper package from ros2_helper repo

ros2_helper

ROS Distro
jazzy

Package Summary

Version 0.1.3
License Apache-2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/codevilot/ros2-helper.git
VCS Type git
VCS Version main
Last Updated 2026-07-16
Dev Status MAINTAINED
Released RELEASED
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

Terminal-first helper tools for ROS 2

Additional Links

Maintainers

  • Namheon Baek

Authors

No additional authors.

ros2-helper

Terminal-first helper tools for ROS 2.

ros2 topic graphic /scan
ros2 topic graphic /camera/image_raw --fps 10
ros2 topic graphic /joint_states

The ros2_helper package ships graphic, a terminal viewer for common sensor topics. The ROS 2 CLI plugin is intentionally thin and delegates rendering to the C++ executable ros2-helper-graphic.

Supported Graphic Topics

  • sensor_msgs/msg/Image
  • sensor_msgs/msg/CompressedImage
  • sensor_msgs/msg/LaserScan
  • sensor_msgs/msg/JointState

Install

Official ROS Packages

After this package is released through the ROS build farm for Jazzy:

sudo apt update
sudo apt install ros-jazzy-ros2-helper
source /opt/ros/jazzy/setup.bash

The apt package name follows the official ROS convention: ros-$ROS_DISTRO-ros2-helper.

From Source

Until the ROS build farm release is available, build from a ROS 2 workspace:

source /opt/ros/$ROS_DISTRO/setup.bash
colcon build --packages-select ros2_helper
source install/setup.bash

If this package is not in a workspace yet:

mkdir -p ~/ros2_ws/src
cd ~/ros2_ws/src
git clone https://github.com/codevilot/ros2-helper.git
cd ~/ros2_ws
source /opt/ros/$ROS_DISTRO/setup.bash
colcon build --packages-select ros2_helper
source install/setup.bash

Reproducible Docker Environment

Docker is for reproducible development, testing, and demos. It does not replace the official ROS APT installation path; production and user installation should use sudo apt install ros-jazzy-ros2-helper once the package is released.

Build the Jazzy source-build image:

docker build -f docker/Dockerfile.jazzy -t ros2-helper:jazzy .

Run an interactive container:

docker run --rm -it ros2-helper:jazzy

Run a focused graphic demo:

docker run --rm -it ros2-helper:jazzy ros2 topic graphic /scan --fps 10

Run the interactive helper shell:

docker run --rm -it ros2-helper:jazzy ros2 tui

Open the helper shell directly on the node page:

docker run --rm -it ros2-helper:jazzy ros2 tui node

For an automatic smoke test:

docker run --rm ros2-helper:jazzy timeout 8 ros2 topic graphic /scan --fps 10

File truncated at 100 lines see the full file

CHANGELOG
No CHANGELOG found.

Dependant Packages

No known dependants.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged ros2_helper at Robotics Stack Exchange

No version for distro jade showing jazzy. Known supported distros are highlighted in the buttons above.
Package symbol

ros2_helper package from ros2_helper repo

ros2_helper

ROS Distro
jazzy

Package Summary

Version 0.1.3
License Apache-2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/codevilot/ros2-helper.git
VCS Type git
VCS Version main
Last Updated 2026-07-16
Dev Status MAINTAINED
Released RELEASED
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

Terminal-first helper tools for ROS 2

Additional Links

Maintainers

  • Namheon Baek

Authors

No additional authors.

ros2-helper

Terminal-first helper tools for ROS 2.

ros2 topic graphic /scan
ros2 topic graphic /camera/image_raw --fps 10
ros2 topic graphic /joint_states

The ros2_helper package ships graphic, a terminal viewer for common sensor topics. The ROS 2 CLI plugin is intentionally thin and delegates rendering to the C++ executable ros2-helper-graphic.

Supported Graphic Topics

  • sensor_msgs/msg/Image
  • sensor_msgs/msg/CompressedImage
  • sensor_msgs/msg/LaserScan
  • sensor_msgs/msg/JointState

Install

Official ROS Packages

After this package is released through the ROS build farm for Jazzy:

sudo apt update
sudo apt install ros-jazzy-ros2-helper
source /opt/ros/jazzy/setup.bash

The apt package name follows the official ROS convention: ros-$ROS_DISTRO-ros2-helper.

From Source

Until the ROS build farm release is available, build from a ROS 2 workspace:

source /opt/ros/$ROS_DISTRO/setup.bash
colcon build --packages-select ros2_helper
source install/setup.bash

If this package is not in a workspace yet:

mkdir -p ~/ros2_ws/src
cd ~/ros2_ws/src
git clone https://github.com/codevilot/ros2-helper.git
cd ~/ros2_ws
source /opt/ros/$ROS_DISTRO/setup.bash
colcon build --packages-select ros2_helper
source install/setup.bash

Reproducible Docker Environment

Docker is for reproducible development, testing, and demos. It does not replace the official ROS APT installation path; production and user installation should use sudo apt install ros-jazzy-ros2-helper once the package is released.

Build the Jazzy source-build image:

docker build -f docker/Dockerfile.jazzy -t ros2-helper:jazzy .

Run an interactive container:

docker run --rm -it ros2-helper:jazzy

Run a focused graphic demo:

docker run --rm -it ros2-helper:jazzy ros2 topic graphic /scan --fps 10

Run the interactive helper shell:

docker run --rm -it ros2-helper:jazzy ros2 tui

Open the helper shell directly on the node page:

docker run --rm -it ros2-helper:jazzy ros2 tui node

For an automatic smoke test:

docker run --rm ros2-helper:jazzy timeout 8 ros2 topic graphic /scan --fps 10

File truncated at 100 lines see the full file

CHANGELOG
No CHANGELOG found.

Dependant Packages

No known dependants.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged ros2_helper at Robotics Stack Exchange

No version for distro indigo showing jazzy. Known supported distros are highlighted in the buttons above.
Package symbol

ros2_helper package from ros2_helper repo

ros2_helper

ROS Distro
jazzy

Package Summary

Version 0.1.3
License Apache-2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/codevilot/ros2-helper.git
VCS Type git
VCS Version main
Last Updated 2026-07-16
Dev Status MAINTAINED
Released RELEASED
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

Terminal-first helper tools for ROS 2

Additional Links

Maintainers

  • Namheon Baek

Authors

No additional authors.

ros2-helper

Terminal-first helper tools for ROS 2.

ros2 topic graphic /scan
ros2 topic graphic /camera/image_raw --fps 10
ros2 topic graphic /joint_states

The ros2_helper package ships graphic, a terminal viewer for common sensor topics. The ROS 2 CLI plugin is intentionally thin and delegates rendering to the C++ executable ros2-helper-graphic.

Supported Graphic Topics

  • sensor_msgs/msg/Image
  • sensor_msgs/msg/CompressedImage
  • sensor_msgs/msg/LaserScan
  • sensor_msgs/msg/JointState

Install

Official ROS Packages

After this package is released through the ROS build farm for Jazzy:

sudo apt update
sudo apt install ros-jazzy-ros2-helper
source /opt/ros/jazzy/setup.bash

The apt package name follows the official ROS convention: ros-$ROS_DISTRO-ros2-helper.

From Source

Until the ROS build farm release is available, build from a ROS 2 workspace:

source /opt/ros/$ROS_DISTRO/setup.bash
colcon build --packages-select ros2_helper
source install/setup.bash

If this package is not in a workspace yet:

mkdir -p ~/ros2_ws/src
cd ~/ros2_ws/src
git clone https://github.com/codevilot/ros2-helper.git
cd ~/ros2_ws
source /opt/ros/$ROS_DISTRO/setup.bash
colcon build --packages-select ros2_helper
source install/setup.bash

Reproducible Docker Environment

Docker is for reproducible development, testing, and demos. It does not replace the official ROS APT installation path; production and user installation should use sudo apt install ros-jazzy-ros2-helper once the package is released.

Build the Jazzy source-build image:

docker build -f docker/Dockerfile.jazzy -t ros2-helper:jazzy .

Run an interactive container:

docker run --rm -it ros2-helper:jazzy

Run a focused graphic demo:

docker run --rm -it ros2-helper:jazzy ros2 topic graphic /scan --fps 10

Run the interactive helper shell:

docker run --rm -it ros2-helper:jazzy ros2 tui

Open the helper shell directly on the node page:

docker run --rm -it ros2-helper:jazzy ros2 tui node

For an automatic smoke test:

docker run --rm ros2-helper:jazzy timeout 8 ros2 topic graphic /scan --fps 10

File truncated at 100 lines see the full file

CHANGELOG
No CHANGELOG found.

Dependant Packages

No known dependants.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged ros2_helper at Robotics Stack Exchange

No version for distro hydro showing jazzy. Known supported distros are highlighted in the buttons above.
Package symbol

ros2_helper package from ros2_helper repo

ros2_helper

ROS Distro
jazzy

Package Summary

Version 0.1.3
License Apache-2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/codevilot/ros2-helper.git
VCS Type git
VCS Version main
Last Updated 2026-07-16
Dev Status MAINTAINED
Released RELEASED
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

Terminal-first helper tools for ROS 2

Additional Links

Maintainers

  • Namheon Baek

Authors

No additional authors.

ros2-helper

Terminal-first helper tools for ROS 2.

ros2 topic graphic /scan
ros2 topic graphic /camera/image_raw --fps 10
ros2 topic graphic /joint_states

The ros2_helper package ships graphic, a terminal viewer for common sensor topics. The ROS 2 CLI plugin is intentionally thin and delegates rendering to the C++ executable ros2-helper-graphic.

Supported Graphic Topics

  • sensor_msgs/msg/Image
  • sensor_msgs/msg/CompressedImage
  • sensor_msgs/msg/LaserScan
  • sensor_msgs/msg/JointState

Install

Official ROS Packages

After this package is released through the ROS build farm for Jazzy:

sudo apt update
sudo apt install ros-jazzy-ros2-helper
source /opt/ros/jazzy/setup.bash

The apt package name follows the official ROS convention: ros-$ROS_DISTRO-ros2-helper.

From Source

Until the ROS build farm release is available, build from a ROS 2 workspace:

source /opt/ros/$ROS_DISTRO/setup.bash
colcon build --packages-select ros2_helper
source install/setup.bash

If this package is not in a workspace yet:

mkdir -p ~/ros2_ws/src
cd ~/ros2_ws/src
git clone https://github.com/codevilot/ros2-helper.git
cd ~/ros2_ws
source /opt/ros/$ROS_DISTRO/setup.bash
colcon build --packages-select ros2_helper
source install/setup.bash

Reproducible Docker Environment

Docker is for reproducible development, testing, and demos. It does not replace the official ROS APT installation path; production and user installation should use sudo apt install ros-jazzy-ros2-helper once the package is released.

Build the Jazzy source-build image:

docker build -f docker/Dockerfile.jazzy -t ros2-helper:jazzy .

Run an interactive container:

docker run --rm -it ros2-helper:jazzy

Run a focused graphic demo:

docker run --rm -it ros2-helper:jazzy ros2 topic graphic /scan --fps 10

Run the interactive helper shell:

docker run --rm -it ros2-helper:jazzy ros2 tui

Open the helper shell directly on the node page:

docker run --rm -it ros2-helper:jazzy ros2 tui node

For an automatic smoke test:

docker run --rm ros2-helper:jazzy timeout 8 ros2 topic graphic /scan --fps 10

File truncated at 100 lines see the full file

CHANGELOG
No CHANGELOG found.

Dependant Packages

No known dependants.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged ros2_helper at Robotics Stack Exchange

No version for distro kinetic showing jazzy. Known supported distros are highlighted in the buttons above.
Package symbol

ros2_helper package from ros2_helper repo

ros2_helper

ROS Distro
jazzy

Package Summary

Version 0.1.3
License Apache-2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/codevilot/ros2-helper.git
VCS Type git
VCS Version main
Last Updated 2026-07-16
Dev Status MAINTAINED
Released RELEASED
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

Terminal-first helper tools for ROS 2

Additional Links

Maintainers

  • Namheon Baek

Authors

No additional authors.

ros2-helper

Terminal-first helper tools for ROS 2.

ros2 topic graphic /scan
ros2 topic graphic /camera/image_raw --fps 10
ros2 topic graphic /joint_states

The ros2_helper package ships graphic, a terminal viewer for common sensor topics. The ROS 2 CLI plugin is intentionally thin and delegates rendering to the C++ executable ros2-helper-graphic.

Supported Graphic Topics

  • sensor_msgs/msg/Image
  • sensor_msgs/msg/CompressedImage
  • sensor_msgs/msg/LaserScan
  • sensor_msgs/msg/JointState

Install

Official ROS Packages

After this package is released through the ROS build farm for Jazzy:

sudo apt update
sudo apt install ros-jazzy-ros2-helper
source /opt/ros/jazzy/setup.bash

The apt package name follows the official ROS convention: ros-$ROS_DISTRO-ros2-helper.

From Source

Until the ROS build farm release is available, build from a ROS 2 workspace:

source /opt/ros/$ROS_DISTRO/setup.bash
colcon build --packages-select ros2_helper
source install/setup.bash

If this package is not in a workspace yet:

mkdir -p ~/ros2_ws/src
cd ~/ros2_ws/src
git clone https://github.com/codevilot/ros2-helper.git
cd ~/ros2_ws
source /opt/ros/$ROS_DISTRO/setup.bash
colcon build --packages-select ros2_helper
source install/setup.bash

Reproducible Docker Environment

Docker is for reproducible development, testing, and demos. It does not replace the official ROS APT installation path; production and user installation should use sudo apt install ros-jazzy-ros2-helper once the package is released.

Build the Jazzy source-build image:

docker build -f docker/Dockerfile.jazzy -t ros2-helper:jazzy .

Run an interactive container:

docker run --rm -it ros2-helper:jazzy

Run a focused graphic demo:

docker run --rm -it ros2-helper:jazzy ros2 topic graphic /scan --fps 10

Run the interactive helper shell:

docker run --rm -it ros2-helper:jazzy ros2 tui

Open the helper shell directly on the node page:

docker run --rm -it ros2-helper:jazzy ros2 tui node

For an automatic smoke test:

docker run --rm ros2-helper:jazzy timeout 8 ros2 topic graphic /scan --fps 10

File truncated at 100 lines see the full file

CHANGELOG
No CHANGELOG found.

Dependant Packages

No known dependants.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged ros2_helper at Robotics Stack Exchange

No version for distro melodic showing jazzy. Known supported distros are highlighted in the buttons above.
Package symbol

ros2_helper package from ros2_helper repo

ros2_helper

ROS Distro
jazzy

Package Summary

Version 0.1.3
License Apache-2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/codevilot/ros2-helper.git
VCS Type git
VCS Version main
Last Updated 2026-07-16
Dev Status MAINTAINED
Released RELEASED
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

Terminal-first helper tools for ROS 2

Additional Links

Maintainers

  • Namheon Baek

Authors

No additional authors.

ros2-helper

Terminal-first helper tools for ROS 2.

ros2 topic graphic /scan
ros2 topic graphic /camera/image_raw --fps 10
ros2 topic graphic /joint_states

The ros2_helper package ships graphic, a terminal viewer for common sensor topics. The ROS 2 CLI plugin is intentionally thin and delegates rendering to the C++ executable ros2-helper-graphic.

Supported Graphic Topics

  • sensor_msgs/msg/Image
  • sensor_msgs/msg/CompressedImage
  • sensor_msgs/msg/LaserScan
  • sensor_msgs/msg/JointState

Install

Official ROS Packages

After this package is released through the ROS build farm for Jazzy:

sudo apt update
sudo apt install ros-jazzy-ros2-helper
source /opt/ros/jazzy/setup.bash

The apt package name follows the official ROS convention: ros-$ROS_DISTRO-ros2-helper.

From Source

Until the ROS build farm release is available, build from a ROS 2 workspace:

source /opt/ros/$ROS_DISTRO/setup.bash
colcon build --packages-select ros2_helper
source install/setup.bash

If this package is not in a workspace yet:

mkdir -p ~/ros2_ws/src
cd ~/ros2_ws/src
git clone https://github.com/codevilot/ros2-helper.git
cd ~/ros2_ws
source /opt/ros/$ROS_DISTRO/setup.bash
colcon build --packages-select ros2_helper
source install/setup.bash

Reproducible Docker Environment

Docker is for reproducible development, testing, and demos. It does not replace the official ROS APT installation path; production and user installation should use sudo apt install ros-jazzy-ros2-helper once the package is released.

Build the Jazzy source-build image:

docker build -f docker/Dockerfile.jazzy -t ros2-helper:jazzy .

Run an interactive container:

docker run --rm -it ros2-helper:jazzy

Run a focused graphic demo:

docker run --rm -it ros2-helper:jazzy ros2 topic graphic /scan --fps 10

Run the interactive helper shell:

docker run --rm -it ros2-helper:jazzy ros2 tui

Open the helper shell directly on the node page:

docker run --rm -it ros2-helper:jazzy ros2 tui node

For an automatic smoke test:

docker run --rm ros2-helper:jazzy timeout 8 ros2 topic graphic /scan --fps 10

File truncated at 100 lines see the full file

CHANGELOG
No CHANGELOG found.

Dependant Packages

No known dependants.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged ros2_helper at Robotics Stack Exchange

No version for distro noetic showing jazzy. Known supported distros are highlighted in the buttons above.
Package symbol

ros2_helper package from ros2_helper repo

ros2_helper

ROS Distro
jazzy

Package Summary

Version 0.1.3
License Apache-2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/codevilot/ros2-helper.git
VCS Type git
VCS Version main
Last Updated 2026-07-16
Dev Status MAINTAINED
Released RELEASED
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

Terminal-first helper tools for ROS 2

Additional Links

Maintainers

  • Namheon Baek

Authors

No additional authors.

ros2-helper

Terminal-first helper tools for ROS 2.

ros2 topic graphic /scan
ros2 topic graphic /camera/image_raw --fps 10
ros2 topic graphic /joint_states

The ros2_helper package ships graphic, a terminal viewer for common sensor topics. The ROS 2 CLI plugin is intentionally thin and delegates rendering to the C++ executable ros2-helper-graphic.

Supported Graphic Topics

  • sensor_msgs/msg/Image
  • sensor_msgs/msg/CompressedImage
  • sensor_msgs/msg/LaserScan
  • sensor_msgs/msg/JointState

Install

Official ROS Packages

After this package is released through the ROS build farm for Jazzy:

sudo apt update
sudo apt install ros-jazzy-ros2-helper
source /opt/ros/jazzy/setup.bash

The apt package name follows the official ROS convention: ros-$ROS_DISTRO-ros2-helper.

From Source

Until the ROS build farm release is available, build from a ROS 2 workspace:

source /opt/ros/$ROS_DISTRO/setup.bash
colcon build --packages-select ros2_helper
source install/setup.bash

If this package is not in a workspace yet:

mkdir -p ~/ros2_ws/src
cd ~/ros2_ws/src
git clone https://github.com/codevilot/ros2-helper.git
cd ~/ros2_ws
source /opt/ros/$ROS_DISTRO/setup.bash
colcon build --packages-select ros2_helper
source install/setup.bash

Reproducible Docker Environment

Docker is for reproducible development, testing, and demos. It does not replace the official ROS APT installation path; production and user installation should use sudo apt install ros-jazzy-ros2-helper once the package is released.

Build the Jazzy source-build image:

docker build -f docker/Dockerfile.jazzy -t ros2-helper:jazzy .

Run an interactive container:

docker run --rm -it ros2-helper:jazzy

Run a focused graphic demo:

docker run --rm -it ros2-helper:jazzy ros2 topic graphic /scan --fps 10

Run the interactive helper shell:

docker run --rm -it ros2-helper:jazzy ros2 tui

Open the helper shell directly on the node page:

docker run --rm -it ros2-helper:jazzy ros2 tui node

For an automatic smoke test:

docker run --rm ros2-helper:jazzy timeout 8 ros2 topic graphic /scan --fps 10

File truncated at 100 lines see the full file

CHANGELOG
No CHANGELOG found.

Dependant Packages

No known dependants.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged ros2_helper at Robotics Stack Exchange