Skip to content

Commit

Permalink
refactor: clean up code (#47)
Browse files Browse the repository at this point in the history
Signed-off-by: ktro2828 <[email protected]>
  • Loading branch information
ktro2828 authored Aug 18, 2024
1 parent 48569c8 commit cb82035
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ class TransformationManager
std::unique_ptr<TfTree> tf_tree_; //!< TfTree unique pointer.
std::shared_ptr<std::unordered_map<std::string, std::string>>
entities_; //!< Map stores a entity path of a corresponding frame ID.
std::unordered_map<std::string, double> last_log_stamps_;
std::unordered_map<std::string, double> last_log_stamps_; //!< Map stores last log timestamps.
};
} // namespace awviz_common
#endif // AWVIZ_COMMON__TRANSFORMATION_MANAGER_HPP_
2 changes: 0 additions & 2 deletions awviz_common/include/awviz_common/visualization_manager.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,6 @@ class VisualizationManager
rclcpp::CallbackGroup::SharedPtr parallel_callback_group_; //!< Parallel callback group.
rclcpp::TimerBase::SharedPtr callback_timer_; //!< Timer callback.

std::mutex display_mutex_;

private:
/**
* @brief Parse topics and create new ROS subscriptions every time.
Expand Down

0 comments on commit cb82035

Please sign in to comment.