Class PhotoAtWaypoint
Defined in File photo_at_waypoint.hpp
Inheritance Relationships
Base Type
public nav2_core::WaypointTaskExecutor
Class Documentation
Public Functions
Construct a new Photo At Waypoint object.
Destroy the Photo At Waypoint object.
declares and loads parameters used
- Parameters:
parent – parent node that plugin will be created within
plugin_name – should be provided in nav2_params.yaml==> waypoint_follower
Override this to define the body of your task that you would like to execute once the robot arrived to waypoint.
- Parameters:
curr_pose – current pose of the robot
curr_waypoint_index – current waypoint, that robot just arrived
- Returns:
true if task execution was successful
- Returns:
false if task execution failed
- Parameters:
msg –
Public Static Functions
given a shared pointer to sensor::msg::Image type, make a deep copy to inputted cv Mat
- Parameters:
msg –
mat –
Protected Attributes