Skip to content

Instantly share code, notes, and snippets.

View wjwwood's full-sized avatar
🙃

William Woodall wjwwood

🙃
View GitHub Profile
Traceback (most recent call last):
File "/usr/local/bin/bloom-release", line 9, in <module>
load_entry_point('bloom==0.4.7', 'console_scripts', 'bloom-release')()
File "/Library/Python/2.7/site-packages/bloom/commands/release.py", line 823, in main
args.ssh_pr)
File "/Library/Python/2.7/site-packages/bloom/commands/release.py", line 613, in perform_release
release_repo = get_release_repo(repository, distro)
File "/Library/Python/2.7/site-packages/bloom/commands/release.py", line 221, in get_release_repo
url = get_repo_uri(repository, distro)
File "/Library/Python/2.7/site-packages/bloom/commands/release.py", line 192, in get_repo_uri
@wjwwood
wjwwood / gist:8831266
Created February 5, 2014 19:30
Ogre failure on 10.9
% brew install ogre -v
==> Downloading https://sourceforge.net/projects/ogre/files/ogre/1.7/ogre_src_v1-7-4.tar.bz2
Already downloaded: /Library/Caches/Homebrew/ogre-1.7.4.tar.bz2
==> Verifying ogre-1.7.4.tar.bz2 checksum
tar xf /Library/Caches/Homebrew/ogre-1.7.4.tar.bz2
==> Downloading patches
/usr/bin/curl -f#LA Homebrew 0.9.5 (Ruby 1.8.7-358; Mac OS X 10.9.1) https://gist.github.com/raw/4237236/e357f1b9fa8b26d02ed84f411d5b5eb7446c68c5/pkg_config_fix.patch -o 000-homebrew.diff https://gist.github.com/raw/4237236/57cb907304433cc0bb83fd332ff98a5789102b00/prevent_framework_apple.patch -o 001-homebrew.diff https://gist.github.com/raw/4237236/31ae53cefdb693cb2fb81333178163a29f8cf7ca/osx_isystem.patch -o 002-homebrew.diff https://gist.github.com/raw/4237236/9c7df6689da4e0b358429692f6615f2707469f45/osx_linking.patch -o 003-homebrew.diff https://gist.github.com/raw/4237236/d667813d5ee1e712e0ea8cc99df9a85da6141b1e/replace_pbxcp_with_ditto.patch -o 004-homebrew.diff https://gist.github.com/wjwwood/5672104/raw/bf69b4
diff --git a/configure b/configure
index 6c587f4..ec45e1a 100755
--- a/configure
+++ b/configure
@@ -1,4 +1,6 @@
#!/bin/bash
+
+function doit() {
BASECMD=`basename $0 2> /dev/null`
if [ "$BASECMD" = "configure" ]
@wjwwood
wjwwood / catkin_create_sublime_project
Created March 21, 2014 23:00
Create sublime text package from catkin package
#!/usr/bin/env python
from __future__ import print_function
import argparse
import json
import os
import sys
from catkin_pkg.packages import find_packages

Keybase proof

I hereby claim:

  • I am wjwwood on github.
  • I am william (https://keybase.io/william) on keybase.
  • I have a public key whose fingerprint is 5C11 517C 7147 71CC 1F2A 7547 C66B D76F AD38 DF0C

To claim this, I am signing this object:

How to be an elite ROS package maintainer

jedi: William Woodall

padawan: Morgan Quigley

first steps:

  • become elite CHECK
@wjwwood
wjwwood / head_tilt.dae
Created May 1, 2014 21:31
COLLADA file for rviz ticket ros-visualization/rviz#517
<?xml version="1.0" encoding="utf-8"?>
<COLLADA xmlns="http://www.collada.org/2005/11/COLLADASchema" version="1.4.1">
<asset>
<contributor>
<author>WakiMudi</author>
<authoring_tool>OpenCOLLADA2009 x64</authoring_tool>
<comments>
ColladaMaya export options:
bakeTransforms=0;relativePaths=0;copyTextures=0;exportTriangles=0;exportCgfxFileReferences=1;
isSampling=0;curveConstrainSampling=0;removeStaticCurves=1;exportPolygonMeshes=1;exportLights=1;
@wjwwood
wjwwood / CMakeLists.txt
Created May 7, 2014 00:02
catkin: install folder to share #snippet
install(DIRECTORY folder
DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION})
@wjwwood
wjwwood / CMakeLists.txt
Created May 7, 2014 00:04
cmake: CMakeLists.txt preamble #snippet
cmake_minimum_required(VERSION 2.8.3)
project(PROJECT)
@wjwwood
wjwwood / gist:5567c13d3b281803b57f
Last active August 29, 2015 14:02
github pull request api returning 405
curl -v -H 'Content-Type: application/json;charset=utf-8' -H 'Authorization: token xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx' -H 'User-Agent: bloom 0.5.11-dev' --data '{"base": "master", "head": "tfoote:bloom-geometry_experimental-6", "title": "geometry_experimental: 0.5.5-1 in 'indigo/distribution.yaml' [bloom]", "body": "truncated for testing"}' https://api.github.com/repos/ros/rosdistro/pulls
* Adding handle: conn: 0x1ab5e10
* Adding handle: send: 0
* Adding handle: recv: 0
* Curl_addHandleToPipeline: length: 1
* - Conn 0 (0x1ab5e10) send_pipe: 1, recv_pipe: 0
* About to connect() to api.github.com port 443 (#0)
* Trying 192.30.252.138...
* Connected to api.github.com (192.30.252.138) port 443 (#0)
* successfully set certificate verify locations: