This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- 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} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- 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'} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# - 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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 \ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 \ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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"/> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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 | |
--> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- 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 |
OlderNewer