Skip to content

Commit 0873c86

Browse files
author
Ahmed Ebrahim
committed
feat(remaining_dist_eta): update visualization and behavior path planner readme files
Signed-off-by: Ahmed Ebrahim <ahmed.ebrahim@leodrive.ai>
1 parent a058960 commit 0873c86

File tree

2 files changed

+12
-16
lines changed
  • common/autoware_overlay_rviz_plugin/autoware_mission_details_overlay_rviz_plugin
  • planning/behavior_path_planner

2 files changed

+12
-16
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,22 @@
11
# autoware_overlay_rviz_plugin
22

3-
Plugin for displaying 2D overlays over the RViz2 3D scene.
3+
Plugin for displaying 2D overlays over the RViz2 3D scene for mission details (such as remaining distance and time).
44

55
Based on the [jsk_visualization](https://github.com/jsk-ros-pkg/jsk_visualization)
66
package, under the 3-Clause BSD license.
77

88
## Purpose
99

10-
This plugin provides a visual and easy-to-understand display of vehicle speed, turn signal, steering status and gears.
10+
This plugin provides a visual and easy-to-understand display of mission details (remaining distance and time)
1111

1212
## Inputs / Outputs
1313

1414
### Input
1515

1616
| Name | Type | Description |
1717
| ------------------------------------------------------- | ------------------------------------------------------- | ------------------------------------ |
18-
| `/vehicle/status/velocity_status` | `autoware_auto_vehicle_msgs::msg::VelocityReport` | The topic is vehicle velocity |
19-
| `/vehicle/status/turn_indicators_status` | `autoware_auto_vehicle_msgs::msg::TurnIndicatorsReport` | The topic is status of turn signal |
20-
| `/vehicle/status/hazard_status` | `autoware_auto_vehicle_msgs::msg::HazardReport` | The topic is status of hazard |
21-
| `/vehicle/status/steering_status` | `autoware_auto_vehicle_msgs::msg::SteeringReport` | The topic is status of steering |
22-
| `/vehicle/status/gear_status` | `autoware_auto_vehicle_msgs::msg::GearReport` | The topic is status of gear |
23-
| `/planning/scenario_planning/current_max_velocity` | `tier4_planning_msgs::msg::VelocityLimit` | The topic is velocity limit |
24-
| `/perception/traffic_light_recognition/traffic_signals` | `autoware_perception_msgs::msg::TrafficSignalArray` | The topic is status of traffic light |
18+
| `/planning/mission_remaining_distance_time` | `autoware_planning_msgs::msg::MissionRemainingDistanceTime` | The topic is for mission remaining distance and time Data |
19+
2520

2621
## Parameter
2722

@@ -31,11 +26,10 @@ This plugin provides a visual and easy-to-understand display of vehicle speed, t
3126

3227
| Name | Type | Default Value | Description |
3328
| ------------------------ | ------ | -------------------- | --------------------------------- |
34-
| `property_width_` | int | 128 | Width of the plotter window [px] |
35-
| `property_height_` | int | 128 | Height of the plotter window [px] |
36-
| `property_left_` | int | 128 | Left of the plotter window [px] |
37-
| `property_top_` | int | 128 | Top of the plotter window [px] |
38-
| `property_signal_color_` | QColor | QColor(25, 255, 240) | Turn Signal color |
29+
| `property_width_` | int | 300 | Width of the plotter window [px] |
30+
| `property_height_` | int | 100 | Height of the plotter window [px] |
31+
| `property_left_` | int | 800 | Left of the plotter window [px] |
32+
| `property_top_` | int | 10 | Top of the plotter window [px] |
3933

4034
## Assumptions / Known limits
4135

@@ -47,8 +41,9 @@ TBD.
4741

4842
![select_add](./assets/images/select_add.png)
4943

50-
2. Under `By display type` tab, select `autoware_overlay_rviz_plugin/SignalDisplay` and press OK.
44+
2. Under `By display type` tab, select `autoware_mission_details_overlay_rviz_plugin/MissionDetailsDisplay` and press OK.
45+
![select_add](./assets/images/select_plugin.png)
5146

52-
3. Enter the names of the topics if necessary.
47+
3. Enter the names of the topics if necessary `/planning/mission_remaining_distance_time`.
5348

5449
![select_topic_name](./assets/images/select_topic_name.png)

planning/behavior_path_planner/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ The Planner Manager's responsibilities include:
115115
| ~/output/modified_goal | `autoware_planning_msgs::msg::PoseWithUuidStamped` | output modified goal commands. | `transient_local` |
116116
| ~/output/stop_reasons | `tier4_planning_msgs::msg::StopReasonArray` | describe the reason for ego vehicle stop | `volatile` |
117117
| ~/output/reroute_availability | `tier4_planning_msgs::msg::RerouteAvailability` | the path the module is about to take. to be executed as soon as external approval is obtained. | `volatile` |
118+
| ~/output/mission_remaining_distance_time | `autoware_planning_msgs::msg::MissionRemainingDistanceTime` | information about mission remaining distance and time. | `volatile` |
118119

119120
### Debug
120121

0 commit comments

Comments
 (0)