-
Notifications
You must be signed in to change notification settings - Fork 60
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
feat: add new vehicle model #1355
base: RJD-736/autoware_msgs_support
Are you sure you want to change the base?
feat: add new vehicle model #1355
Conversation
This PR edits vehicle model that is copied from simple_planning_simulator. Please consider making changes to the original code to avoid confusion or consult developers (@hakuturu583, @yamacir-kit and @HansRobo ). |
Vector
|
SimModelDelaySteerAcc | SimModelDelaySteerAccGeared | SimModelDelaySteerMapAccGeared | SimModelDelaySteerAccGearedWoFallGuard | SimModelDelaySteerVel |
---|---|---|---|---|
Source code difference
I believe that the code of vehicle models (simple_planning_simulator) added to scenario_simulator_v2 should be possibly identical to the one from autoware.universe.
-
I noticed a difference in the source code between ss2/sim_model_delay_steer_acc_geared_wo_fall_guard and autoware/sim_model_delay_steer_acc_geared_wo_fall_guard.
-
More precisely, in the version for scenario_simulator_v2 one conditional block is missing (left side of the screenshot):
- I would also like to ask if this difference in the source code is intentional? 🙇
@dmoszynski About Vector X order There is no reason about the order itself. I re-add I think we have a option to exchange About source code difference |
@yuki-takagi-66 cc @yamacir-kit In detailsIn
|
Signed-off-by: Yuki Takagi <[email protected]>
Signed-off-by: Yuki Takagi <[email protected]>
Signed-off-by: Yuki Takagi <[email protected]>
…EARED_WO_FALL_GUARD
…teerAccGearedWoFallGuard from simple_planning_simulator from autoware.universe
…ER_ACC_GEARED_WO_FALL_GUARD" This reverts commit 6113254.
0b1e2f0
to
4957043
Compare
Quality Gate passedIssues Measures |
Description
This PR is sync PR to the universe side PR: autowarefoundation/autoware.universe#7651
Abstract
The vehicle model has been updated due to the need to simulate hill-slip behavior.
It is necessary to pass acceleration and gradient separately to the vehicle model.
Background
see universe side PR: autowarefoundation/autoware.universe#7651
Details
References
Destructive Changes
Known Limitations