Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mobile_robotics
ADC
ADC_2021
iri_adc_launch
Commits
77ef7d69
Commit
77ef7d69
authored
Jun 23, 2021
by
Sergi Hernandez
Browse files
Updated the axel distance and wheel distance values to make them closer to the real values.
parent
92c0eaf6
Changes
4
Hide whitespace changes
Inline
Side-by-side
config/adc_common/adc_control_config.yaml
View file @
77ef7d69
...
...
@@ -5,7 +5,7 @@ speed_Kd: 0.00
speed_i_max
:
20.0
speed_deadband
:
0.1
watchdog_time
:
0.5
axel_distance
:
0.36
62
axel_distance
:
0.36
max_steer_angle
:
0.5
min_steer_angle
:
-0.5
max_speed_control
:
20.0
...
...
config/adc_common/adc_odometry_config.yaml
View file @
77ef7d69
...
...
@@ -3,8 +3,8 @@ odom_frame: "adc_car/odom"
robot_frame
:
"
adc_car/base_footprint"
encoder_ticks
:
30
wheel_diameter
:
0.100
wheel_distance
:
0.26
1
axel_distance
:
0.36
62
wheel_distance
:
0.26
5
axel_distance
:
0.36
filter_coeff
:
0.3
speed_deadband
:
0.1
max_steer_angle
:
0.5
...
...
config/adc_rosnav/local_planner/ackermann_params.yaml
View file @
77ef7d69
...
...
@@ -38,8 +38,8 @@ AckermannPlannerROS:
max_steer_vel
:
0.3
min_steer_vel
:
-0.3
max_steer_acc
:
1.0
axis_distance
:
0.36
62
wheel_distance
:
0.2
1
6
axis_distance
:
0.36
wheel_distance
:
0.26
5
wheel_radius
:
0.05
split_ignore_length
:
0.1
...
...
config/adc_sim/adc_controller_config.yaml
View file @
77ef7d69
...
...
@@ -12,8 +12,8 @@
drive_rear_right_joint
:
base_link_2_rear_right_wheel_joint
drive_front_left_joint
:
steer_left_2_front_left_wheel_joint
drive_front_right_joint
:
steer_right_2_front_right_wheel_joint
axel_distance
:
0.36
62
wheel_distance
:
0.2
1
6
axel_distance
:
0.36
wheel_distance
:
0.26
5
wheel_diameter
:
0.100
encoder_ticks
:
30
encoder_rate
:
40
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment