ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

visualize_velocity_profile.py not working in teb_local_planner??

asked 2017-03-29 05:21:35 -0500

anirudhyadav1001 gravatar image

updated 2017-03-30 03:43:54 -0500

$

rosrun teb_local_planner_tutorials visualize_velocity_profile.py

Output:

[rosrun] Couldn't find executable named visualize_velocity_profile.py below                 /home/chacha/glocal/src/teb_local_planner_tutorials
[rosrun] Found the following, but they're either not files,
[rosrun] or not executable:
[rosrun]   /home/chacha/glocal/src/teb_local_planner_tutorials/scripts/visualize_velocity_profile.py
edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
2

answered 2017-12-22 13:55:06 -0500

Hi @anirudhyadav1001!

The error happens because your file doesn't have "execute permissions".

In order to solve that, you can give "execute permissions" using the command below:

chmod +x visualize_velocity_profile.py

Now, if you call rosrun teb_local_planner_tutorials visualize_velocity_profile.py again it should work.

If you prefer, I've created a video where we give and remove "execute permissions" to confirm that this is the reason behind the error.

Cheers.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2017-03-29 05:21:35 -0500

Seen: 1,190 times

Last updated: Dec 22 '17