Thies Oelerich

Results 17 comments of Thies Oelerich

Hi the solution to this is to rename the `python` folder in the plugin to `python 3`. At least that solved it for me. I think this is necessary in...

Hi, I think this is a great addition to this plugin but it sadly doesn't work for me. While it starts and seems to connect to the kernel it does...

I am not sure if I get that. `:PythonStartDebugger` actually opens the Vimspector GUI for me and if I then open Vimspector again within Vimspector than I am just in...

Hi I have the same error (at least the initial one) where loading the controller manager crashes gazebo. There are also no error messages for me except the final one...

Hi @Schulze18 I am already passing it as an argument so that does sadly not solve the problem.

So further information on this, I ran gazebo with `gazebo --verbose -s libgazebo_ros_init.so -s libgazebo_ros_factory.so` which gives me the error `[Err] [Model.cc:1137] Exception occured in the Load function of plugin...

Fair, so would there be an easier way to achieve this? Maybe force overwriting of redundant files?

So after trying out a bit I figured that I used this ``` nix devShells.x86_64-linux.default = pkgs.mkShell { name = "ros devenv"; buildInputs = with pkgs; with pkgs.rosPackages.humble; [ (buildEnv...

Hi, so I think I should reopen this since the fix causes then problems with the python packages not being in the path such that this is not really a...

I encountered the same issue but have also not found a solution