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.
<nav2_waypoint_follower plugin>.enabled
- Type:
boolDefault:true -
Whether
waypoint_task_executorplugin is enabled.
<nav2_waypoint_follower plugin>.camera_image_topic_name
- Type:
stringDefault:"/camera/color/image_raw" -
Camera image topic name to subscribe
<nav2_waypoint_follower plugin>.save_images_dir
- Type:
stringDefault:"/tmp/waypoint_images" -
Path to directory to save taken photos at waypoint arrivals.
<nav2_waypoint_follower plugin>.image_format
- Type:
stringDefault:"png" -
Desired image format.
allow_parameter_qos_overrides
- Type:
boolDefault:true -
Whether to allow QoS profiles to be overwritten with parameterized values.