-
Notifications
You must be signed in to change notification settings - Fork 334
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
cannot make JointGroupVelocityController work #537
Comments
Running the controller manager with level debug, shows this:
I cannot tell if it's related. |
You interfaces are claimed. Therefore, they are passed. (I am quite certain because having a bug there would influence all the tests and users we have). Which version, hardware interface are you using. What other relevant details you can provide? |
I'm using version 2.37.1. |
Hi @daihen-hijikata. Can you reproduce your issue with ros2_control_demos? If not, can you create a MWE for us to reproduce it? |
Hi @christophfroehlich . I cannot reproduce with ros2_control_demos. |
a mimimum working example, something you can share with us where we can reproduce your issue. otherwise we cannot help you.. |
I created 41joint sample robot. But my issue was not reproduced. I cannot understand that my robot often ignore the command... |
are you using the same environment (DDS vendor, network setup etc)? |
I'm using Isaac Sim. My sample is here. |
I can reproduce my issue. |
I was not able to reproduce it with this publisher I've read the linked PR above and this is for sure related to the update rate of the cm, and subsequently, the controllers. In my environment, the joint_states are sent with ~1600Hz. I guess you are using the topic_based_ros2_control with isaac sim? |
I'll close this issue here as the new issue seems to be not related at all to the initial question, and there was no update for 1.5 years now. |
Where should I comment? Should I create new issue in ros2_controllers repo? |
IMHO that the behavior you encountered is a consequence of the update rate issue with use_sim_time and not related to the ros2_controllers repo. |
Hi all,
i'm using ros2_controllers on rolling to control a robot with the velocity interface.
My controllers config looks like this :
when I show the hardware interfaces with the CLI command, it shows:
The controller picks up the commands published on "/forward_velocity_controller/commands", I checked by printing them in the forwardcommandcontroller Update call.
After the controller receives the commands, they are not passed down to the hardware interface.
I also tested the hardware interface extensively, and I never receive commands from the controller.
Am I doing something wrong?
The text was updated successfully, but these errors were encountered: