Kristoffer Solberg Rakstad

Results 14 comments of Kristoffer Solberg Rakstad

I had the same issue. Solved by uninstalling node v13 and the install node v11 instead. Think it might work with node v10 as well.

@janpaul123 yea, got it to work. however, seems to be an issue in regards to rosbridge when subscribing to nav_msgs/Odometry /tf and joint_states. I get this error message: Exception calling...

should be fine publishing even though you rely on a C library https://kornel.ski/rust-sys-crate

I'm having the same issue running WSL2 on windows. Did any of you find a fix? @benediktms @adri326 console: `thread 'main' panicked at 'internal error: entered unreachable code', /home/kristoffer/.cargo/registry/src/github.com-1ecc6299db9ec823/winit-0.25.0/src/platform_impl/linux/wayland/window/mod.rs:218:77 note:...

This worked for me: `sudo apt install libxkbcommon-dev libegl1 libwayland-dev` 🚀

I'm unable to use `tonic_build` with `prost` to generate stubs for my clients and serves when running my `build.rs` file. @shikhar https://github.com/shikhar/rules-rust-playground/tree/bazelify is this the solution to make it work?...

I have an alternative fix :muscle: :white_check_mark: It's not optimal, but this is a blocking issue for me, so I needed some way past it. First you do like you...

Thank you for the thorough answer :) When you say, _"while I only implement the original version of RBPF that adopt the motion model as the proposal distribution"?_. Does this...