-
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
[RJD-1200] to Investigate why an Autoware with scenario_simulator_v2 does not work with cpp scenarios #1330
Closed
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
… used in scenario_simulator_v2
…e_perception_msgs
…nto feature/manual_on_follow_trajectory_not_auto # Conflicts: # simulation/traffic_simulator/include/traffic_simulator/entity/entity_manager.hpp
Signed-off-by: Yutaka Kondo <[email protected]>
Signed-off-by: Yutaka Kondo <[email protected]>
Signed-off-by: Yutaka Kondo <[email protected]>
This reverts commit a3591f0.
feat: add `autoware_` prefix to `lanelet2_extension`
- Added condition to check if ego reaches the goal position and to end scenario with success. - Removed if condition causing redundant failure when spawn_nearby_ego is already spawned. - Adjusted despawn logic for spawn_nearby_ego. - Fixed an issue with invalid rviz plugin names.
SzymonParapura
added
the
bump minor
If this pull request merged, bump minor version of the scenario_simulator_v2
label
Jul 29, 2024
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 ). |
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
Abstract
This pull request addresses and fixes issues in the random001 scenario. Additionally, it ensures support and compatibility with the autoware_msgs header files.
Details
The first issue encountered when running the random001 scenario was related to incompatible header files ("autoware_auto_msgs" instead of "autoware_msgs"). SS2 on the master branch uses an older version of the header files that are not compatible with Autoware. Therefore, this PR includes changes from the RJD-736/autoware_msgs_support branch to ensure support and compatibility with autoware_msgs header files.
Additionally, several bugs were found:
References
Jira ticket: link
Destructive Changes
There are no destructive changes
Known Limitations
N/A