This file contains hidden or 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
// Defining your own ROS stream color | |
namespace pc | |
{ | |
enum PRINT_COLOR | |
{ | |
BLACK, | |
RED, | |
GREEN, | |
YELLOW, |
This file contains hidden or 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
#! /usr/bin/env python | |
# -*- coding: utf-8 -*- | |
""" | |
Created on 11/16/15 | |
@author: sampfeiffer | |
generate_collisions.py link_1 link_2 link_3 | |
Generates the lines to add to the moveit config <robot>.srdf in |