Skip to content

PhotoAtWaypoint

Run-time plugin that takes photos at waypoint arrivals when using waypoint follower node. Saves the taken photos to specified directory. The name for taken photos are determined by the waypoint index and timestamp(seconds). For instance /home/atas/0_1602582820.png is an sample taken image, where 0_1602582820 is the file name determined by waypoint index and time stamp. The leading digit in file name implies the waypoint index and the rest of digits at righthand side implies the time stamp when the photo was taken.

Parameters

<nav2_waypoint_follower plugin>: nav2_waypoint_follower plugin name defined in the waypoint_task_executor_plugin_id parameter in Waypoint Follower.

Type: bool Default: true

Whether waypoint_task_executor plugin is enabled.

Type: string Default: "/camera/color/image_raw"

Camera image topic name to subscribe

Type: string Default: "/tmp/waypoint_images"

Path to directory to save taken photos at waypoint arrivals.

Type: string Default: "png"

Desired image format.

allow_parameter_qos_overrides

Type: bool Default: true

Whether to allow QoS profiles to be overwritten with parameterized values.