Skip to content
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

Moveit servo node #168

Closed
skpawar1305 opened this issue Aug 16, 2023 · 3 comments
Closed

Moveit servo node #168

skpawar1305 opened this issue Aug 16, 2023 · 3 comments

Comments

@skpawar1305
Copy link

with the provided servo.yaml, after changing
ee_frame_name: tool_frame -> end_effector_link
command_out_topic: /position_controller/joint_trajectory -> /joint_trajectory_controller/joint_trajectory
with low_latency_mode: true (gamepad publishes at 20 hz) it shakes a lot while moving.
to compensate for that, if I change to low_latency_mode: false, with publish_period: 1/100, it says that very close to singularity very often, and just moves down (without further input)
has anyone used servo node with gen3?

@moriarty
Copy link
Collaborator

Yes actually we didn't include a launch file or instructions for Servo because we intend to fix servo for this upstream in MoveIt. Other Arms do internal filtering which is why you don't see shaking on the other arms, but the Kinova is following the commands as output by Servo.

@skpawar1305
Copy link
Author

moveit/moveit2#2594
looks like this is solved?

@skpawar1305
Copy link
Author

skpawar1305 commented Jan 24, 2024

it indeed fixes this issue👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants