-
Notifications
You must be signed in to change notification settings - Fork 164
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
Trajectory control #29
Comments
Hello, Regards, |
As mentioned in Kinovarobotics/Kinova-kortex2_Gen3_G3L#16 by @alexvannobel :
I explored this action server from ROS. My input is a set of via points of a trajectory (set of (joint angles, time from start) pairs) as usual ROS follow_joint_trajectory. The test code can be found: https://github.com/akihikoy/ay_test/blob/master/ros/py_ros/gen3/follow_q_traj3.py It is almost working. |
Hi @akihikoy , A couple of MoveIt bugs were flagged to us (bugs with the action server in fact) and we'll look into them very shortly. We will probably push the fixes to the kinetic branch in the coming weeks. I'll update this issue when we have a definitive fix for that. |
Hi @alexvannobel , Thanks. By commenting those lines, I was able to create cyclic motions. Let's keep this issue open until it is officially fixed. |
Hello @alexvannobel , I would like to know whether the hard limits of Especially the limitation of time increments (Time increments must be 0.001 seconds between trajectory points) is bothering me. Thanks, |
I also noticed that there is an interval (1.0-2.0 sec) between the trajectory command request and the actual motion start. More clearly, after the command
is executed ( Perhaps the trajectory controller takes time to process the large amount of data (as the trajectory points are generated at each 0.001 sec). But anyway, this is not good for many of robot applications. Any solutions, or did you already solve this issue? Thanks, |
I find that use FollowJointTrajectory to control robot may occur the robot block. |
Hi to all, The latest release (v2.3.0) adds Waypoints API to control the Kinova Gen3 and Gen3 lite. The I'll close this issue since the initial request was fulfilled. Best, |
Although this was mentioned in #27, I would like to keep this issue opened.
At this moment, we cannot control trajectory of Gen3, which is a lack of fundamental feature of robots. Everyone should be able to know this fact before buying the robot. So, I would like to keep this open.
The text was updated successfully, but these errors were encountered: