This PR adds an example of force/torque actuation/readings using a KUKA LBR4#8
Open
ffasilva wants to merge 13 commits intodqrobotics:masterfrom
Open
This PR adds an example of force/torque actuation/readings using a KUKA LBR4#8ffasilva wants to merge 13 commits intodqrobotics:masterfrom
ffasilva wants to merge 13 commits intodqrobotics:masterfrom
Conversation
…verseController() to perform a pose control of a FrankaEmikaPandaRobot().
…added direct use of methods 'get_joint_torques()' and 'set_joint_torques()' from the class DQ_VrepInterface.
…github.com/ffasilva/matlab-examples into dq-vrepinterface-get-force-sensor-readings
juanjqo
requested changes
Aug 15, 2024
Member
Author
This file contains hidden or 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
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.
Hi, @dqrobotics/developers,
This PR adds an example of force/torque actuation/readings using a Franka Emika Panda. The motivation is to test the new methods added to the class
DQ_VrepInterfaceand the new classFrankaEmikaPandaVrepRobotadded in 104.Kind regards,
Frederico
P.S.: As described in the
.mfile, the necessary scene is available in OSF.Update:
Replaced Panda torque control example by KUKA LBR4 control example.