Skip to content

Commit

Permalink
[fix] ros-perception#93 for IndividualMarkersNoKinect.cpp. (sniekum#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
130s committed Feb 9, 2017
1 parent 232dc1f commit bd03d39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nodes/IndividualMarkersNoKinect.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ double max_track_error;
std::string cam_image_topic;
std::string cam_info_topic;
std::string output_frame;
int marker_resolution = 7; // default marker resolution
int marker_resolution = 5; // default marker resolution
int marker_margin = 2; // default marker margin

void getCapCallback (const sensor_msgs::ImageConstPtr & image_msg);
Expand Down

0 comments on commit bd03d39

Please sign in to comment.