Skip to content

Commit

Permalink
Swapped 'destination' to 'path' in load service call to match .srv
Browse files Browse the repository at this point in the history
  • Loading branch information
TirelessDev committed Sep 2, 2021
1 parent a85a854 commit f9c893d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/hdl_graph_slam_nodelet.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -818,7 +818,7 @@ class HdlGraphSlamNodelet : public nodelet::Nodelet {
bool load_service(hdl_graph_slam::LoadGraphRequest& req, hdl_graph_slam::LoadGraphResponse& res) {
std::lock_guard<std::mutex> lock(main_thread_mutex);

std::string directory = req.destination;
std::string directory = req.path;

std::cout << "loading data from:" << directory << std::endl;

Expand Down

0 comments on commit f9c893d

Please sign in to comment.