File tree 3 files changed +8
-6
lines changed
planning/motion_velocity_planner/autoware_motion_velocity_planner_common_universe
system/autoware_topic_relay_controller/config
3 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 7
7
8
8
<maintainer email =" maxime.clement@tier4.jp" >Maxime Clement</maintainer >
9
9
<maintainer email =" alqudah.mohammad@tier4.jp" >Alqudah Mohammad</maintainer >
10
+ <maintainer email =" takayuki.murooka@tier4.jp" >Takayuki Murooka</maintainer >
11
+ <maintainer email =" yuki.takagi@tier4.jp" >Yuki Takagi</maintainer >
10
12
11
13
<license >Apache License 2.0</license >
12
14
Original file line number Diff line number Diff line change @@ -169,7 +169,7 @@ double calc_possible_min_dist_from_obj_to_traj_poly(
169
169
const double object_possible_max_dist =
170
170
calc_object_possible_max_dist_from_center (object->predicted_object .shape );
171
171
const double possible_min_dist_to_traj_poly =
172
- std::abs (object->get_dist_to_traj_lateral (traj_points)) - vehicle_info.vehicle_width_m -
172
+ std::abs (object->get_dist_to_traj_lateral (traj_points)) - vehicle_info.vehicle_width_m / 2.0 -
173
173
object_possible_max_dist;
174
174
return possible_min_dist_to_traj_poly;
175
175
}
Original file line number Diff line number Diff line change 1
1
/** :
2
2
ros__parameters :
3
3
topic : " /default"
4
- topic_type : " std_msgs/msg/String" # unneccessary for /tf or /tf_static
4
+ topic_type : " std_msgs/msg/String" # unnecessary for /tf or /tf_static
5
5
remap_topic : " /remap_default"
6
- # frame_id: neccessary for /tf or /tf_static
7
- # child_frame_id: neccessary for /tf or /tf_static
6
+ # frame_id: necessary for /tf or /tf_static
7
+ # child_frame_id: necessary for /tf or /tf_static
8
8
qos_depth : 1
9
9
transient_local : false # Change qos to transient_local. Default is volatile.
10
10
best_effort : false # Change qos to best_effort. Default is reliable.
11
11
enable_relay_control : true
12
- srv_name : " /system/topic_relay_controller_default/operate" # neccessary for enable_relay_control is true
12
+ srv_name : " /system/topic_relay_controller_default/operate" # necessary for enable_relay_control is true
13
13
enable_keep_publishing : false
14
- # update_rate: #neccessary for enable_keep_publishing is true
14
+ # update_rate: #necessary for enable_keep_publishing is true
You can’t perform that action at this time.
0 commit comments