Skip to content

Commit

Permalink
removed redundant members
Browse files Browse the repository at this point in the history
  • Loading branch information
mhubii committed Oct 22, 2024
1 parent ac36e53 commit 74afbb8
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions lbr_fri_ros2/include/lbr_fri_ros2/app.hpp
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
#ifndef LBR_FRI_ROS2__APP_HPP_
#define LBR_FRI_ROS2__APP_HPP_

#include <atomic>
#include <memory>
#include <thread>

#include "rclcpp/logger.hpp"
#include "rclcpp/logging.hpp"
#include "realtime_tools/thread_priority.hpp"

#include "friClientApplication.h"
#include "friUdpConnection.h"
Expand Down Expand Up @@ -40,9 +37,6 @@ class App : public Worker {
void perform_work_() override;
bool valid_port_(const int &port_id);

std::atomic_bool should_stop_, running_;
std::thread run_thread_;

std::shared_ptr<AsyncClient> async_client_ptr_;
std::unique_ptr<KUKA::FRI::UdpConnection> connection_ptr_;
std::unique_ptr<KUKA::FRI::ClientApplication> app_ptr_;
Expand Down

0 comments on commit 74afbb8

Please sign in to comment.