-
Notifications
You must be signed in to change notification settings - Fork 668
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
refactor(simple_planning_simulator): rework parameters #5446
base: main
Are you sure you want to change the base?
refactor(simple_planning_simulator): rework parameters #5446
Conversation
Signed-off-by: PhoebeWu21 <[email protected]>
Signed-off-by: PhoebeWu21 <[email protected]>
Signed-off-by: PhoebeWu21 <[email protected]>
Signed-off-by: PhoebeWu21 <[email protected]>
The json-schema CI check fails because the config file should be under |
Signed-off-by: PhoebeWu21 <[email protected]>
Signed-off-by: PhoebeWu21 <[email protected]>
@ambroise-arm Got it! Done. |
Signed-off-by: PhoebeWu21 <[email protected]>
Signed-off-by: PhoebeWu21 <[email protected]>
Signed-off-by: PhoebeWu21 <[email protected]>
Signed-off-by: PhoebeWu21 <[email protected]>
simulator/simple_planning_simulator/config/vehicle_characteristics.param.yaml
Outdated
Show resolved
Hide resolved
Signed-off-by: PhoebeWu21 <[email protected]>
@PhoebeWu21 Following error has occured by this PR. Could you confirm whether the autoware can be launch correctly with your branch?
|
Hi @satoshi-ota, I did successfully launch in local. |
Hi @PhoebeWu21 Thanks for your investigation. |
@PhoebeWu21 I guess you can see above errors if you try following tutorials. |
When it launches planning_simulator from
And, it seems that |
@satoshi-ota I see, thank you! |
@satoshi-ota Hi, I am not sure how to deal with this situation, since I did not make any other change to the launch file. |
@PhoebeWu21 Sorry for late reply. I'll investigate that error. |
Hi @PhoebeWu21 And, as I wrote, when we call planning_simulator.launch.xml, this file will be loaded. Actually, I confirmed that I could launch Psim with your branch after I added missing params to this file. In short, we have to add missing params to |
Hi @satoshi-ota, |
This pull request has been automatically marked as stale because it has not had recent activity. |
@satoshi-ota - have you received feedback on adding the missing params? Can @PhoebeWu21 continue with this task or will you be taking over to complete it? |
@satoshi-ota could you update the current status of this PR? |
I will take a look at this tomorrow since it's been blocked for a long time. |
This pull request has been automatically marked as stale because it has not had recent activity. |
Description
Implement the ROS Node configuration layout described in https://github.com/orgs/autowarefoundation/discussions/3371 for the
simple_planning_simulator
package.Tests performed
Package built and launch locally.
colcon build --symlink-install --cmake-args -DCMAKE_BUILD_TYPE=Release --packages-up-to simple_planning_simulator
Effects on system behavior
More reliable and faster parameter configuration file creation.
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.