Skip to content
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

StackOverflowError while running get_trajectory in examples #6

Open
zixinz990 opened this issue Jun 9, 2022 · 1 comment
Open

StackOverflowError while running get_trajectory in examples #6

zixinz990 opened this issue Jun 9, 2022 · 1 comment

Comments

@zixinz990
Copy link

When I tried to run the examples, when it went to the "Reference Trajectory" part, like:

ref_traj = deepcopy(get_trajectory(s.model, s.env,
    joinpath(module_dir(), "src/dynamics/flamingo/gaits/gait_forward_36_4.jld2"),
    load_type = :split_traj_alt));

I always got this error:

StackOverflowError:

Stacktrace:
 [1] StaticArrays.SizedVector{9, Int64, Vector{Int64}}(a::UnitRange{Int64}) (repeats 79984 times)
   @ StaticArrays ~/.julia/packages/StaticArrays/6D1fn/src/SizedArray.jl:48

My Julia version is 1.6.6.

@simon-lc
Copy link
Member

We reverted StaticArrays to v1.4.3 as a temporary fix.You can delete the manifest.toml and instantiate the package to get the right versions of all dependencies.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants