-
Notifications
You must be signed in to change notification settings - Fork 16
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
Rviz crashes when planning by cartesian path #57
Comments
You can or you can't fix it adding |
I can't fix it by setting use_sim_time. I try setting it in ur_sim_moveit.launch.py, unfortunately, it doesn't work. The rviz will crash once it plans by cartesian path.
|
Thank you for the elaboration. Th place where you added I can confirm that this doesn't work and leads to a crash. I got it somehow working by passing
With that, I was able to plan Cartesian paths successfully. However, I cannot query the goal state with the interactive marker as soon as I add that parameter. I'm, not familiar enough with either MoveIt or GZ-Sim to understand what is going wrong here. I noticed that the I tested the same |
If I understand correctly, I need to download and modify the source code and then build it. Sorry, I am a beginner in ROS and I am looking forward to your reply~ |
At the moment it's not as simple as that as I described above. We'll probably provide a fix soon. |
This issue should be fixed (on Rolling) by the following three PRs |
I can't fix it though adding use_sim_time:=true
The text was updated successfully, but these errors were encountered: