Skip to content

Commit

Permalink
Remove internal cache node
Browse files Browse the repository at this point in the history
Signed-off-by: methylDragon <[email protected]>
  • Loading branch information
methylDragon committed Nov 20, 2023
1 parent f161f45 commit ca0f123
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
5 changes: 0 additions & 5 deletions nexus_motion_planner/src/motion_planner_server.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -293,11 +293,6 @@ MotionPlannerServer::~MotionPlannerServer()
{
_spin_thread.join();
}

if (_cache_spin_thread.joinable())
{
_cache_spin_thread.join();
}
}

//==============================================================================
Expand Down
3 changes: 0 additions & 3 deletions nexus_motion_planner/src/motion_planner_server.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,6 @@ class MotionPlannerServer : public rclcpp_lifecycle::LifecycleNode
rclcpp::Node::SharedPtr _internal_node;
std::thread _spin_thread;

rclcpp::Node::SharedPtr _internal_cache_node;
std::thread _cache_spin_thread;

// MoveIt planning
std::vector<std::string> _manipulators;
bool _use_move_group_interfaces;
Expand Down

0 comments on commit ca0f123

Please sign in to comment.