-
Notifications
You must be signed in to change notification settings - Fork 675
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(raw_vehicle_cmd_converter): add vehicle adaptor #8782
feat(raw_vehicle_cmd_converter): add vehicle adaptor #8782
Conversation
Thank you for contributing to the Autoware project! 🚧 If your pull request is in progress, switch it to draft mode. Please ensure:
|
61e0b78
to
a71f089
Compare
044667d
to
afe1b58
Compare
afe1b58
to
6196bf2
Compare
This pull request has been automatically marked as stale because it has not had recent activity. |
6196bf2
to
6591c55
Compare
6591c55
to
2d2a581
Compare
b745ae6
to
fef4523
Compare
7fe1a73
to
c97147c
Compare
Signed-off-by: kosuke55 <kosuke.tnp@gmail.com> sub operation status Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
c97147c
to
1b3b6c0
Compare
@@ -30,7 +34,7 @@ if(BUILD_TESTING) | |||
) | |||
set(TEST_RAW_VEHICLE_CMD_CONVERTER_EXE test_autoware_raw_vehicle_cmd_converter) | |||
ament_add_ros_isolated_gtest(${TEST_RAW_VEHICLE_CMD_CONVERTER_EXE} ${TEST_SOURCES}) | |||
target_link_libraries(${TEST_RAW_VEHICLE_CMD_CONVERTER_EXE} actuation_map_converter autoware_raw_vehicle_cmd_converter_node_component) | |||
target_link_libraries(${TEST_RAW_VEHICLE_CMD_CONVERTER_EXE} actuation_map_converter vehicle_adaptor autoware_raw_vehicle_cmd_converter_node_component) |
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.
@kosuke55 why did you merge this without running the required checks?
Because this line is too long, the test is failing.
We should never merge without passing the required checks.
I'm now checking how it was possible to merge this in the first place. This bypass list only has @mitsudome-r in it and no one else should be able to merge without passing the status checks. Maybe something is wrong with the required checks maybe? Right now it is like this: @kosuke55 do you remember if you had to press this button before merging this PR? |
@xmfcx |
I am not sure the reason why I could mere but sent PR to fix too long line |
…ion#8782) * feat(raw_vehicle_cmd_converter): add vehicle adaptor Signed-off-by: kosuke55 <kosuke.tnp@gmail.com> sub operation status Signed-off-by: kosuke55 <kosuke.tnp@gmail.com> * feat(raw_vehicle_cmd_converter): publish vehicle adaptor output Signed-off-by: kosuke55 <kosuke.tnp@gmail.com> * use control horizon Signed-off-by: kosuke55 <kosuke.tnp@gmail.com> * revert carla Signed-off-by: kosuke55 <kosuke.tnp@gmail.com> * update docs Signed-off-by: kosuke55 <kosuke.tnp@gmail.com> --------- Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
Description
add empty vehicle adaptor which compensates control commands by taking into account vehicle-specific dynamic characteristics.
this feature is set
false
by defaultwe will add an algorithm of vehicle adaptor
Related links
Parent Issue:
How was this PR tested?
check if ACTUATION_CMD sim works with
fase
andtrue
.false
true
Notes for reviewers
None.
Interface changes
None.
Effects on system behavior
None.