Skip to content
This repository has been archived by the owner on Aug 3, 2020. It is now read-only.

Add recursive mimic joint #177

Merged
merged 15 commits into from
Mar 17, 2017
Merged

Add recursive mimic joint #177

merged 15 commits into from
Mar 17, 2017

Commits on Jan 12, 2017

  1. Add recursive mimic joint

    Following the discussion on answer.ros.org I've added the possibility to create a chain of mimic joints; before, each dependent joint was only able to mime the motion of free joints.
    alextoind committed Jan 12, 2017
    Configuration menu
    Copy the full SHA
    6f7cc85 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2017

  1. Configuration menu
    Copy the full SHA
    258de29 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2017

  1. changelogs

    wjwwood committed Jan 26, 2017
    Configuration menu
    Copy the full SHA
    c9d0168 View commit details
    Browse the repository at this point in the history
  2. 1.12.7

    wjwwood committed Jan 26, 2017
    Configuration menu
    Copy the full SHA
    7563f00 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2017

  1. Configuration menu
    Copy the full SHA
    fc71f00 View commit details
    Browse the repository at this point in the history
  2. Do a few cleanup tasks in collada_urdf (ros#183)

    * Style cleanup within collada_urdf.
    
    No functional change, just style.
    
    Signed-off-by: Chris Lalancette <clalancette@osrfoundation.org>
    
    * Make sure to quit out of urdf_to_collada when invalid file is found.
    
    Otherwise, we'll just end up segfaulting later on.
    
    Signed-off-by: Chris Lalancette <clalancette@osrfoundation.org>
    
    * Re-enable one of the collada-urdf tests.
    
    In point of fact, we delete the rest of the tests because
    they don't make much sense anymore.  Just enable this one
    for now; we'll enable further ones in the future.
    
    Signed-off-by: Chris Lalancette <clalancette@osrfoundation.org>
    
    * Add in another test for collada_urdf.
    
    Signed-off-by: Chris Lalancette <clalancette@osrfoundation.org>
    clalancette committed Feb 1, 2017
    Configuration menu
    Copy the full SHA
    4d03177 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2017

  1. fix missed mandatory -std=c++11 flag (ros#181)

    collada_parser,kdl_parser,urdf: add c++11 flag,
    collada_parser: replace typeof with ansi __typeof__
    builded/tested on gentoo
    
    Thanks den4ix for the contribution!
    4eetah authored and sloretz committed Feb 3, 2017
    Configuration menu
    Copy the full SHA
    3c7933b View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2017

  1. Configuration menu
    Copy the full SHA
    6218443 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2017

  1. Allow supplying NodeHandle for initParam (ros#168)

    * Allow supplying NodeHandle for initParam using new function.
    
    * fixed missing return statement in previous commit.
    piyushk authored and sloretz committed Feb 10, 2017
    Configuration menu
    Copy the full SHA
    3384a0a View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2017

  1. Remove old gazebo settings.

    Based on an initial patch from YoheiKakiuchi, just totally
    remove old Gazebo 1.0 settings, as they are never used and
    almost certainly will never be used.
    
    Signed-off-by: Chris Lalancette <clalancette@osrfoundation.org>
    clalancette committed Feb 14, 2017
    Configuration menu
    Copy the full SHA
    2755753 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2017

  1. Configuration menu
    Copy the full SHA
    05b4a41 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2017

  1. Fix computation

    alextoind committed Feb 20, 2017
    Configuration menu
    Copy the full SHA
    a88c94e View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2017

  1. Merge branch 'patch-1' of https://github.com/alextoind/robot_model in…

    …to alextoind_pr_177
    sloretz committed Mar 17, 2017
    Configuration menu
    Copy the full SHA
    139299d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4c59e35 View commit details
    Browse the repository at this point in the history
  3. Make URDF valid

    sloretz committed Mar 17, 2017
    Configuration menu
    Copy the full SHA
    3e97af7 View commit details
    Browse the repository at this point in the history