Skip to content

Commit

Permalink
修正
Browse files Browse the repository at this point in the history
  • Loading branch information
HansRobo committed Feb 23, 2024
1 parent 83cd4b3 commit 8547d55
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ class PlannerBase
virtual std::pair<Status, std::vector<crane_msgs::msg::RobotCommand>> calculateRobotCommand(
const std::vector<RobotIdentifier> & robots) = 0;

const ConsaiVisualizerWrapper::SharedPtr & visualizer;
ConsaiVisualizerWrapper::SharedPtr visualizer;

Status status = Status::RUNNING;

Expand Down

0 comments on commit 8547d55

Please sign in to comment.