-
Couldn't load subscription status.
- Fork 3
This PR adds an example of force/torque actuation/readings using a KUKA LBR4 #8
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
base: master
Are you sure you want to change the base?
This PR adds an example of force/torque actuation/readings using a KUKA LBR4 #8
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
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.
@ffasilva please add the copyright
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.
@bvadorno I do not have more comments here.
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.