Skip to content
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

Merged
merged 23 commits into from
Sep 9, 2024

Conversation

luceharris
Copy link
Contributor

@luceharris luceharris commented Sep 3, 2024

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 from effort_joint_trajectory_controller to position_joint_trajectory_controller
  • effort_... uses a PID loop to track following error between position & velocity and requires gains and potential tuning. The position_... 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 frame

moma_demos

  • grasp_demo.launch: removed conflicting namespaces and calling the new panda_real.launch developed at ARCHE

panda_moveit_config

  • a full new panda_moveit_config package using the moveit setup assistant to match panda.urdf.xacro in `moma_description.
  • EE frame is panda_default_ee with the chain from base to EE to match demo, frame sits in-between grippers.
  • ready and safe positions added as default. More can be added to panda.srdf


<!-- Panda -->
<include file="$(find moma_bringup)/launch/panda_moveit_real_camera.launch">
<!-- <include file="$(find moma_bringup)/launch/panda_moveit_real_camera.launch">
Copy link
Contributor

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?

Copy link
Contributor Author

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

Copy link
Contributor

@nikhileshalatur nikhileshalatur left a 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!

@nikhileshalatur nikhileshalatur merged commit 76850ac into master Sep 9, 2024
2 checks passed
@nikhileshalatur nikhileshalatur deleted the feature/update-moveit branch September 9, 2024 15:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants