swri-robotics / gilbreth

robotic product handling simulation
BSD 3-Clause "New" or "Revised" License
18 stars 12 forks source link

Support package update #10

Closed marip8 closed 7 years ago

marip8 commented 7 years ago

Changes

Functional Plugins

Gripper

  1. Modify osrf_gear/src/VacuumGripperPlugin.cc line 586
    • math::Vector3 gripperLinkNormal = gripperLinkPose.Rot().RotateVector(ignition::math::Vector3d(0, -1, 0));
  2. Rebuild osrf_gear
  3. rosservice call /gilbreth/gripper/control "enable: true"
  4. Touch a part to pick it up

    Conveyor

    • rosservice call /gilbreth/conveyor/control "state: power: 100.0"

Issues

jrgnicho commented 7 years ago

@marip8 Thanks for the contribution, I'll try and review this as soon as I can.

jrgnicho commented 7 years ago

Could you change the commit author to your github user? See here for instructions.

jrgnicho commented 7 years ago

@marip8 where you able to change the commit author name?

jrgnicho commented 7 years ago

@marip8 thanks for the contribution