problem setting up a new robot and planning with isaac_sim_cumotion
, start or end state in collision
#448
Unanswered
bornaparo
asked this question in
Software Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi @balakumar-s,
I am trying to connect baxter robot with isaac_ros_cumotion. For a start, I want to plan only for it's left arm. I have created an
xrdf
file following the tutorial.In
_build_kinematics_with_lock_joints()
I added:because otherwise I was getting:
After adding those two lines, cumotion successfully warms up, but I keep getting:
Start and end state aren't in collision. I am using
self.motion_gen.plan_single_js(...)
method.Before I added collision spheres to the
torso
link I was gettingbut again, start and end state aren't in collision.
This is my urdf, and xrdf. I have also tried adding in
xrdf
under self_collision -> ignore that every link ignores every other link, but it didn't help.This is an image of baxter and collision spheres inside isaac_sim:
I guess the problem is somewhere with
xrdf
file and setting upisaac_ros_cumotion
with new robot, because it works well with other moveit planners, but I cannot figure out where and what I'am doing wrong. I tried variousxrdf
files; collision spheres on both arms, just left arm, left arm and torso, left arm and pedestal, but none of them resolved the problem.Any help is appreciated, thanks in advance!!
Beta Was this translation helpful? Give feedback.
All reactions