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

Tune Servo params so it does not get stuck so easily #2939

Merged
merged 11 commits into from
Aug 2, 2024

Conversation

AndyZe
Copy link
Member

@AndyZe AndyZe commented Jul 30, 2024

Description

Tune the Servo parameters so the demo does not get stuck constantly.

Before:
before.webm

After:
after.webm

Test instructions:

ros2 launch moveit_servo demo_ros_api.launch.py

ros2 run moveit_servo servo_keyboard_input

rhaschke and others added 10 commits July 19, 2024 13:22
* Prevent segfault when getParentLinkModel() is NULL
* Simpliy code
* Add unit test operating the panda gripper

---------

Co-authored-by: Captain Yoshi <captain.yoshisaur@gmail.com>
As the CHOMP planner only considers active joints, it needs to use setJointGroupActivePositions()
instead of setJointGroupPositions().
Don't recreate the FCL object when moving shapes, but just update its transforms.
…ility (moveit#2943)

* Deduplicate joint trajectory points before sending them to controllers

* Fix max loop value

* Move deduplication code to Pilz

* Clean up

* Add todo
Copy link
Contributor

@sjahr sjahr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@sjahr sjahr merged commit d7f4d48 into moveit:main Aug 2, 2024
8 of 11 checks passed
@AndyZe AndyZe deleted the tune_servo_params branch August 2, 2024 17:07
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

Successfully merging this pull request may close these issues.

5 participants