Results 3 comments of Taiyou Kuo

@kasper-helm I ran into this problem before. It turns out I need to set localhost to multicast on host and some other things before running containers, as described in the...

@ShoukatM I haven't used AWSIM for a long time and have not kept track of the current state for using Autoware along docker container. So the method may not be...

I use the following config to enable border in notebook In my setting.json ``` "workbench.colorCustomizations": { "[poimandres]": { "notebook.cellBorderColor": "#09f7a099", "notebook.focusedCellBackground": "#d0679d1f", "notebook.focusedCellBorder": "#d0679d", "notebook.focusedEditorBorder": "#d0679d" } } ``` Result:...