Open JulienCalbert opened 1 year ago
It seems that https://github.com/JuliaGeometry/Quaternions.jl/pull/122 broke our example.
Maybe isinf
could be defined for Symbolics numbers ?
A similar error was thrown here: https://github.com/JuliaSymbolics/Symbolics.jl/issues/91 but it was fixed in https://github.com/korsbo/Latexify.jl/pull/145 without defining isinf
in Symbolics.jl
This issue is relevant: https://github.com/JuliaSymbolics/Symbolics.jl/issues/97 We can just use type piracy for the methods that are missing
When I try to execute the following code that Thiago had written (and which is on the L2C drive) about driving a double pendulum with a symbolic representation:
I get the following error with julia-1.6, while it works with julia-1.5:
Similarly, the following code in the example does not work in Julia-1.6 either. https://github.com/JuliaRobotics/RigidBodyDynamics.jl/tree/master/examples/6.%20Symbolics%20using%20SymPy