Skip to content

Commit

Permalink
remove virtual method as recommended by Denis
Browse files Browse the repository at this point in the history
  • Loading branch information
saikishor committed Jan 23, 2024
1 parent 439eae0 commit a0c1341
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ class ControllerInterfaceBase : public rclcpp_lifecycle::node_interfaces::Lifecy
void release_interfaces();

CONTROLLER_INTERFACE_PUBLIC
virtual return_type init(
return_type init(
const std::string & controller_name, const std::string & urdf, unsigned int cm_update_rate,
const std::string & node_namespace, const rclcpp::NodeOptions & node_options);

Expand Down

0 comments on commit a0c1341

Please sign in to comment.