error in socketcan-demo
I am trying to understand and implement CAN INTERFACES . For this, i found the following link which includes some good socketcan examples. https://github.com/JCube001/socketcan...
Though everything was ok till i did "catkin_make' but the rosrun is showing the error of "package not found". I did the "source devel/setup.bash" which also did not give any error. So, why the rosrun is not able to be implemented? The only warning is that when i did catkin_make , i get the a small warning in the beginning as follows: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
I don't know whether this is restricting the rosrun to be executed or not. and where is teh mistake which is failing the rosrun command.