Sean Pollock
Sean Pollock
Hey Danny, thank you for the welcoming! huge fan of this project :) Features above noted. Will dig more into how test_lang is working, would be cool to generate tests...
## Update ## I have a minimum working hack for pushing json data from the python shell to the web app over a websocket. Simple redux state accepting the pushes...
Side note. networkX is great as it provides many built in algs and plotting tool out of the box, but it may be worth exploring building our own graph data...
I am having this same issue @lemonL. Were you able to get around it?
@jimcha21 Thanks for your response. Here is the new error log with the inserted command: ``` Base path: /opt/ros/kinetic/share/catkin/dji-guidance-ws Source space: /opt/ros/kinetic/share/catkin/dji-guidance-ws/src Build space: /opt/ros/kinetic/share/catkin/dji-guidance-ws/build Devel space: /opt/ros/kinetic/share/catkin/dji-guidance-ws/devel Install space:...
here is my CMkeError.log: ``` Determining if the pthread_create exist failed with the following output: Change Dir: /opt/ros/kinetic/share/catkin/dji-guidance-ws/src/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_9ae67/fast" /usr/bin/make -f CMakeFiles/cmTC_9ae67.dir/build.make CMakeFiles/cmTC_9ae67.dir/build make[1]: Entering directory '/opt/ros/kinetic/share/catkin/dji-guidance-ws/src/CMakeFiles/CMakeTmp'...
nice, the set opencv dir command worked. I am now getting the following error: ``` -- Generating done -- Build files have been written to: /opt/ros/kinetic/share/catkin/dji-guidance-ws/src #### #### Running command:...
I think it is just dropping the build files off in the wrong dir `/opt/ros/kinetic/share/catkin/dji-guidance-ws/src` my build folder is pretty much empty and no cmake files ls -la in `/opt/ros/kinetic/share/catkin/dji-guidance-ws/src`...
Just tried in `home/sean/__ ` but same problem. You think it is an issue with permissions in build folder?
I am getting this error now: ``` sean@sean:~/dji-guidance-ws$ catkin_make Base path: /home/sean/dji-guidance-ws Source space: /home/sean/dji-guidance-ws/src Build space: /home/sean/dji-guidance-ws/build Devel space: /home/sean/dji-guidance-ws/devel Install space: /home/sean/dji-guidance-ws/install #### #### Running command: "cmake /home/sean/dji-guidance-ws/src...