Skip to content

Commit

Permalink
Updated marker vis
Browse files Browse the repository at this point in the history
  • Loading branch information
heethesh committed May 2, 2019
1 parent d83f4cc commit 765f83a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion object_detection/src/object_pose_detection.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ sensor_msgs::PointCloud2 template_msg;
tf::TransformListener* listener;
geometry_msgs::Pose pose_msg;
Eigen::Affine3d pose_transform;
double dimensions[] = { 0.1, 0.02, 0.02 };
double dimensions[] = { 0.02, 0.15, 0.02 };
double icp_fitness_score;
pcl::PCLPointCloud2::Ptr input_pcl(new pcl::PCLPointCloud2);

Expand Down

0 comments on commit 765f83a

Please sign in to comment.