mrsp / imu_ekf

A ROS C++ node that fuses IMU and Odometry
67 stars 20 forks source link

imu_ekf/cfg/ParamControl.cfg: Permission denied #3

Closed bryantaoli closed 4 years ago

bryantaoli commented 4 years ago

Hi Stelios, Thanks for your great contribution. I ran the project and find an error:../catkin_generated/env_cached.sh: 16: exec: /home/mso/Downloads/Project/msf/imu_odom_catkin/src/imu_ekf/cfg/ParamControl.cfg: Permission denied, how can I fix it and ran the project,looking forward for your reply. Thanks in advance. Bryan Lee

bryantaoli commented 4 years ago

I fix the problem ,just come into the /cfg and run $ sudo chmod +x ParamControl.cfg, and it works.