Skip to content

Commit

Permalink
using bottom firedetection action name
Browse files Browse the repository at this point in the history
  • Loading branch information
RafaelRey committed Feb 19, 2020
1 parent 39217f0 commit 5c35834
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/firedetection_action_emulator.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class FireDetectionActionEmulator

public:

FireDetectionActionEmulator(ros::NodeHandle nh): fdas_(nh, "firedetection", false), fd3das_(nh, "firedetection3D", false)
FireDetectionActionEmulator(ros::NodeHandle nh): fdas_(nh, "firedetection", false), fd3das_(nh, "firedetection3D_bottom", false)
{

ros::NodeHandle nhp("~");
Expand Down
2 changes: 1 addition & 1 deletion src/upo_actions_emulator.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ class FireExtinguishActionEmulator

public:

FireExtinguishActionEmulator(ros::NodeHandle nh): action_(nh, "fire_extinguisher", false)
FireExtinguishActionEmulator(ros::NodeHandle nh): action_(nh, "blanket_fire_extinguisher", false)
{
ros::NodeHandle nhp("~");
float duration_of_action;
Expand Down

0 comments on commit 5c35834

Please sign in to comment.