Skip to content

Commit

Permalink
Fix safety_manager path (#411)
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Delicat <[email protected]>
Co-authored-by: rafal-gorecki <[email protected]>
  • Loading branch information
delihus and rafal-gorecki committed Oct 1, 2024
1 parent fb78242 commit 05324f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion panther_manager/src/safety_manager_node.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ SafetyManagerNode::SafetyManagerNode(

const auto shutdown_hosts_path = this->get_parameter("shutdown_hosts_path").as_string();
const std::map<std::string, std::any> shutdown_initial_blackboard = {
{"SHUTDOWN_HOSTS_FILE", shutdown_hosts_path.c_str()},
{"SHUTDOWN_HOSTS_FILE", shutdown_hosts_path},
};
shutdown_tree_manager_ = std::make_unique<BehaviorTreeManager>(
"Shutdown", shutdown_initial_blackboard, 7777);
Expand Down

0 comments on commit 05324f5

Please sign in to comment.