X-Git-Url: https://defiant.homedns.org/gitweb/?p=ros_wild_thumper.git;a=blobdiff_plain;f=src%2Fpath_following.cpp;h=a183484a5e5a8dff561a44a2f6023b19ad4f5ba6;hp=7bbd7efcabf63c1e43174e0ab4a64c5c215d5c6c;hb=0622f0aa00918665a37b8fdfdf812a8127b55269;hpb=eef02300bd4b99a11e6a1756f7b8d4e25c6c0908 diff --git a/src/path_following.cpp b/src/path_following.cpp index 7bbd7ef..a183484 100644 --- a/src/path_following.cpp +++ b/src/path_following.cpp @@ -43,7 +43,7 @@ class PathFollower PathFollower() : it(nh) { ros::NodeHandle pnh("~"); - FileStorage fs(ros::package::getPath("wild_thumper") + "/cfg/transformation_matrix.yml", FileStorage::READ); + FileStorage fs(ros::package::getPath("wild_thumper") + "/config/transformation_matrix.yml", FileStorage::READ); dynamic_reconfigure::Server::CallbackType f; fs["transformation_matrix"] >> transformation_matrix;