-
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
fix(follow_trajectory_action): adapt to work with considering slopes #1226
Merged
yamacir-kit
merged 30 commits into
master
from
fix/RJD-955-fix-followtrajectoryaction-nan-time
Jun 11, 2024
Merged
Changes from all commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
62b9867
fix(entities_update): fix update time in EntityStatus
dmoszynski 4d92606
fix(toLaneletPose): fix matching_distance in EgoEntity, EgoEntitySimu…
dmoszynski e107d22
fix(follow_trajectory): fix velocity vector and setting orientation -…
dmoszynski 42f88f5
fix(action_node): add debug_marker OutputPort
dmoszynski 46490d6
fix(ego_entity_simulation, sim_model_interface): add overwrite positi…
dmoszynski dfb711f
Merge branch 'master' into fix/RJD-955-fix-followtrajectoryaction-nan…
dmoszynski 4eaa23e
Merge branch 'master' into fix/RJD-955-fix-followtrajectoryaction-nan…
yamacir-kit b74c9b0
Merge branch 'master' into fix/RJD-955-fix-followtrajectoryaction-nan…
dmoszynski e3034fd
Merge branch 'master' into fix/RJD-955-fix-followtrajectoryaction-nan…
dmoszynski eb63404
Merge branch 'master' into fix/RJD-955-fix-followtrajectoryaction-nan…
dmoszynski 49bdda5
Merge branch 'master' into fix/RJD-955-fix-followtrajectoryaction-nan…
yamacir-kit 8563ede
Merge branch 'master' into fix/RJD-955-fix-followtrajectoryaction-nan…
dmoszynski 51b4641
Merge branch 'master' into fix/RJD-955-fix-followtrajectoryaction-nan…
dmoszynski 6024371
ref(ego_entity_simulation, sim_model_interface): use world_relative_p…
dmoszynski 81aec5b
ref(ego_entity_simulation): apply clang reforamt
dmoszynski 53980e4
Merge branch 'master' into fix/RJD-955-fix-followtrajectoryaction-nan…
dmoszynski 95c19cd
Merge branch 'master' into fix/RJD-955-fix-followtrajectoryaction-nan…
dmoszynski f97f731
Merge branch 'master' into fix/RJD-955-fix-followtrajectoryaction-nan…
dmoszynski b0614e3
Merge branch 'master' into fix/RJD-955-fix-followtrajectoryaction-nan…
dmoszynski f554789
Merge branch 'master' into fix/RJD-955-fix-followtrajectoryaction-nan…
yamacir-kit c08a7f7
ref(traffic_simulator, behavior_tree): apply requested changes
dmoszynski ea34460
ref(ego_entity_simulation): use world_relative_position, use only Oz
dmoszynski 9daa0ac
ref(ego_entity_simulation): use world_relative_position_ in getCurren…
dmoszynski 1f72837
feat(ego_entity_simulation): develop VehicleModelState
dmoszynski dfffa9b
Revert "feat(ego_entity_simulation): develop VehicleModelState"
dmoszynski d215afd
fix(ego_entity_simulation): fix world_relative_position_ for update()
dmoszynski 84b5dbf
Merge branch 'master' into fix/RJD-955-fix-followtrajectoryaction-nan…
dmoszynski f75bf19
fix(ego_entity_simulation): fix assignment of world_relative_position…
dmoszynski 73dc7c6
Merge branch 'master' into fix/RJD-955-fix-followtrajectoryaction-nan…
dmoszynski 178560f
Merge branch 'master' into fix/RJD-955-fix-followtrajectoryaction-nan…
yamacir-kit File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
https://eigen.tuxfamily.org/dox/TopicPitfalls.html
const Eigen::Vector3d relative_position =
This should fix it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for finding problem!
I also think it should be fix.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you @hakuturu583, it was my pleasure.