Rajat Singhal
Rajat Singhal
IMO, env variables might be the better way to go about this, similar to how `CIINSTALL` is used currently. Having a dialog requires user input, which could cause problems when...
Problem with command-line arguments in a shell script I think is that it's very painful to deal with. One or 2 options such as `--help` or `--verbose` are okay, but...
> > 1. Need to update removal of conda during opencv installation. Reason: with update in how conda activates environments with `conda.sh`, the current script does not remove conda completely...
> The Travis is failing for all Bionic builds, not related to this issue >  > > I've restarted one build, but this is happening on all 4 >...
Issue has been updated
I would love to help out in future development and reviewing PRs and such. Becoming a maintainer might be too much though, haven't contributed to this project before but will...
Did AirSim get compiled correctly before compiling the ROS wrapper? Try running the steps in https://microsoft.github.io/AirSim/airsim_ros_pkgs/#build in the order and make sure all succeeded
Hmm, seems interesting, so you mean like switching the main viewport camera to follow different vehicles based on shortcut keys. Currently there's support for multi-vehicle in subwindows, it only allows...
I tested this and I'm not seeing any `fallback.py` in the profiler output. See the 2 attached files, the second is sorted by total time - [outputs_unsorted.txt](https://github.com/microsoft/AirSim/files/5986662/outputs_unsorted.txt) [outputs.txt](https://github.com/microsoft/AirSim/files/5986664/outputs.txt) Did the...
I tested this again with #3889, and am getting the same performance with changing the msgpack library, ~36 FPS with Blocks binary for default camera. Some more details - Ubuntu...