diff --git a/camera_rgbled/client_cam_led.c b/camera_rgbled/client_cam_led.c index 8069be2c4c61daa5e2debc1d8f67a3be841712a8..177c71023ec2ec88757297b174cc3c9cc6df449a 100644 --- a/camera_rgbled/client_cam_led.c +++ b/camera_rgbled/client_cam_led.c @@ -36,7 +36,7 @@ void camera() sleep(3); /* Python 스크립트 실행 */ - fp = popen("python3 getdist.py", "r"); + fp = popen("python3 get_distance.py", "r"); if (fp == NULL) { error_handling("Failed to run command");