Skip to content

Commit a6c135e

Browse files
minor update
1 parent d960019 commit a6c135e

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<license>MIT</license>
1010

1111

12-
<url type="website">https://github.com/MoscowskyAnton/extended_object_detection</url>
12+
<url type="website">https://github.com/Extended-Object-Detection-ROS</url>
1313

1414
<author email="moscowskyad@gmail.com">Moscowsky Anton</author>
1515

src/extended_object_detection_node/eod_node.h

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -92,12 +92,10 @@ class EOD_ROS{
9292

9393
void rgbd_info_cb(const sensor_msgs::ImageConstPtr& image, const sensor_msgs::CameraInfoConstPtr& info, const sensor_msgs::ImageConstPtr& depth_image, const sensor_msgs::CameraInfoConstPtr& depth_info);
9494

95-
// functions
96-
//void detect(const cv::Mat& rgb, const cv::Mat& depth, std_msgs::Header header);
95+
// functions
9796
void detect(const eod::InfoImage& rgb, const eod::InfoImage& depth, std_msgs::Header header);
9897
bool check_time(const ros::Time& stamp);
99-
bool check_lag(const ros::Time& stamp, double &lag);
100-
//void add_data_to_simple_msg( eod::SimpleObject*, extended_object_detection::SimpleObjectArray& msg, const cv::Mat& K);
98+
bool check_lag(const ros::Time& stamp, double &lag);
10199
extended_object_detection::BaseObject eoi_to_base_object(std::string name, int id, eod::ExtendedObjectInfo* eoi, const cv::Mat& K);
102100
cv::Mat getK(const sensor_msgs::CameraInfoConstPtr& info_msg);
103101
cv::Mat getD(const sensor_msgs::CameraInfoConstPtr& info_msg);

0 commit comments

Comments
 (0)