Open dmcconachie opened 6 years ago
Right now the .h file has tons of function and global variable definitions. This needs to be cleaned up.
.h
ros::NodeHandlePtr node_; boost::shared_ptr<image_transport::ImageTransport> image_; sensor_msgs::CameraInfo camera_info_; boost::shared_ptr<tf2_ros::TransformBroadcaster> transform_broadcaster_; ros::Publisher marker_publisher_; ros::Publisher apriltag_publisher_; image_transport::Publisher image_publisher_; ros::Subscriber info_subscriber; ros::Subscriber cloud_subscriber; // AprilTag parts TagFamily* family_; TagDetector* detector_; TagDetectorParams tag_params; std::string tag_data; std::string tag_family_name_; ...
Right now the
.h
file has tons of function and global variable definitions. This needs to be cleaned up.