-
Notifications
You must be signed in to change notification settings - Fork 102
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
controllers loaded but the robots falls #426
Comments
Please give more information to be able to help you. Which controllers are you using? |
As you are using joint_trajectory_controller, you have to send topics to the Please don't post screenshots, better copy the log as txt in a code fraction or upload a txt file if it is too long. Which command interfaces are you using? As I already asked for: |
Hardware Component 1 |
Have you tried to send something to the controllers with the mentioned topics, e.g., via rqt_joint_trajectory_controller? |
urdf.txt well I use rqt_joint_trajectory_controller but the robot doesnt move either. |
Is there any resolution on this one!! I seem to have same problem with my custom mobile manipulator |
@kdeshp-prof you opened the other issue #474 right? |
@christophfroehlich #474 was not opened by me, the solution mentioned by you their works. After controllers becoming active this is the only warning or debug message I see. Since, the custom robot belongs to a proprietary vendor making the URDF public or other piece of code is not possible |
Can you try a different physics engine than dart? We don't have tests for that, it may be that something is working different there. |
yes, I have changed the model, I was first working on kuka robotic arm, but the urdf has some issues, the inertia of the links were not correct, so I moved to the panda robotic arm, the ros2 controller work properly on the panda's sdf model. |
@kdeshp-prof I will suggest you try to configure the proper inertia of the robot, or try to find robot similar to yours on the following website, an then try to add ros2_controller Fuel Ignition |
I am using humble with gazebo ignition. I am able to spawn the robot in the ignition env, and I all the controllers are active, still my robot falls on the ground, and when I am publishing something on the topic the robot doesnt move
The text was updated successfully, but these errors were encountered: