Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: moveit/moveit_pr2
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: obese-devel
Choose a base ref
...
head repository: moveit/moveit_pr2
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: kinetic-devel
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 3 files changed
  • 3 contributors

Commits on Nov 15, 2019

  1. update move_group.launch

    v4hn committed Nov 15, 2019
    Configuration menu
    Copy the full SHA
    32e9b32 View commit details
    Browse the repository at this point in the history
  2. add pr2_moveit_plugins (#109)

    without this, we'll get
    ```
    [ INFO] [1573818459.038512756]: Loading robot model 'pr2'...
    [ WARN] [1573818459.047898726]: The root link base_footprint has an inertia specified in the URDF, but KDL does not support a root link with an inertia.  As a workaround, you can add an extra dummy link to your URDF.
    [ERROR] [1573818459.052289873]: The kinematics plugin (right_arm) failed to load. Error: According to the loaded plugin descriptions the class pr2_arm_kinematics/PR2ArmKinematicsPlugin with base class type kinematics::KinematicsBase does not exist. Declared types are  cached_ik_kinematics_plugin/CachedKDLKinematicsPlugin cached_ik_kinematics_plugin/CachedSrvKinematicsPlugin kdl_kinematics_plugin/KDLKinematicsPlugin lma_kinematics_plugin/LMAKinematicsPlugin nextage_left_arm_kinematics/IKFastKinematicsPlugin nextage_right_arm_kinematics/IKFastKinematicsPlugin srv_kinematics_plugin/SrvKinematicsPlugin trac_ik_kinematics_plugin/TRAC_IKKinematicsPlugin
    ```
    
    c.f. PR2/pr2_kinematics#13
    knorth55 authored and v4hn committed Nov 15, 2019
    Configuration menu
    Copy the full SHA
    9373f1b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bec7dc2 View commit details
    Browse the repository at this point in the history
Loading