sea-bass / pyrobosim

ROS 2 enabled 2D mobile robot simulator for behavior prototyping.
https://pyrobosim.readthedocs.io/
MIT License
220 stars 37 forks source link

Scripts seem to be non-executable #182

Closed ct2034 closed 3 months ago

ct2034 commented 3 months ago

When I try to execute ros2 run pyrobosim_ros demo.py I get No executable found. (Same behavior for all the demo* files in examples/ After I manually make them exetuable, manually chmod +x install/pyrobosim_ros/lib/pyrobosim_ros/demo.py it works.

sea-bass commented 3 months ago

Just fixed this in https://github.com/sea-bass/pyrobosim/commit/e82b5368c3f06cd28aae92ecc987d1472aeefd44 (I had a GitHub issue and accidentally pushed it without a PR).