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

feat: add vehicle info util #22

Merged
Changes from 1 commit
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
e6172d5
vehicle_info_util package for ROS2 port (#58)
nnmm Nov 30, 2021
c7de365
[vehicle_info_util] Build as shared library (#112)
fred-apex-ai Nov 30, 2021
9f1db1d
[ROS2] Fix behavior velocity planner (#110)
mitsudome-r Nov 30, 2021
4fcad13
Adjust copyright notice on 532 out of 699 source files (#143)
nnmm Nov 30, 2021
4288d2c
Use quotes for includes where appropriate (#144)
nnmm Nov 30, 2021
9013bdd
Run uncrustify on the entire Pilot.Auto codebase (#151)
nnmm Nov 30, 2021
d9dee2a
ROS2 Linting: vehicle_info_util (#163)
jilaada Nov 30, 2021
edb6f0c
Sync public repo (#1228)
mitsudome-r Nov 30, 2021
fb93faf
Remove vehicle info param server (#1304)
wep21 Nov 30, 2021
7f73d7d
Refactor vehicle info util (#1305)
kenji-miyake Nov 30, 2021
3141f0f
Fix/fix utils (#1310)
kenji-miyake Nov 30, 2021
75f2852
Move autoware_global_parameter_loader to the appropriate place (#1701)
kenji-miyake Nov 30, 2021
78b7dab
suppress warnings for declare parameters (#1724)
h-ohta Nov 30, 2021
6ffce48
Fix -Wunused-parameter (#1836)
kenji-miyake Nov 30, 2021
824ac2d
Rename vehicle_info param arg to avoid conflicts (#2074)
kenji-miyake Nov 30, 2021
cf130b1
Change formatter to clang-format and black (#2332)
kenji-miyake Nov 30, 2021
e872a90
Add COLCON_IGNORE (#500)
kenji-miyake Nov 30, 2021
a97181c
remove COLCON_IGNORE (#505)
takayuki5168 Nov 30, 2021
bcb5abc
[vehicle_info_util] add readme (#560)
taikitanaka3 Nov 30, 2021
c096097
add default config file
taikitanaka3 Nov 30, 2021
58688eb
add sample launch
taikitanaka3 Dec 1, 2021
c4526fb
ci(pre-commit): autofix
pre-commit-ci[bot] Dec 1, 2021
eb5ae99
remove unused
taikitanaka3 Dec 1, 2021
828800e
Merge branch 'tier4/proposal' into filter/vehicle_info_util
taikitanaka3 Dec 2, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
add default config file
  • Loading branch information
taikitanaka3 committed Nov 30, 2021
commit c096097df58ead1c75f32488f8976304ec8e566b
11 changes: 11 additions & 0 deletions vehicle/vehicle_info_util/config/vehicle_info.param.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
/**:
ros__parameters:
wheel_radius: 0.39
wheel_width: 0.42
wheel_base: 2.74 # between front wheel center and rear wheel center
wheel_tread: 1.63 # between left wheel center and right wheel center
front_overhang: 1.0 # between front wheel center and vehicle front
rear_overhang: 1.03 # between rear wheel center and vehicle rear
left_overhang: 0.1 # between left wheel center and vehicle left
right_overhang: 0.1 # between right wheel center and vehicle right
vehicle_height: 2.5