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

This is a problem "error: moveo_moveit/ArmJointState.h: No such file or directory" . #33

Open harunkurtdev opened 3 years ago

harunkurtdev commented 3 years ago

Hi ,

I did send a from e-mail this issues. I did make all command but it didn't run. continuous it give same bug. How can I do ? please...

I find devel/include/moveo_moveit/ArmStateJoint.h but it is not running. please....

it give problems inside file include or ... how I do fix it ?

Nils-ChristianIseke commented 3 years ago

I resolved the issue, take a look at: https://github.com/jesseweisberg/moveo_ros/issues/37#issuecomment-896127857

Tenveis commented 8 months ago

You need to source the moveo_ros workspace before building library for arduino. Here is the link of updated readme: Tenveis:arduino_compile You can find the instructions in Troubleshoot section. Hope this helps.