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

rosshow package from rosshow repo

rosshow

Package Summary

Tags No category tags.
Version 2.0.1
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Description Visualize ROS topics inside a terminal with Unicode/ASCII art
Checkout URI https://github.com/dheera/rosshow.git
VCS Type git
VCS Version main
Last Updated 2024-06-21
Dev Status UNKNOWN
CI status No Continuous Integration
Released UNRELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

rosshow

Additional Links

No additional links.

Maintainers

  • dheera

Authors

No additional authors.

rosshow: Visualize ROS topics in a terminal

Have you ever SSH’ed into a robot to debug whether sensors are outputting what they should, e.g. ```rostopic echo /camera/image_raw


If so, rosshow is for you.

This displays various sensor messages in a useful fashion using Unicode Braille art in the terminal so you don't need to fire up port forwards, rviz, or any other shenanigans just to see if something is working. It currently only supports types from std_msgs and sensor_msgs but support for more types is coming. Contributions welcome!

# Installation

Prerequisites:


sudo pip install numpy pillow requests


This package works with both ROS1 and ROS2. You can add it to either a catkin (ROS1) or colcon (ROS2) workspace and it should work.

# Usage

If you installed it to the system:

rosshow


If you're using it from a catkin or colcon workspace:

rosrun rosshow rosshow # ROS1 ros2 run rosshow rosshow # ROS2


Most visualizations use Unicode Braille characters to render visualizations. If your terminal supports only ASCII, you can use the `-a` option for a purely ASCII-art render:

rosshow -a

You can also force 1-bit, 4-bit, or 24-bit color modes if your terminal type is not detected correctly. You may need these when using rosshow inside of a `screen`.

rosshow -c1 rosshow -c4 rosshow -c24

```

Screenshots

sensor_msgs/PointCloud2

You can rotate and tilt with the arrow keys, and zoom with the +/- keys. This has been tested with Velodyne data. PointClouds from devices that don’t have “x”, “y”, and “z” fields are not supported.

screenshot

sensor_msgs/Image, sensor_msgs/CompressedImage

screenshot

sensor_msgs/LaserScan

You can zoom with the +/- keys.

screenshot

sensor_msgs/Imu

screenshot

sensor_msgs/NavSatFix

The NavSatFix visualization fetches map tiles from OpenStreetMaps, so your machine or robot needs to have internet access to be able to view those. Otherwise, you’ll still be able to see a trace of points.

screenshot

The ASCII-only “-a” option works for all types. Here’s what the NavSatFix message looks like on pure ASCII:

screenshot

std_msgs/Int32, std_msgs/Float32, etc.

For most std_msgs numeric types you will get a time series plot.

screenshot

Neat trick: You can reduce your terminal font size to get slightly higher resolution. Here’s a nav_msgs/OccupancyGrid: screenshot

Full list of supported types

  • nav_msgs/OccupancyGrid
  • nav_msgs/Odometry
  • nav_msgs/Path

std_msgs

  • std_msgs/Bool
  • std_msgs/Float32
  • std_msgs/Float64
  • std_msgs/Int8
  • std_msgs/Int16
  • std_msgs/Int32
  • std_msgs/Int64
  • std_msgs/UInt8
  • std_msgs/UInt16
  • std_msgs/UInt32
  • std_msgs/UInt64

sensor_msgs

  • sensor_msgs/CompressedImage
  • sensor_msgs/FluidPressure
  • sensor_msgs/Illuminance
  • sensor_msgs/Image
  • sensor_msgs/Imu
  • sensor_msgs/LaserScan
  • sensor_msgs/NavSatFix
  • sensor_msgs/PointCloud2
  • sensor_msgs/Range
  • sensor_msgs/RelativeHumidity
  • sensor_msgs/Temperature
CHANGELOG
No CHANGELOG found.

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged rosshow at Robotics Stack Exchange

No version for distro noetic. Known supported distros are highlighted in the buttons above.
No version for distro ardent. Known supported distros are highlighted in the buttons above.
No version for distro bouncy. Known supported distros are highlighted in the buttons above.
No version for distro crystal. Known supported distros are highlighted in the buttons above.
No version for distro eloquent. Known supported distros are highlighted in the buttons above.
No version for distro dashing. Known supported distros are highlighted in the buttons above.
No version for distro galactic. Known supported distros are highlighted in the buttons above.
No version for distro foxy. Known supported distros are highlighted in the buttons above.
No version for distro iron. Known supported distros are highlighted in the buttons above.
No version for distro lunar. Known supported distros are highlighted in the buttons above.
No version for distro jade. Known supported distros are highlighted in the buttons above.
No version for distro indigo. Known supported distros are highlighted in the buttons above.
No version for distro hydro. Known supported distros are highlighted in the buttons above.
No version for distro kinetic. Known supported distros are highlighted in the buttons above.
No version for distro melodic. Known supported distros are highlighted in the buttons above.