Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 429 Bytes

rosgray.rst

File metadata and controls

22 lines (12 loc) · 429 Bytes

ROS grayscale display

  1. Open ROS environment:

    roscore&
  2. Enter the folder where ros package is located to initialize the environment variables:

    source ./devel/setup.bash
  3. Run the launch file:

    roslaunch dmcam_ros start.launch
  4. Show grayscale command:

    rosrun image_view image_view image:=/smarttof/image_gray
    
    The grayscale image is shown below:

    image