Logger
Logger
https://github.com/realsnick/sky360/tree/main/nixOS is what i'm using...
``` nix services.ros2 = { enable = true; distro = "iron"; domainId = 0; # systemPackages = p: with p; [ ros2cli ros2run ]; # # pkgs = nodes =...
seems i just needed to wait (ages) and it builds...
i did use the latest nixpkgs but also tried pointing nixpkgs to lopsided98/nixpkgs .. didn't seem to help to be honest but it does feel its a new thing that...
could it be related to this? https://github.com/ros2/rclcpp/pull/2335 ? the new version of iron has this fix. if not, any pointers on how to fix it?
note: this is on nixOS @SergioGasquez do you have any example on how to `nix build` for `Xtensa` i'm struggling with it but i think if there is something working...
@SujithThirumalaisamy you can take a look at my repo https://github.com/realsnick/resume i think there are a few things here that can be modified...i think your UI should be changed to a...
this is my full layout ``` layout name="sky360" { default_tab_template { pane size=1 borderless=true { plugin location="zellij:tab-bar" } children // TODO: figure out how to show/hide a pane // pane...
yes, working on it
it also seems that if i don't have the defalt_tab_template, the `_hide_floating_panes` is causing an error 