Skip to content

Commit

Permalink
fix merging stupids
Browse files Browse the repository at this point in the history
  • Loading branch information
Omega Jerry authored and Omega Jerry committed Mar 6, 2025
1 parent f293135 commit 0b939e4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
14 changes: 6 additions & 8 deletions 11_Robots/ghost_tank/src/bt_nodes/moveToPoseBoomerang.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -61,25 +61,23 @@ MoveToPoseBoomerang::MoveToPoseBoomerang(const std::string & name, const BT::Nod
}

// It is mandatory to define this STATIC method.
<<<<<<< HEAD
BT::PortsList MoveToPoseBoomerang::providedPorts(){
return {
BT::InputPort<double>("posX_tiles"),
BT::InputPort<double>("posY_tiles"),
BT::InputPort<double>("theta_deg"),
BT::InputPort<double>("posX_tiles"),
BT::InputPort<double>("posY_tiles"),
BT::InputPort<double>("theta_deg"),
BT::InputPort<double>("search_radius_m"),
BT::InputPort<double>("threshold_m"),
BT::InputPort<double>("angle_threshold_deg"),
BT::InputPort<double>("threshold_m"),
BT::InputPort<double>("angle_threshold_deg"),
BT::InputPort<double>("threshold_vel_mps"),
BT::InputPort<double>("angle_threshold_vel_dps"),
BT::InputPort<double>("angle_threshold_vel_dps"),
BT::InputPort<double>("lead"),
BT::InputPort<double>("max_speed_linear_pct"),
BT::InputPort<double>("max_speed_angular_pct"),
BT::InputPort<int>("timeout_ms"),
BT::InputPort<bool>("use_theta"),
BT::InputPort<bool>("backwards"),
};
>>>>>>> origin/develop
}

/// Method called once, when transitioning from the state IDLE.
Expand Down
1 change: 0 additions & 1 deletion 11_Robots/ghost_tank/src/tank_robot_plugin.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

/*
* Copyright (c) 2024 Maxx Wilson
* All rights reserved.
Expand Down

0 comments on commit 0b939e4

Please sign in to comment.