-
Notifications
You must be signed in to change notification settings - Fork 523
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
Robot Model not Loaded: MoveIt w/ RVIZ #2738
Comments
Thanks for reporting an issue. Because we're a volunteer community, providing a pull request with suggested changes is always welcomed. |
Hi, as far as I understood from your log. I guess we need to focus on these lines
So what it means is like your robot model is not available in the parameter server. Please visit |
Hello! |
Hi @LuisOPortela please explain your issue completely with logs. |
hey there, but when I run Here is my console output:
|
Meanwhile, I have discovered some corrections that have fixed the problem for me. I don't know if this will help in your cases, but they were the following:
In my case, I don't think I will need it to be anything more than that, and it was making the "move_group" crash once again. With the fixes above Rviz was able to load my robot model but I was still not able to plan movements. To fix this, I added some extra lines to the "joint_limits.yaml" file. Here's what it looks like for one of my joints named "Joint_1":
Hope this helps! Let me know if it does :) |
Hi there,
|
I never had that issue @nisathav, so I don't know how to help you :( |
This issue is being labeled as stale because it has been open 45 days with no activity. It will be automatically closed after another 45 days without follow-ups. |
Hello, I met the same problem, how to solve it, thank you very much! |
see if the location(unix path) of the model file (xacro/urdf) is as expected. |
I am also getting the same error. Please advise! Below are the logs. INFO] [launch]: Default logging verbosity is set to INFO |
Change the speed value in URDF file to double type, for example, change V=1 to V=1.000001 |
@jixiexiaoli Do you mean in the yaml file? I have done that and I still get the same error messages. |
URDF file |
Anyone fix this error yet? |
We having the same error : [rviz2-1] Failed to parse robot description using: urdf_xml_parser/URDFXMLParser |
So I ran into this issue when trying to add joint limits to an SRDF for a custom arm I'm building. The default joint_limits.yaml file has all the limits set to "false" and the maximum values set to "0". The model loads just fine. However if I want to set the limits to "true" and assign them a value of "1.0" then I get the same error everyone else in this thread is getting where it's unable to parse the SRDF. |
This issue is being labeled as stale because it has been open 45 days with no activity. It will be automatically closed after another 45 days without follow-ups. |
Hey there!
I have been working on a custom robotic arm and I am kinda new to this but I ran into this issue after I successfully generated the moveit configuration files using Moveit Setup Assistant. I am not able to load the robot model into RVIZ when i run the "ros2 launch robot_moveit_config demo.launch.py" command and the motion planning shows an error.
Environment
Steps to reproduce
Expected behaviour
My custom robot should load in RVIZ and I should be able to plan motion.
Current behaviour
Console output
The text was updated successfully, but these errors were encountered: