You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As mentioned in kortex-issues#3, the SendJointSpeedsCommand function is now available with the 2.0 release.
Can we control joint speed from ROS? In that case, could you explain how to do that?
Or, should we directly use SendJointSpeedsCommand through kortex?
Best,
--Akihiko
The text was updated successfully, but these errors were encountered:
I have found the way of joint velocity control of Gen3.
On ROS, SendJointSpeedsCommand is available through the /my_gen3/base/send_joint_speeds_command service. It seems to be a standard joint angular velocity control, and there is no issue so far.
A note is that we need to specify the angular velocities in degrees per second (not rad per sec as usual ROS message).
As mentioned in kortex-issues#3, the SendJointSpeedsCommand function is now available with the 2.0 release.
Can we control joint speed from ROS? In that case, could you explain how to do that?
Or, should we directly use
SendJointSpeedsCommand
throughkortex
?Best,
--Akihiko
The text was updated successfully, but these errors were encountered: