Results 2 issues of Ángel Luis

Hello, I am trying to add a Slider constraint to a mesh of my scene as following ``` scene = new Physijs.Scene; scene.addEventListener( 'update', function() { scene.simulate(); //physics_stats.update(); } );...

When I try to run the `make` command y get the following error: ```ImportError: No module named catkin.environment_cache``` This is the output of ```make``` command ``` $ cmake -Dcatkin_DIR=/opt/ros/indigo/share/catkin/cmake/ .....