Suresh
Suresh
@googlebot I fixed it.
@googlebot I fixed it.
Did someone able to fix the issue ? I tried pause sim, which some people suggested in other threads, but it didn't work. Its very annoying, AirSim team didn't provide...
yes, i tried with both ways with and without pause/unpause. But still didn't work. Using pause/unpause at 10Hz is making UE4 unresponsive to keyboard inputs to control car Complete code...
@NickPerezCarletonUniversity could you please tell me are you doing something differently ?? i tried both c++ and [python api](https://github.com/microsoft/AirSim/issues/4171#issuecomment-974487249)
@hoangvietdo I was not able to find any fix and I have moved to alternative Unreal based simulator.
@Mfasousa I fixed it by setting gcc and g++ version as 11 in ubuntu. ```sh instant-ngp$ export CC=/usr/bin/gcc-11 instant-ngp$ export CXX=/usr/bin/g++-11 instant-ngp$ cmake . -B build -DCMAKE_BUILD_TYPE=RelWithDebInfo instant-ngp$ cmake --build...
@chowkamlee81 I fixed the issue by using `Dockerfile_18_04`. `Kimera-VIO$ sudo docker build --rm -t kimera_vio -f ./Dockerfile_18_04 .` However, i had to make changes to fix issues with [gtsam](https://github.com/MIT-SPARK/Kimera-VIO/issues/189), [gtsam-build](https://github.com/borglab/gtsam/issues/1495),...
@HtutLynn This is my `./scripts/docker/Dockerfile` ``` # Use an official Python runtime as a parent image FROM ubuntu:18.04 MAINTAINER Antoni Rosinol "[email protected]" # To avoid tzdata asking for geographic location......
(edited) @HtutLynn I didn't face such issue. Probably you can build the docker without Kimera-VIO code and do it manually later inside the container. Probably helps you to narrow down...