-
Notifications
You must be signed in to change notification settings - Fork 311
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
Required changes for panda_moveit_config #188
Conversation
2692270
to
7813b3f
Compare
- moveit/srdfdom#97 extending the syntax of SRDF to specify these defaults (and exceptions) - frankaemika/franka_ros#188 - moveit#2938 allowing collision checking to be disabled by default for specific links
- moveit/srdfdom#97 extending the syntax of SRDF to specify these defaults (and exceptions) - frankaemika/franka_ros#188 - moveit#2938 allowing collision checking to be disabled by default for specific links
…oboStack workflows - moveit/srdfdom#97 extending the syntax of SRDF to specify these defaults (and exceptions) - frankaemika/franka_ros#188 - moveit#2938 allowing collision checking to be disabled by default for specific links - RoboStack workflow doesn't use upstream config and thus fails
type: franka_gazebo/FrankaGripperSim | ||
arm_id: $(arg arm_id) | ||
type: franka_gazebo/FrankaGripperSim | ||
arm_id: $(arg arm_id) | ||
|
||
finger1: | ||
gains: { p: 100, i: 25, d: 20 } |
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.
Just a quick reminder for ourselves that these PID gains need to be improved before this pull request is merged (see #173 (comment) for more information).
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.
Based on #173 (comment) this commit should be removed.
…oboStack workflows - moveit/srdfdom#97 extending the syntax of SRDF to specify these defaults (and exceptions) - frankaemika/franka_ros#188 - moveit#2938 allowing collision checking to be disabled by default for specific links - RoboStack workflow doesn't use upstream config and thus fails
... and xacro:panda_arm -> xacro:arm to be consistent with hand.xacro
IMO, prefix much better describes the purpose of these two variables in the present context, namely providing a name prefix to joints and links.
They serve different purposes: - coarse collision geometries mimic the internal self-collision checking of the real-robot controller - mesh models should be use for collision checking with environmental objects
- Declare inertial properties in a yaml file - Use xacro:inertial macro
2063cc9
to
d8ff386
Compare
... in the center between and aligned with the fingers
…t-states-desired) and frankaemika#194 (tool-frame) into develop
…oboStack workflows - moveit/srdfdom#97 extending the syntax of SRDF to specify these defaults (and exceptions) - frankaemika/franka_ros#188 - moveit#2938 allowing collision checking to be disabled by default for specific links - RoboStack workflow doesn't use upstream config and thus fails
…oboStack workflows - moveit/srdfdom#97 extending the syntax of SRDF to specify these defaults (and exceptions) - frankaemika/franka_ros#188 - moveit#2938 allowing collision checking to be disabled by default for specific links - RoboStack workflow doesn't use upstream config and thus fails
…oboStack workflows - moveit/srdfdom#97 extending the syntax of SRDF to specify these defaults (and exceptions) - frankaemika/franka_ros#188 - moveit#2938 allowing collision checking to be disabled by default for specific links - RoboStack workflow doesn't use upstream config and thus fails
…oboStack workflows - moveit/srdfdom#97 extending the syntax of SRDF to specify these defaults (and exceptions) - frankaemika/franka_ros#188 - moveit#2938 allowing collision checking to be disabled by default for specific links - RoboStack workflow doesn't use upstream config and thus fails
…oboStack workflows - moveit/srdfdom#97 extending the syntax of SRDF to specify these defaults (and exceptions) - frankaemika/franka_ros#188 - moveit#2938 allowing collision checking to be disabled by default for specific links - RoboStack workflow doesn't use upstream config and thus fails
…oboStack workflows - moveit/srdfdom#97 extending the syntax of SRDF to specify these defaults (and exceptions) - frankaemika/franka_ros#188 - moveit#2938 allowing collision checking to be disabled by default for specific links - RoboStack workflow doesn't use upstream config and thus fails
…oboStack workflows - moveit/srdfdom#97 extending the syntax of SRDF to specify these defaults (and exceptions) - frankaemika/franka_ros#188 - moveit#2938 allowing collision checking to be disabled by default for specific links - RoboStack workflow doesn't use upstream config and thus fails
@rhaschke, it appears that many of the changes we've suggested in this pull request are already in some form within the |
Closing, as most of the individual commits are merged upstream. |
This merge commit gathers required changes for moveit/panda_moveit_config#96. The individual PRs are listed in #193.