slide_show repository

Repository Summary

Checkout URI https://github.com/ros2/slide_show.git
VCS Type git
VCS Version master
Last Updated 2020-01-30
Dev Status DEVELOPED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Packages

Name Version
slide_show 0.1.0

README

Slide Show

This node publishes images from a directory at a fixed rate.

Topics -

  • images (type: sensor_msgs/msg/Image) - The topic on which images are published.

Parameters

  • directory (type: str) - a path to a directory containing image files
  • period (type: double) - time in seconds to wait before publishing the next image

Examples

Publish images from the current diretory at the default rate.

ros2 run slide_show slide_show

To run with custom parameters, edit and save the following as slide_show_params.yaml

/**:
  ros__parameters:
    directory: /some/dir/with/images
    period: 3.14

Then run the node with the path to the yaml file.

# Dashing
ros2 run slide_show slide_show __params:=path/to/slide_show_params.yaml
# Eloquent
ros2 run slide_show slide_show --ros-args --params-file path/to/slide_show_params.yaml

CONTRIBUTING

Any contribution that you make to this repository will be under the Apache 2 License, as dictated by that license:

5. Submission of Contributions. Unless You explicitly state otherwise,
   any Contribution intentionally submitted for inclusion in the Work
   by You to the Licensor shall be under the terms and conditions of
   this License, without any additional terms or conditions.
   Notwithstanding the above, nothing herein shall supersede or modify
   the terms of any separate license agreement you may have executed
   with Licensor regarding such Contributions.

Contributors must sign-off each commit by adding a Signed-off-by: ... line to commit messages to certify that they have the right to submit the code they are contributing to the project according to the Developer Certificate of Origin (DCO).


Repository Summary

Checkout URI https://github.com/ros2/slide_show.git
VCS Type git
VCS Version master
Last Updated 2020-01-30
Dev Status DEVELOPED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Packages

Name Version
slide_show 0.1.0

README

Slide Show

This node publishes images from a directory at a fixed rate.

Topics -

  • images (type: sensor_msgs/msg/Image) - The topic on which images are published.

Parameters

  • directory (type: str) - a path to a directory containing image files
  • period (type: double) - time in seconds to wait before publishing the next image

Examples

Publish images from the current diretory at the default rate.

ros2 run slide_show slide_show

To run with custom parameters, edit and save the following as slide_show_params.yaml

/**:
  ros__parameters:
    directory: /some/dir/with/images
    period: 3.14

Then run the node with the path to the yaml file.

# Dashing
ros2 run slide_show slide_show __params:=path/to/slide_show_params.yaml
# Eloquent
ros2 run slide_show slide_show --ros-args --params-file path/to/slide_show_params.yaml

CONTRIBUTING

Any contribution that you make to this repository will be under the Apache 2 License, as dictated by that license:

5. Submission of Contributions. Unless You explicitly state otherwise,
   any Contribution intentionally submitted for inclusion in the Work
   by You to the Licensor shall be under the terms and conditions of
   this License, without any additional terms or conditions.
   Notwithstanding the above, nothing herein shall supersede or modify
   the terms of any separate license agreement you may have executed
   with Licensor regarding such Contributions.

Contributors must sign-off each commit by adding a Signed-off-by: ... line to commit messages to certify that they have the right to submit the code they are contributing to the project according to the Developer Certificate of Origin (DCO).