-
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
Adds the 'transmission' arg to the 'panda_arm.urdf.xacro' file #157
Closed
rickstaa
wants to merge
4
commits into
frankaemika:develop
from
rickstaa:add_interface_arg_robot_description
Closed
Adds the 'transmission' arg to the 'panda_arm.urdf.xacro' file #157
rickstaa
wants to merge
4
commits into
frankaemika:develop
from
rickstaa:add_interface_arg_robot_description
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This was referenced Aug 23, 2021
rickstaa
force-pushed
the
add_interface_arg_robot_description
branch
from
September 16, 2021 09:51
e3cdbaa
to
271575b
Compare
rickstaa
force-pushed
the
add_interface_arg_robot_description
branch
from
September 28, 2021 09:19
271575b
to
69c8624
Compare
3 tasks
Closed since it is replaced by #181. |
rhaschke
added a commit
to rhaschke/franka_ros
that referenced
this pull request
Oct 27, 2021
…ika#186, and frankaemika#187 into develop
rickstaa
force-pushed
the
add_interface_arg_robot_description
branch
from
October 28, 2021 12:15
1b12b6d
to
22abcf3
Compare
rhaschke
added a commit
to rhaschke/franka_ros
that referenced
this pull request
Oct 28, 2021
13 tasks
rickstaa
force-pushed
the
add_interface_arg_robot_description
branch
2 times, most recently
from
November 23, 2021 08:55
45824e1
to
966ab00
Compare
rickstaa
force-pushed
the
add_interface_arg_robot_description
branch
from
November 23, 2021 16:49
966ab00
to
b814001
Compare
falfab
added a commit
that referenced
this pull request
Nov 25, 2021
…dency to develop * commit '38b8584dc6eac66cd44d8532a238c745d5b1b6c3': Add: missing dependency in package.xml of franka_control
rickstaa
added a commit
to rickstaa/franka_ros
that referenced
this pull request
Nov 25, 2021
This commit fixes a unhandeled conflict that is created when both frankaemika#181 and frankaemika#157 are merged.
rickstaa
pushed a commit
to rickstaa/franka_ros
that referenced
this pull request
Dec 3, 2021
…ssing-dependency to develop * commit '38b8584dc6eac66cd44d8532a238c745d5b1b6c3': Add: missing dependency in package.xml of franka_control
rickstaa
added a commit
to rickstaa/franka_ros
that referenced
this pull request
Jan 22, 2022
This commit fixes a unhandeled conflict that is created when both frankaemika#181 and frankaemika#157 are merged.
rickstaa
force-pushed
the
add_interface_arg_robot_description
branch
from
January 22, 2022 15:40
e1619f2
to
c5e9e9d
Compare
@fwalch, @marcbone I'm not sure why the gh-action seems to fail after my last rebase onto the |
This commit gives users the ability to set the hardware_interface that is used in the panda arm joints when loading the 'panda_arm.urdf.xacro' file.
Automatically translate into full name, e.g. hardware_interface/PositionJointInterface
This commit fixes a unhandeled conflict that is created when both frankaemika#181 and frankaemika#157 are merged.
rickstaa
force-pushed
the
add_interface_arg_robot_description
branch
from
February 15, 2022 09:25
c5e9e9d
to
1cc9431
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This commit gives users the ability to set the hardware_interface that is used in the panda arm joints when loading the
panda_arm.urdf.xacro
file.