Skip to content

Instantly share code, notes, and snippets.

View gavanderhoorn's full-sized avatar

G.A. vd. Hoorn gavanderhoorn

View GitHub Profile
@gavanderhoorn
gavanderhoorn / moveit_swri.rosinstall
Created August 25, 2014 14:32
rosinstall file for swri moveit changes
- git: {local-name: moveit_setup_assistant, uri: 'https://github.com/drchrislewis/moveit_setup_assistant.git', version: fix-84}
- git: {local-name: moveit_ros, uri: 'https://github.com/drchrislewis/moveit_ros.git', version: addFirFilter}
- git: {local-name: moveit_core, uri: 'https://github.com/drchrislewis/moveit_core.git', version: FIR_filter}
- git: {local-name: std_msgs, uri: 'https://github.com/ros/std_msgs.git'}
- git: {local-name: gencpp, uri: 'https://github.com/gavanderhoorn/gencpp.git', version: 'issue53_mwe'}
@gavanderhoorn
gavanderhoorn / ros-i-indigo-steps
Last active August 29, 2015 14:07
Shell session detailing the steps for ROS-Industrial workspace creation and building under Indigo
# - in a new terminal, after you've installed ROS Indigo
# - I assume you use bash as your shell and Ubuntu as your OS.
# - longer commands always go on a single line
# - lines starting with '#' are comments
# get access to ROS commands
source /opt/ros/indigo/setup.bash
# create a new workspace
mkdir -p ~/ros_fanuc_ws/src
<?xml version="1.0" encoding="UTF-8"?>
<COLLADA xmlns="http://www.collada.org/2008/03/COLLADASchema" version="1.5.0">
<asset>
<contributor>
<authoring_tool>URDF Collada Writer</authoring_tool>
</contributor>
<created>2015-03-23T18:27:52.000000</created>
<modified>2015-03-23T18:27:52.000000</modified>
<unit/>
<up_axis>Z_UP</up_axis>
# desktop includes everything, excluding the 'perception' variant, which would install PCL 1.7 related packages
FROM osrf/ros:indigo-desktop
# install PCL prerequisites
RUN echo "deb http://ppa.launchpad.net/v-launchpad-jochen-sprickerhof-de/pcl/ubuntu trusty main" >> /etc/apt/sources.list.d/jochen-pcl.list && \
apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 19274DEF && \
apt-get update && \
apt-get install -y --no-install-recommends \
libeigen3-dev \
@gavanderhoorn
gavanderhoorn / Dockerfile
Last active February 17, 2018 03:20
Lunar on Artful Dockerfile
FROM ubuntu:17.10
ENV DEBIAN_FRONTEND=noninteractive
ENV LANG C.UTF-8
ENV LC_ALL C.UTF-8
RUN apt-get update \
&& apt-get install -y --no-install-recommends \
build-essential \
ca-certificates \
# SINGULARITY.CONF
# This is the global configuration file for Singularity. This file controls
# what the container is allowed to do on a particular host, and as a result
# this file must be owned by root.
# ALLOW SETUID: [BOOL]
# DEFAULT: yes
# Should we allow users to utilize the setuid program flow within Singularity?
# note1: This is the default mode, and to utilize all features, this option
@gavanderhoorn
gavanderhoorn / m10_with_eef.xacro
Created May 2, 2019 10:35
Fanuc M-10iA with single link EEF attached to tool0 with an (almost) identity transform
<?xml version="1.0" ?>
<robot name="fanuc_m10ia" xmlns:xacro="http://wiki.ros.org/xacro">
<xacro:include filename="$(find fanuc_m10ia_support)/urdf/m10ia_macro.xacro"/>
<xacro:fanuc_m10ia prefix=""/>
<link name="eef">
<visual>
<origin xyz="0 0 0" rpy="0 0 0"/>
<geometry>
<mesh filename="package://fanuc_m10ia_support/meshes/m10ia/visual/link_6.stl"/>
@gavanderhoorn
gavanderhoorn / ur10_robot.urdf
Created June 5, 2019 06:33
urdf converted from ur10_robot.urdf.xacro for ROS Answers 324692
<?xml version="1.0" ?>
<!-- =================================================================================== -->
<!-- | This document was autogenerated by xacro from ur10_robot.urdf.xacro | -->
<!-- | EDITING THIS FILE BY HAND IS NOT RECOMMENDED | -->
<!-- =================================================================================== -->
<robot name="ur10" xmlns:xacro="http://wiki.ros.org/xacro">
<!--
Author: Kelsey Hawkins
Contributers: Jimmy Da Silva, Ajit Krisshna N L, Muhammad Asif Rana
-->
- git:
local-name: cat_laser_scan_qa
uri: https://github.com/Jmeyer1292/cat_laser_scan_qa.git
version: test
- git:
local-name: descartes
uri: https://github.com/gavanderhoorn/descartes.git
version: godel_refactor_omp_fixed_rosconsole
- git:
local-name: godel