Skip to content

Commit

Permalink
Fix URL to the previous changelog wiki
Browse files Browse the repository at this point in the history
  • Loading branch information
corot committed Aug 21, 2013
1 parent 2fd94be commit 3ccd1de
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion software/pano/pano_core/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ Forthcoming
Previous versions, bugfixing
============================

Available in ROS wiki: http://ros.org/wiki/turtlebot/ChangeList
Available in ROS wiki: http://ros.org/wiki/turtlebot_apps/ChangeList
2 changes: 1 addition & 1 deletion software/pano/pano_py/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ Forthcoming
Previous versions, bugfixing
============================

Available in ROS wiki: http://ros.org/wiki/turtlebot/ChangeList
Available in ROS wiki: http://ros.org/wiki/turtlebot_apps/ChangeList
2 changes: 1 addition & 1 deletion software/pano/pano_ros/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ Forthcoming
Previous versions, bugfixing
============================

Available in ROS wiki: http://ros.org/wiki/turtlebot/ChangeList
Available in ROS wiki: http://ros.org/wiki/turtlebot_apps/ChangeList
2 changes: 1 addition & 1 deletion turtlebot_actions/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ Forthcoming
Previous versions, bugfixing
============================

Available in ROS wiki: http://ros.org/wiki/turtlebot/ChangeList
Available in ROS wiki: http://ros.org/wiki/turtlebot_apps/ChangeList
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ using namespace std;

enum Pattern
{
CHESSBOARD, CIRCLES_GRID, ASYMMETRIC_CIRCLES_GRID
CHESSBOARD = 1, CIRCLES_GRID = 2, ASYMMETRIC_CIRCLES_GRID = 3
};

typedef std::vector<cv::Point3f> object_pts_t;
Expand Down
2 changes: 1 addition & 1 deletion turtlebot_actions/src/find_fiducial_pose.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ class FindFiducialAction

ros::Duration(1.0).sleep();
//subscribe to the image topic of interest
std::string image_topic = goal->camera_name + "/image_rect";
std::string image_topic = goal->camera_name + "/image_rect_mono";
sub_ = it_.subscribeCamera(image_topic, 1, &FindFiducialAction::detectCB, this);

pub_timer_ = nh_.createTimer(tf_listener_.getCacheLength() - ros::Duration(1.0), boost::bind(&FindFiducialAction::timeoutCB, this, _1),true);
Expand Down
2 changes: 1 addition & 1 deletion turtlebot_apps/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ Forthcoming
Previous versions, bugfixing
============================

Available in ROS wiki: http://ros.org/wiki/turtlebot/ChangeList
Available in ROS wiki: http://ros.org/wiki/turtlebot_apps/ChangeList
2 changes: 1 addition & 1 deletion turtlebot_calibration/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ Forthcoming
Previous versions, bugfixing
============================

Available in ROS wiki: http://ros.org/wiki/turtlebot/ChangeList
Available in ROS wiki: http://ros.org/wiki/turtlebot_apps/ChangeList
2 changes: 1 addition & 1 deletion turtlebot_core_apps/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ Forthcoming
Previous versions, bugfixing
============================

Available in ROS wiki: http://ros.org/wiki/turtlebot/ChangeList
Available in ROS wiki: http://ros.org/wiki/turtlebot_apps/ChangeList
2 changes: 1 addition & 1 deletion turtlebot_follower/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ Forthcoming
Previous versions, bugfixing
============================

Available in ROS wiki: http://ros.org/wiki/turtlebot/ChangeList
Available in ROS wiki: http://ros.org/wiki/turtlebot_apps/ChangeList
2 changes: 1 addition & 1 deletion turtlebot_navigation/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ Forthcoming
Previous versions, bugfixing
============================

Available in ROS wiki: http://ros.org/wiki/turtlebot/ChangeList
Available in ROS wiki: http://ros.org/wiki/turtlebot_apps/ChangeList
2 changes: 1 addition & 1 deletion turtlebot_panorama/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ Forthcoming
Previous versions, bugfixing
============================

Available in ROS wiki: http://ros.org/wiki/turtlebot/ChangeList
Available in ROS wiki: http://ros.org/wiki/turtlebot_apps/ChangeList
2 changes: 1 addition & 1 deletion turtlebot_teleop/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ Forthcoming
Previous versions, bugfixing
============================

Available in ROS wiki: http://ros.org/wiki/turtlebot/ChangeList
Available in ROS wiki: http://ros.org/wiki/turtlebot_apps/ChangeList

1 comment on commit 3ccd1de

@corot
Copy link
Contributor Author

@corot corot commented on 3ccd1de Aug 22, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Accidentally I committed here two changes to solver #58

Please sign in to comment.