Changes to IK for trajectories #202
                  
                    
                      petercorke
                    
                  
                
                  started this conversation in
                Changes
              
            Replies: 0 comments
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
-
IK methods return a named tuple that holds joint coordinates, success, reason for failure, residual, number of iterations.
For a trajectory used to return a list of these tuples, but that meant quite a bit of work to get the joint angle trajectory which is a common use case.
Now, only a single tuple is returned, but the elements represent a trajectory:
Beta Was this translation helpful? Give feedback.
All reactions