clydemcqueen / tello_ros

C++ ROS2 driver for DJI Tello drones
BSD 3-Clause "New" or "Revised" License
193 stars 65 forks source link

Error while doung Colcon Build: Permission denied #78

Closed mich1342 closed 9 months ago

mich1342 commented 9 months ago

Hi, I am trying to colcon build using Ubuntu 22.04 and ROS2 Humble. I got error for the /tello_description/src/replace.py: Permission denied.

I have tried adding sudo to the colcon build but still the same

TiNovosel commented 9 months ago

Just give a permission with: chmod +x /home/{username}/tello_ros_ws/src/tello_ros/tello_description/src/replace.py

mich1342 commented 9 months ago

hi @TiNovosel,

Thank you. It works for me.