jesseweisberg / moveo_ros

ROS packages and Arduino scripts that can be used to control the BCN3D Moveo robotic arm in simulation and real-life.
MIT License
297 stars 126 forks source link

Can not launch the program #6

Closed fifo152 closed 6 years ago

fifo152 commented 6 years ago

I have got a problem, when I try to run the program I always encounter a problem: [demo.launch] is neither a launch file in package [moveo_moveit_config] nor is [moveo_moveit_config] a launch file name

As far as I know I have everything installed correctly even that I have never used linux before. I am trying to run it on ubuntu 16.04

jesseweisberg commented 6 years ago

It may be helpful to run through the initial ROS tutorials if you haven't already. Check out this answer on the ROS site. It seems like the launch file and the package are not being recognized.

Did you source your catkin workspace before calling roslaunch? You can do this by executing the following command. source ~/.../catkin_ws/devel/setup.bash Then, try: roslaunch moveo_moveit_config demo.launch

jesseweisberg commented 6 years ago

closed due to inactivity