You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There seems to have been something in a recent package update that is breaking the Quickstart (and my code). I’ve found that my older code works as long as I don’t run Pkg.update() but after I update I get an error. The error seems to be related to the @autodiff stuff when I try to create a discretized model. (also happens when calling Problem() on a continuous model, but this is an mwe).
The following mwe is basically two steps:
create a new Julia environment and add RobotDynamics StaticArrays TrajectoryOptimization LinearAlgebra Test
Hello, I'm just now getting into this library and I'm having this same issue when trying to run the examples such as Cartpole and Quadrotor. I think the compats may be outdated, can anyone give me their compats so I can replicate without running into this FiniteDiff error?
There seems to have been something in a recent package update that is breaking the Quickstart (and my code). I’ve found that my older code works as long as I don’t run Pkg.update() but after I update I get an error. The error seems to be related to the @autodiff stuff when I try to create a discretized model. (also happens when calling Problem() on a continuous model, but this is an mwe).
The following mwe is basically two steps:
The text was updated successfully, but these errors were encountered: