Skip to content

Commit

Permalink
Added executive
Browse files Browse the repository at this point in the history
  • Loading branch information
ana-GT committed Jun 4, 2024
1 parent d94d9dd commit e9c6613
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gnc/ctl/include/ctl/ctl_ros.h
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ class Ctl {
};

// Maximum acceptable latency
static constexpr double MAX_LATENCY = 50; //0.5; // ANA DEBUG JUST TO SEE IF THE DAMN THING MOVES!
static constexpr double MAX_LATENCY = 0.5;

/**
* Ctl allocate, register, initialize model
Expand Down
2 changes: 1 addition & 1 deletion management/executive/src/executive.cc
Original file line number Diff line number Diff line change
Expand Up @@ -3917,7 +3917,7 @@ void Executive::Initialize(NodeHandle &nh) {

agent_state_.holonomic_enabled = false;
agent_state_.check_obstacles = true;
agent_state_.check_zones = true;
agent_state_.check_zones = false; // true; // ANA DEBUG: JPS3D is crashing in the Validator, deactivating for now
agent_state_.auto_return_enabled = true;
agent_state_.immediate_enabled = true;
agent_state_.replanning_enabled = false;
Expand Down

0 comments on commit e9c6613

Please sign in to comment.