Skip to content

Commit

Permalink
Fix virtual override error
Browse files Browse the repository at this point in the history
Signed-off-by: redvinaa <[email protected]>
  • Loading branch information
redvinaa committed Jul 3, 2024
1 parent 5c65376 commit 73d2363
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ class ChargingDock
* @param pose The initial estimate of the dock pose.
* @param frame The frame of the initial estimate.
*/
virtual bool getRefinedPose(geometry_msgs::msg::PoseStamped & pose) = 0;
virtual bool getRefinedPose(geometry_msgs::msg::PoseStamped & pose, std::string id) = 0;

/**
* @brief Have we made contact with dock? This can be implemented in a variety
Expand Down

0 comments on commit 73d2363

Please sign in to comment.