Hypha-ROS / hypharos_racecar

Low-cost, high speed (600USD, 3 m/s) 1/10 Autonomous ROS RaceCar (with tutorial for beginner)
https://hypharosworkshop.wordpress.com/
GNU Lesser General Public License v3.0
261 stars 112 forks source link

找不到文件imu_auto.py #3

Closed DavidHan008 closed 6 years ago

DavidHan008 commented 6 years ago
-- 2 | 找不到文件imu_auto.py
haochihlin commented 6 years ago

Hi @DavidHan008 the file "imu_auto.py" could be found in "hypha-racecar/script/". I guess your problem is that you forgot to change the permission of the file to "executable". You could try $ sudo chmod 755 imu_auto.py

haochihlin commented 6 years ago

I guess that this issue has been solved !