Skip to content
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(source build): acc map fix #53

Merged
merged 1 commit into from
Aug 28, 2024

Conversation

taikitanaka3
Copy link
Contributor

@taikitanaka3 taikitanaka3 commented Aug 28, 2024

値が線形補間できずにnodeが死ぬ問題の修正RP

before

[raw_vehicle_cmd_converter_node-17] index around (i,j) is invalid ( 2, 5 )
[raw_vehicle_cmd_converter_node-17] terminate called after throwing an instance of 'std::invalid_argument'
[raw_vehicle_cmd_converter_node-17] what(): Accel map is invalid.

default,0.0,1.0,2.0,3.0,4.0,5.0
0.0,-0.3,-0.3,-0.3,-0.3,-0.3,-0.3
0.1,0.0,0.0,0.0,0.0,0.0,0.0
0.2,0.0,0.0,0.0,0.0,0.0,0.0
0.3,0.05,0.05,0.05,0.05,0.05,0.05
0.4,0.1,0.1,0.1,0.1,0.1,0.1
0.5,0.175,0.175,0.175,0.175,0.175,0.175
0.6,0.25,0.25,0.25,0.25,0.25,0.25

after
[INFO] [raw_vehicle_cmd_converter_node-17]: process started with pid [21780]

default,0.0,1.0,2.0,3.0,4.0,5.0
0.0,-0.3,-0.3,-0.3,-0.3,-0.3,-0.3
0.1,0.0,0.0,0.0,0.0,0.0,0.0
0.2,0.01,0.01,0.01,0.01,0.01,0.01
0.3,0.05,0.05,0.05,0.05,0.05,0.05
0.4,0.1,0.1,0.1,0.1,0.1,0.1
0.5,0.175,0.175,0.175,0.175,0.175,0.175
0.6,0.25,0.25,0.25,0.25,0.25,0.25

@taikitanaka3 taikitanaka3 changed the base branch from main to test/source-build August 28, 2024 01:15
@taikitanaka3 taikitanaka3 marked this pull request as ready for review August 28, 2024 01:18
@masahiro-kubota masahiro-kubota merged commit 49ad739 into test/source-build Aug 28, 2024
@masahiro-kubota masahiro-kubota deleted the test/source-build-acc-map-fix branch August 28, 2024 05:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants