-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve development experience #82
Conversation
GustavoSilvera
commented
Feb 19, 2023
•
edited
Loading
edited
- Add developer-focused usage documentation, USAGE.md is geared more towards end-users
- Replace DReyeVRData.inl (inline header file) with DReyeVRData.cpp (source file) with new linker fix
- Fix old link in xerces download
- Add github workflows for DReyeVR installation (only builds LibCarla/PythonAPI and runs unit tests)
- Fix critical bugs from recorder/replayer with interpolation disabled, as well as mirrors causing crash
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wonder if the diagram of UE4/Carla /DReyeVR relationships belongs in the dev docs now.
Also dev docs under getting started, switch back to the carla
dir before doing git status
and tracking DReyeVR changes
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Okay looks good