Jason K. Moore
Jason K. Moore
This PR is giving this error: ``` Cell raised uncaught exception: --------------------------------------------------------------------------- IndexError Traceback (most recent call last) Cell In [22], line 3 1 body_mesh_R.matrixAutoUpdate = False 2 body_mesh_R.add(p3js.AxesHelper(0.1)) #...
I ran this example locally and get a different error: ``` Cell raised uncaught exception: --------------------------------------------------------------------------- NameError Traceback (most recent call last) /tmp/ipykernel_25668/3943495006.py in 36 return np.array(sol).T[0] 37 ---> 38...
> This is already in PyDy examples under a slightly different name. Yes, I changed the name after we merged your first PR because the names should be with dashes...
You can see the changes I made after we merged your first example: https://github.com/pydy/pydy/commits/master
Hi Peter, made you could summarize the math here in this issue (as most won't have the book). Or maybe you can find a paper we can download that has...
I don't know how to tackle it. Maybe figure out who added them both as ask them about it.
So maybe the fix is "Documentation Style Guide" and "Docstring Style Guide" as the two names.
This seems to be happening on all of the Mathjax rendered equations.
Couple of updates on this: 1. Solving nonholonomic constraints for the dependent generalized speeds symbolically can result in expressions that are not numerically stable (potentially both causing divide-by-zero issues and...
> As the sequence of the entries in the speed_constraints list matters a lot, is it better to have the 'smaller' terms at the 'left' of the list ( small...