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

When I try to compile Arduino code, I get the following "error: moveo_moveit/ArmJointState.h: No such file or directory". #43

Open Partap1234 opened 10 months ago

Partap1234 commented 10 months ago

I tried this: cd /libraries rm -rf ros_lib rosrun rosserial_arduino make_libraries.py . It made no difference

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.