simple_navigation_goals no such file or directory [closed]
Hello,
I am new to ROS. I am using ubuntu 16.04 and am trying to follow this tutorial
I followed all the steps, however when I run ./bin/simple_navigation_goals in the end, I get
bash: ./bin/simple_navigation_goals: No such file or directory
Can someone let me know why this is?
I have already tried to do source devel/setup.bash after I did catkin_make
Thanks, Aaron
I see that's how the tutorial that you linked to tells you to run the node way which I find strange. Usually, you'd run the node with
Can you try running the node that way and see what happens?