-
Notifications
You must be signed in to change notification settings - Fork 320
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
moveit problem #155
Comments
Hi @marooncn When you start Gazebo via kinova_gazebo robot_launch. launch, the kinova_control kinova_control.launch file gets launched. In this last file, the script move_robot.py. The initial position the robot tries to reach is defined in this file. Maybe you could try another position if this one does not suit you well. Otherwise, do you see any error in the gazebo terminal? I hope this helps |
Hi @martine1406. |
Hi @marooncn Have you run the default kinova pick place demo ? I do not get your problem because when running this demo on my end, the robot does not go back to some initial pose in between moving to various targets... |
Hi guys From the video @FransicsXu, I can see two things
What are the specific commands you are launching for this demo? From what I see, it seems that you are launching either but without launching gazebo or the real robot's driver (respectively) first. |
Hi @martine1406 |
Hi, I want to use j2s7s300 to grasp objects and the grasp model can be found here. Now I use moveit to plan a multi-segment continuous track to pick the object in one basket and then place into the other. I plan the track in the Cartesian space and I define a number of points which kinova effector goes through point by point. It's OK in rviz but when I execute in gazebo, the robot always moves to the state of vertical which is defined in moveit setup-assistance before moves to the target pose. The pose which kinova reaches is always wrong and terminal shows a problem:
The file is here and I refer to pick_place.cpp in kinova_arm_moveit_demo package.
I just wonder why it moves to the state of vertical firstly every time. In the code, I make the current state as initial planning state. How can I solve it? Thank you.
The text was updated successfully, but these errors were encountered: