Tallak Tveide

Results 11 issues of Tallak Tveide

I was installing packages for MeshCat today, and suddenly all plots are displayed in low resolution bitmaps instead of the usual SVG. If I force svg, i need the scaling...

The following code produces a blank image ```julia using Plots using KittyTerminalImages heatmap(rand(10,10)) ``` Packages ```julia (@v1.5) pkg> status Status `~/.julia/environments/v1.5/Project.toml` [336ed68f] CSV v0.7.7 [3abffc1c] ControlSystemIdentification v0.1.4 [a6e380b2] ControlSystems v0.6.0...

bug

Just added some code to allow bode plots to start with the (heuristic) correct phase angle. Some systems with double integrators would start with phase +180 which makes the plot...

The first thing I try when approaching a new coin is to make a private key printable on paper. When looking at the way passwords are handled, there should be...

I am having trouble compiling this on a fresh install of Julia 1.7 on MacOS [M1 ARM] ```julia julia> using Rsvg ERROR: InitError: UndefVarError: librsvg not defined Stacktrace: [1] set_default_dpi...

ìfconfig`is not installed by default anymore on many distros. I suggest the following command in the readme ```bash $ sudo ip link set dev vcan0 up ```

We have had issues with a motor tripping due to the FAULT_CODE_ABS_OVER_CURRENT fault. I was checking out the code and this caught my attention. The setting in the VESC tool...

So I was working on my first larger block diagram, and trying to get everything in place. First I was meeting error messages giving me the name of an input/output...

The docs for `Codepagex.Mappings.encoding_list/1` are referenced but not available

Hi! I am working on a package using CxxWrap to wrap some controller code into Julia for testing. The aim is to be able to work interactively in a running...