[TR] Enable V2X communication in Smart Intersection serving as TR for Smart Corridor#1531
Draft
ajagadi1 wants to merge 4 commits intoopen-edge-platform:mainfrom
Draft
[TR] Enable V2X communication in Smart Intersection serving as TR for Smart Corridor#1531ajagadi1 wants to merge 4 commits intoopen-edge-platform:mainfrom
ajagadi1 wants to merge 4 commits intoopen-edge-platform:mainfrom
Conversation
This file contains hidden or 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
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.
Description
This draft PR introduces V2X publish in Smart Intersection so that it serves as TR for Smart Corridor.
docker build -t scenescape-v2x-bridge) by following instructions in https://github.com/open-edge-platform/scenescape/tree/main/tools/v2x and define it in compose file. For actual usage in the release ready app, scenescape can be cloned as submodule and scenescape-v2x-bridge image can be built as a part of setup.initialization.sh: https://github.com/usdot-fhwa-OPS/V2X-Hub/tree/develop/configuration . Change the IP address in the V2XHUB UI from localhost to your host-ip. Update the Pedestrian plugin configuration. Set DataProvider as REST and Set the WebServiceIP to your host-ip and enable pedestrial plugin. Details see: https://github.com/open-edge-platform/scenescape/tree/main/tools/v2x. The amount of accepted J2735 messages in V2XHUB can be seen in Messages section of the UI.:Fixes # (issue)
https://jira.devtools.intel.com/browse/ITEP-84130
How Has This Been Tested?
Manual testing
Checklist: