Skip to content
Snippets Groups Projects
Commit 8e8dc737 authored by jonasspring's avatar jonasspring
Browse files

Changed parameter name of coppeliasim_path

parent a5f0fcd7
No related branches found
No related tags found
No related merge requests found
......@@ -74,7 +74,7 @@ int main(int argc, char **argv)
ros::NodeHandle nh;
std::string coppeliasim_path;
if(!nh.getParam("/coppeliasim_path", coppeliasim_path)){
if(!nh.getParam("/panda/coppeliasim_path", coppeliasim_path)){
ROS_ERROR("/coppeliasim_path parameter not found");
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment