-
Notifications
You must be signed in to change notification settings - Fork 34
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(control_data_collecting_tool): add trajectory inside circle and lanelet2 trajectory #156
feat(control_data_collecting_tool): add trajectory inside circle and lanelet2 trajectory #156
Conversation
Signed-off-by: Yoshihiro Kogure <[email protected]>
Signed-off-by: Yoshihiro Kogure <[email protected]>
Signed-off-by: Yoshihiro Kogure <[email protected]>
Signed-off-by: Yoshihiro Kogure <[email protected]>
Signed-off-by: Yoshihiro Kogure <[email protected]>
Signed-off-by: Yoshihiro Kogure <[email protected]>
Signed-off-by: Yoshihiro Kogure <[email protected]>
Signed-off-by: Yoshihiro Kogure <[email protected]>
Signed-off-by: Yoshihiro Kogure <[email protected]>
Signed-off-by: Yoshihiro Kogure <[email protected]>
Signed-off-by: Yoshihiro Kogure <[email protected]>
Signed-off-by: Yoshihiro Kogure <[email protected]>
# Define the argument for map_path | ||
DeclareLaunchArgument("map_path", description="Path to the map directory") | ||
# Use the map_path argument in parameters | ||
map_path = LaunchConfiguration("map_path") | ||
|
||
# Get the path to the common param file |
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.
Sorry I forgot but we can get map with /map/vector_map
but it is ok for now.
Currently, a map must be specified even when using something other than along_road.
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.
In ef6afa9, I modified it so that it works without reading the map_path when the along_road feature is not used.
(I had the wrong URL, so I have replaced it with the correct one.)
ros__parameters: | ||
# Course Specific Parameters | ||
trajectory_radius: 35.0 | ||
enclosing_radius: 40.0 |
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.
memo: the data collection area only indicates the center, currently need to set in params.
better to specify radius from area in the future
Signed-off-by: Yoshihiro Kogure <[email protected]>
Signed-off-by: Yoshihiro Kogure <[email protected]>
Signed-off-by: Yoshihiro Kogure <[email protected]>
Signed-off-by: Yoshihiro Kogure <[email protected]>
Signed-off-by: Yoshihiro Kogure <[email protected]>
Signed-off-by: Yoshihiro Kogure <[email protected]>
Signed-off-by: Yoshihiro Kogure <[email protected]>
@YoshihiroKogure |
Signed-off-by: Yoshihiro Kogure <[email protected]>
@kosuke55 |
57e9a5b
to
42e524e
Compare
Signed-off-by: kosuke55 <[email protected]>
Signed-off-by: kosuke55 <[email protected]>
452be86
to
b5a4630
Compare
@YoshihiroKogure |
Signed-off-by: Yoshihiro Kogure <[email protected]>
Signed-off-by: Yoshihiro Kogure <[email protected]>
Signed-off-by: Yoshihiro Kogure <[email protected]>
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.
LGTM
@kosuke55 |
@YoshihiroKogure |
This reverts commit 1cdbd05. Signed-off-by: Yoshihiro Kogure <[email protected]>
…circle_and_lanelet2_trajectory" This reverts commit d372051, reversing changes made to 50f46bd. Signed-off-by: Yoshihiro Kogure <[email protected]>
@kosuke55 |
Description
Add a trajectory where the car moves around inside a circle for efficient data collection.
Add a trajectory generation method that creates trajectories along the roads on the map.
For more instructions please follow the instructions in
README.md
(here).Related links
Tests performed
Notes for reviewers
Interface changes
Effects on system behavior
Pre-review checklist for the PR author
The PR author must check the checkboxes below when creating the PR.
In-review checklist for the PR reviewers
The PR reviewers must check the checkboxes below before approval.
Post-review checklist for the PR author
The PR author must check the checkboxes below before merging.
After all checkboxes are checked, anyone who has write access can merge the PR.