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

"./bin/simple_navigation_goals" does not work

asked 2020-05-11 03:51:33 -0500

Dean gravatar image

Hello everyone,

I am practising this tutorial:

http://wiki.ros.org/navigation/Tutori...

In its last parts, when i did:

./bin/simple_navigation_goals

I didn't get nothing but as follows:

bash: ./bin/simple_navigation_goals: There is not this file or directory.

Then I serched this file" simple_navigation_goals" in my disk, i found it just exists at melodic/share,and melodic/lib.

It doesn't in /bin directory.

Is this the reason it doesn't work?

Could you do me a favor?

Thank you.

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2020-05-11 05:22:32 -0500

YaJP gravatar image

updated 2020-05-11 05:29:25 -0500

your follow tutorial include create new package. is parameter when show up? if that is show up when open new terminal u should try

[add patch non-catkin software]

$ echo "source ~/[your package folder name]/devel/setup.bash" >> ~/.bashrc

and

[reload bashrc]

$ source ~/.bash

it will work http://wiki.ros.org/catkin/Tutorials/... visit this tutorial that explain why need edit bashrc

edit flag offensive delete link more

Question Tools

2 followers

Stats

Asked: 2020-05-11 03:51:33 -0500

Seen: 113 times

Last updated: May 11 '20