Skip to content
Snippets Groups Projects
Commit de05e3ad authored by 윤현준's avatar 윤현준
Browse files

file name changed

parent fc06b08c
Branches
No related tags found
No related merge requests found
...@@ -36,7 +36,7 @@ void camera() ...@@ -36,7 +36,7 @@ void camera()
sleep(3); sleep(3);
/* Python 스크립트 실행 */ /* Python 스크립트 실행 */
fp = popen("python3 getdist.py", "r"); fp = popen("python3 get_distance.py", "r");
if (fp == NULL) if (fp == NULL)
{ {
error_handling("Failed to run command"); error_handling("Failed to run command");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment