Skip to content

Commit

Permalink
Merge pull request autowarefoundation#599 from tier4/sync-awf-latest
Browse files Browse the repository at this point in the history
chore: sync awf-latest
  • Loading branch information
tier4-autoware-public-bot[bot] authored Dec 13, 2022
2 parents e87e14c + e680e3e commit 88f034d
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 1 deletion.
14 changes: 14 additions & 0 deletions autoware_launch/rviz/autoware.rviz
Original file line number Diff line number Diff line change
Expand Up @@ -1010,6 +1010,20 @@ Visualization Manager:
Constant Color: false
Scale: 0.30000001192092896
Value: false
- Class: rviz_default_plugins/MarkerArray
Enabled: true
Name: Bound
Namespaces:
left_bound: true
right_bound: true
Topic:
Depth: 5
Durability Policy: Volatile
Filter size: 10
History Policy: Keep Last
Reliability Policy: Reliable
Value: /planning/scenario_planning/lane_driving/behavior_planning/behavior_path_planner/debug/bound
Value: true
- Class: rviz_common/Group
Displays:
- Class: rviz_default_plugins/MarkerArray
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@
min_avoidance_speed_for_acc_prevention: 3.0 # [m/s]
max_avoidance_acceleration: 0.5 # [m/ss]

# bound clipping for objects
enable_bound_clipping: false

# for debug
publish_debug_marker: false
print_debug_info: false
Expand Down
1 change: 1 addition & 0 deletions planning_launch/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
<exec_depend>motion_velocity_smoother</exec_depend>
<exec_depend>obstacle_avoidance_planner</exec_depend>
<exec_depend>obstacle_stop_planner</exec_depend>
<exec_depend>obstacle_velocity_limiter</exec_depend>
<exec_depend>scenario_selector</exec_depend>
<exec_depend>surround_obstacle_checker</exec_depend>

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
/**:
ros__parameters:
cmos_battery_warn: 2.90
cmos_battery_error: 2.70
cmos_battery_label: ""
3 changes: 2 additions & 1 deletion system_launch/launch/system.launch.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,15 @@
<!-- System Monitor -->
<group if="$(eval &quot;'$(var run_mode)'=='online'&quot;)">
<push-ros-namespace namespace="system_monitor"/>
<include file="$(find-pkg-share system_monitor)/launch/system_monitor.launch.py">
<include file="$(find-pkg-share system_monitor)/launch/system_monitor.launch.xml">
<arg name="cpu_monitor_config_file" value="$(find-pkg-share system_launch)/config/system_monitor/cpu_monitor.param.yaml"/>
<arg name="hdd_monitor_config_file" value="$(find-pkg-share system_launch)/config/system_monitor/hdd_monitor.param.yaml"/>
<arg name="mem_monitor_config_file" value="$(find-pkg-share system_launch)/config/system_monitor/mem_monitor.param.yaml"/>
<arg name="net_monitor_config_file" value="$(find-pkg-share system_launch)/config/system_monitor/net_monitor.param.yaml"/>
<arg name="ntp_monitor_config_file" value="$(find-pkg-share system_launch)/config/system_monitor/ntp_monitor.param.yaml"/>
<arg name="process_monitor_config_file" value="$(find-pkg-share system_launch)/config/system_monitor/process_monitor.param.yaml"/>
<arg name="gpu_monitor_config_file" value="$(find-pkg-share system_launch)/config/system_monitor/gpu_monitor.param.yaml"/>
<arg name="voltage_monitor_config_file" value="$(find-pkg-share system_launch)/config/system_monitor/voltage_monitor.param.yaml"/>
</include>
</group>

Expand Down

0 comments on commit 88f034d

Please sign in to comment.