Skip to content

Commit

Permalink
fix useless callback
Browse files Browse the repository at this point in the history
  • Loading branch information
hferraud committed Dec 1, 2023
1 parent 418469a commit e2b4156
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pathfinding/include/Pathfinding.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ class Pathfinding : public rclcpp::Node {

// Callback functions
void pingerCallback(ros_gz_interfaces::msg::ParamVec::SharedPtr msg);
void buoyPingerCallback(ros_gz_interfaces::msg::ParamVec::SharedPtr msg);
void perceptionCallback(ros_gz_interfaces::msg::ParamVec::SharedPtr msg);
void taskInfoCallback(ros_gz_interfaces::msg::ParamVec::SharedPtr msg);
void phaseCallback(std_msgs::msg::UInt32::SharedPtr msg);
Expand Down

0 comments on commit e2b4156

Please sign in to comment.