Skip to content

Commit a95e359

Browse files
author
Aaron Roller
committed
fix: updated UserConfig to look in new installed location AM-604/4_0_1
1 parent 5f525f3 commit a95e359

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/dji_osdk_ros_obsoleted/dji_linux_helpers.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ LinuxSetup::setupEnvironment(int argc, char** argv)
176176
//look in installation dir if not found in expected places
177177
if(config_file_path.empty()){
178178
//FIXME: find a better place to declare this without ros distro (melodic)
179-
std::string installationDir = "/opt/ros/melodic/share/dji_sdk/launch";
179+
std::string installationDir = "/opt/ros/melodic/share/dji_osdk_ros/launch";
180180
config_file_path = DJI_Environment::findFileInDir(config_filename,installationDir);
181181
}
182182
if (config_file_path.empty())

0 commit comments

Comments
 (0)