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

CSM: wait for *active* joint states only #792

Merged

Conversation

v4hn
Copy link
Contributor

@v4hn v4hn commented Mar 8, 2018

This gets rid of many warnings on incomplete robot states due to missing state information for all fixed joints. We don't expect that drivers publish the transforms for fixed joints

Fixup for 739a85a
It wasn't a problem before because the checks used variable names
and fixed joints do not have variables. So nothing was checked.

We don't expect that drivers publish the transforms for fixed joints

Fixup for 739a85a
It wasn't a problem before because the checks used variable names
and fixed joints do not have variables. So nothing was checked.
@rhaschke rhaschke merged commit b9afd0d into moveit:kinetic-devel Mar 11, 2018
JafarAbdi pushed a commit to JafarAbdi/moveit that referenced this pull request Mar 24, 2022
…2_control nodes (moveit#792)

* allow handle instantiation if action server does not exist

* reload controller info before ensuring active controllers

* make isConnected protected

change MoveItSimpleControllerManager to always create new controller handles even if their associated action servers are not available

* add more documentation for ActionBasedControllerHandle

* fix string concatenation to appease clang-tidy

* remove node_ member variable and add clarifying comment

* add a more useful parameter name concatenation function
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.

None yet

3 participants