Skip to content
Snippets Groups Projects
Commit b4c34d36 authored by Steven Macenski's avatar Steven Macenski
Browse files

using ClientT for ActionClient typedef

parent a021f3ee
No related branches found
No related tags found
No related merge requests found
......@@ -48,7 +48,7 @@ public:
using ActionT = nav2_msgs::action::FollowWaypoints;
using ClientT = nav2_msgs::action::NavigateToPose;
using ActionServer = nav2_util::SimpleActionServer<ActionT>;
using ActionClient = rclcpp_action::Client<nav2_msgs::action::NavigateToPose>;
using ActionClient = rclcpp_action::Client<ClientT>;
/**
* @brief A constructor for nav2_waypoint_follower::WaypointFollower class
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment