-
Notifications
You must be signed in to change notification settings - Fork 13
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
Release/wanderer #11
Merged
Merged
Release/wanderer #11
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
removed #
…usdot-fhwa-stol/carma-simulation into feature/carla_ackermann_control_wrapper
…usdot-fhwa-stol/carma-simulation into feature/carla_ackermann_control_wrapper
…ntrol_wrapper Feature/carla ackermann control wrapper
* add launch files for carma-simulation * config docker setup * Add files for docker build * Delete launch files,launch changes in carma-config
* Fix file not found error during cmake_install * Change EXPECT_EQ to EXPECT_NEAR in testing * Update CmakeLists * Delete ros time in testing * Add ${PROJECT_NAME}_lib back in camkelist
…carma-simulation into fix/camke_install_error
Fix/camke install error
kjrush
approved these changes
Dec 10, 2020
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
Description
This PR is to merge the Wanderer release (carma-system-3.4.0) into the master branch.
Related Issue
None
Motivation and Context
Purpose of the Wanderer release is to incorporate four major enhancements into the CARMA system. First, a steering limiter was added in order to prevent Carma from taking turns that present a risk of vehicle rollover. Second, updates were made to the health_monitor to allow for graceful handling of sensor failure, including control handover to the human driver. Third, carma-messenger was updated to detect nearby automated vehicles via DSRC. And fourth, functionality was added to carma-messenger to allow for requesting, receiving, and displaying truck safety info from a passing Carma truck via DSRC while vehicles are in motion. Along with the above enhancements, several bug fixes and CI related enhancements are included in this release.
How Has This Been Tested?
Per the release test plan.
Types of changes
Checklist:
CARMA Contributing Guide