-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updating MoveIt! to get demo working in master! #175
Conversation
|
||
<!-- Panda --> | ||
<include file="$(find moma_bringup)/launch/panda_moveit_real_camera.launch"> | ||
<!-- <include file="$(find moma_bringup)/launch/panda_moveit_real_camera.launch"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does this file still exist?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
no, lets get rid of the line
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me!
Main changes by package
Demo was not working before as the
panda_moveit_config
was based on some franka default description.moma_bringup
panda_real.launch
: changed controller fromeffort_joint_trajectory_controller
toposition_joint_trajectory_controller
effort_...
uses a PID loop to track following error between position & velocity and requires gains and potential tuning. Theposition_...
controller does not require this and is used in the older demo.moma_description
panda_arm.xacro
: changed some defaults and made sure bota was not being initialised in EE framemoma_demos
grasp_demo.launch
: removed conflicting namespaces and calling the newpanda_real.launch
developed at ARCHEpanda_moveit_config
panda_moveit_config
package using the moveit setup assistant to matchpanda.urdf.xacro
in `moma_description.panda_default_ee
with the chain from base to EE to match demo, frame sits in-between grippers.panda.srdf