Francis Gagnon
Francis Gagnon
Même problème ici sur RPi 3B+ Kodi 19 (libreelec). Le plugin Netflix fonctionne pourtant, qui utilise aussi les mêmes fichiers de widevine @anisite crois tu que tu peux regarder ça...
@anisite En effet, bon point! Merci pour la solution de slyguy, ça fonctionne bien maintenant !
It is mentioned in the Julia Documentation (here : https://docs.julialang.org/en/v1/manual/documentation/#Writing-Documentation): > 11. For long docstrings, consider splitting the documentation with an # Extended help header. The typical help-mode will show...
@kevin71246 I tested the last version both on Linux and Windows and it's my hostname. Maybe it shows the IP as a fallback if it does not found the hostname...
> the example simulates the pendulum using forward Euler and compares that to a simulation using RK4, the difference is rather big > > If the sample time `Ts` is...
New Idea: I could just support nonlinear continuous state-space models with a new syntax, and add `SeeToDee.jl` as a new dependency.
I only tested it on the pendulum example and, yes, it was about two times slower than Ipopt. It is safe to assume that the "exact" Hessian probably does help...
@baggepinnen so I made some quick test on some NLP solvers: - `NLopt.jl`: most solvers are just not able to solve the pendulum problem incl. SLSQP (seems to stuck easily...
@baggepinnen I added some simple utilities for soft-real time simulations, based on the method that you described in your video. I call `sleep` by default, but, as you noticed, its...
One issue with code generation in general is how it can be hard to exactly reproduce results. I expect to see difference between MPC.jl results and the Acados interface (different...