-
Notifications
You must be signed in to change notification settings - Fork 15
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
Merge release/miura (4.6.0) branch into master #62
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Set specific version of Ubuntu. Combined RUN commands. Reorganized command grouping. Replaced final RUN command with CMD.
* Created CARMA Cloud time source and simulation federate * Added SimFederal servlet configuration * Updated SimFederate to test ambassador address. * Update SimFederate import InetAdress. * Fixed SimFederate registration JSON message. * Update Dockerfile with simulation configuration. * Update rsu.js * Update map.js * Update Dockerfile * Update ihp.js * SimFederate separated registration retry from socket close * Update web.xml * Update Dockerfile * Update Dockerfile * Update SimFederate.java * Update RoadMark.java * Update satellite-streets-v11.json * Update sourcelayers.json * Update validatexodr_sourcelayers.json * Removed commented-out RSM Servlet. * Default traffic control update and start time to 0L. * Added port and list attribute parsing to old TCR format. * Updated TcmReqServlet to preserve request host address. * Added error log to TCM response connection. * Add docker and dockerhub workflows * Build and push image for testing * Update web.xml init TimeSource singleton first and added CARMA Cloud simulation id * Delete lib/libcs2cswrapper.so This library is downloaded in install dependencies script, and compiled from source in the build script. * Added CARMA Cloud simulation id configuration item and handle exceptions better * Use TimeSource to handle simulation and real world time, remove extraneous commented code * Update TcmReqServlet to use TimeSource * Update web.xml to add explicit simulation mode logical flag * Update SimFederate to check for explicit simulation mode configuration * Update SimFederate to use JSON libary for building ambassador registration message * Update SimFederate fixed sid typo * Update dockerfile and move instructions to scripts Added deployment_test workflow to replace circleci integration test workflow * Install GIT for checkout * Fix build/install scripts issues * Figure out CI VM path * Fix path error * Remove rm calls in build script * Update to build scripts * Print commands in scripts and their arguments as exexuted * Update * Updates to fix carma-cloud path to absolute /home/carma-cloud inside build.sh * Update path for workflow * Fix issues * Updates * Updates * Updates * Update * Updates * Removing circle ci workflow that was replaced with github action * Update with docker-compose file, testing script and volume directory * add carma-cloud-config work folder * Update install_dependencies.sh * Update build.sh * Update deployment_test.yml * Update map.js * Update ihp.js * Update rsu.js * Revert "add carma-cloud-config work folder" This reverts commit 311cf83. * Update build.sh to modify default host path * Delete carma-cloud-config/server.xml * Create web.xml for simulation * Update web.xml to adjust SimFederate load on startup order * Remove trigger for building feature/time-source docker image --------- Co-authored-by: kruegersp <kruegersp@users.noreply.github.com> Co-authored-by: Eric Chen <122404059+EricChen-Lei@users.noreply.github.com>
* Add FilterControls utility to create subset of traffic controls for testing * Add FilterControls usage to README * FilterControls remove commented out code * Update README.md fix testing typo
SaikrishnaBairamoni
requested review from
paulbourelly999,
maefromm,
EricChen-Lei and
chengyuan0124
August 14, 2024 21:03
paulbourelly999
approved these changes
Aug 15, 2024
chengyuan0124
approved these changes
Aug 15, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
PR Details
This PR is to merge release/miura branch into master branch for XIL Cloud release with new version.
Description
Related GitHub Issue
Related Jira Key
Motivation and Context
How Has This Been Tested?
Types of changes
Checklist: