Skip to content

Instantly share code, notes, and snippets.

View ahundt's full-sized avatar

Andrew Hundt ahundt

View GitHub Profile
@ahundt
ahundt / # tasks - 2016-05-18_15-49-14.txt
Created May 18, 2016 19:50
tasks (ahundt/robotics/tasks) on Mac OS X 10.11.4 - Homebrew build logs
Homebrew build logs for ahundt/robotics/tasks on Mac OS X 10.11.4
Build date: 2016-05-18 15:49:14
@ahundt
ahundt / # spacevecalg - 2016-05-17_14-17-47.txt
Created May 17, 2016 18:18
spacevecalg (ahundt/robotics/spacevecalg) on Mac OS X 10.11.4 - Homebrew build logs
Homebrew build logs for ahundt/robotics/spacevecalg on Mac OS X 10.11.4
Build date: 2016-05-17 14:17:47
@ahundt
ahundt / # spacevecalg - 2016-05-17_13-47-32.txt
Created May 17, 2016 17:48
spacevecalg (ahundt/robotics/spacevecalg) on Mac OS X 10.11.4 - Homebrew build logs
Homebrew build logs for ahundt/robotics/spacevecalg on Mac OS X 10.11.4
Build date: 2016-05-17 13:47:32
@ahundt
ahundt / # eigen3topython - 2016-05-16_21-49-39.txt
Created May 17, 2016 01:52
eigen3topython (ahundt/robotics/eigen3topython) on Mac OS X 10.11.4 - Homebrew build logs
Homebrew build logs for ahundt/robotics/eigen3topython on Mac OS X 10.11.4
Build date: 2016-05-16 21:49:39
@ahundt
ahundt / # pcl - 2016-04-09_15-47-53.txt
Created April 9, 2016 19:51
pcl (pcl) on Mac OS X 10.11.4 - Homebrew build logs
Homebrew build logs for pcl on Mac OS X 10.11.4
Build date: 2016-04-09 15:47:53
@ahundt
ahundt / # opencv3 - 2016-04-06_13-36-11.txt
Created April 6, 2016 17:38
opencv3 (homebrew/science/opencv3) on Mac OS X 10.11.4 - Homebrew build logs
Homebrew build logs for homebrew/science/opencv3 on Mac OS X 10.11.4
Build date: 2016-04-06 13:36:11
@ahundt
ahundt / Makefile.config
Last active February 29, 2016 03:15
pycaffe mkl crash - FIXED VERSION
## Refer to http://caffe.berkeleyvision.org/installation.html
# Contributions simplifying and improving our build system are welcome!
# cuDNN acceleration switch (uncomment to build with cuDNN).
USE_CUDNN := 1
# CPU-only switch (uncomment to build without GPU support).
# CPU_ONLY := 1
# uncomment to disable IO dependencies and corresponding data layers
[kinect2_registration] ==> '/Users/athundt/source/costar_ws/build/kinect2_registration/build_env.sh /usr/local/bin/cmake /Users/athundt/source/costar_ws/src/iai_kinect2/kinect2_registration -DCATKIN_DEVEL_PREFIX=/Users/athundt/source/costar_ws/devel -DCMAKE_INSTALL_PREFIX=/Users/athundt/source/costar_ws/install --trace' in '/Users/athundt/source/costar_ws/build/kinect2_registration'
Running with trace output on.
/Users/athundt/source/costar_ws/src/iai_kinect2/kinect2_registration/CMakeLists.txt(1): cmake_minimum_required(VERSION 2.8.3 )
/Users/athundt/source/costar_ws/src/iai_kinect2/kinect2_registration/CMakeLists.txt(2): project(kinect2_registration CXX )
/Users/athundt/source/costar_ws/build/kinect2_registration/CMakeFiles/3.4.3/CMakeSystem.cmake(1): set(CMAKE_HOST_SYSTEM Darwin-15.3.0 )
/Users/athundt/source/costar_ws/build/kinect2_registration/CMakeFiles/3.4.3/CMakeSystem.cmake(2): set(CMAKE_HOST_SYSTEM_NAME Darwin )
/Users/athundt/source/costar_ws/build/kinect2_registration/CMakeFiles/3.4.3/CMakeSy
@ahundt
ahundt / sawConstraintControllerConfig.cmake
Created January 25, 2016 01:09
sawConstraintControlerConfig files broken
# Config file for the sawConstraintController package
# This adds sawConstraintController IMPORTED target
#
# Usage example:
#
# find_package(sawConstraintController)
# add_executable(foo foo.cpp)
# target_link_libraries(foo sawConstraintController)
#
# Additionaly you can use the following variables:
@ahundt
ahundt / trivial_logging_error.sh
Created November 9, 2015 17:17
boost.log 1.58 to 1.59 compiler error
/usr/local/include/boost/log/utility/formatting_ostream.hpp
/usr/local/include/boost/log/utility/formatting_ostream.hpp:801:19: Invalid operands to binary expression ('ostream_type' (aka 'basic_ostream<char_type, traits_type>') and 'std::__1::vector<float, std::__1::allocator<float> >')
/Users/athundt/source/robonetracker/modules/grl/src/v_repExtKukaLBRiiwaPlugin/v_repExtKukaLBRiiwa.cpp:19:10: In file included from /Users/athundt/source/robonetracker/modules/grl/src/v_repExtKukaLBRiiwaPlugin/v_repExtKukaLBRiiwa.cpp:19:
/Users/athundt/source/robonetracker/modules/grl/include/grl/vrep/KukaLBRiiwaVrepPlugin.hpp:8:10: In file included from /Users/athundt/source/robonetracker/modules/grl/include/grl/vrep/KukaLBRiiwaVrepPlugin.hpp:8:
/usr/local/include/boost/log/trivial.hpp:23:10: In file included from /usr/local/include/boost/log/trivial.hpp:23:
/usr/local/include/boost/log/sources/record_ostream.hpp:31:10: In file included from /usr/local/include/boost/log/sources/record_ostream.hpp:31:
/usr/local/include/boost/l