-
Notifications
You must be signed in to change notification settings - Fork 659
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'awf-latest' into feat/keep_distance_back_static_objects…
…_from_start_pose
- Loading branch information
Showing
179 changed files
with
1,791 additions
and
4,133 deletions.
There are no files selected for viewing
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
...lugin/rviz_2d_overlay_msgs/CMakeLists.txt → ...ugin/autoware_overlay_msgs/CMakeLists.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
...z_plugin/rviz_2d_overlay_msgs/package.xml → ..._plugin/autoware_overlay_msgs/package.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<?xml version="1.0"?> | ||
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?> | ||
<package format="3"> | ||
<name>rviz_2d_overlay_msgs</name> | ||
<name>autoware_overlay_msgs</name> | ||
<version>1.3.0</version> | ||
<description>Messages describing 2D overlays for RVIZ, extracted/derived from the jsk_visualization package.</description> | ||
<maintainer email="[email protected]">Team Spatzenhirn</maintainer> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
54 changes: 54 additions & 0 deletions
54
common/autoware_overlay_rviz_plugin/autoware_overlay_rviz_plugin/README.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
# autoware_overlay_rviz_plugin | ||
|
||
Plugin for displaying 2D overlays over the RViz2 3D scene. | ||
|
||
Based on the [jsk_visualization](https://github.com/jsk-ros-pkg/jsk_visualization) | ||
package, under the 3-Clause BSD license. | ||
|
||
## Purpose | ||
|
||
This plugin provides a visual and easy-to-understand display of vehicle speed, turn signal, steering status and gears. | ||
|
||
## Inputs / Outputs | ||
|
||
### Input | ||
|
||
| Name | Type | Description | | ||
| ------------------------------------------------------- | ------------------------------------------------------- | ------------------------------------ | | ||
| `/vehicle/status/velocity_status` | `autoware_auto_vehicle_msgs::msg::VelocityReport` | The topic is vehicle velocity | | ||
| `/vehicle/status/turn_indicators_status` | `autoware_auto_vehicle_msgs::msg::TurnIndicatorsReport` | The topic is status of turn signal | | ||
| `/vehicle/status/hazard_status` | `autoware_auto_vehicle_msgs::msg::HazardReport` | The topic is status of hazard | | ||
| `/vehicle/status/steering_status` | `autoware_auto_vehicle_msgs::msg::SteeringReport` | The topic is status of steering | | ||
| `/vehicle/status/gear_status` | `autoware_auto_vehicle_msgs::msg::GearReport` | The topic is status of gear | | ||
| `/planning/scenario_planning/current_max_velocity` | `tier4_planning_msgs::msg::VelocityLimit` | The topic is velocity limit | | ||
| `/perception/traffic_light_recognition/traffic_signals` | `autoware_perception_msgs::msg::TrafficSignalArray` | The topic is status of traffic light | | ||
|
||
## Parameter | ||
|
||
### Core Parameters | ||
|
||
#### SignalDisplay | ||
|
||
| Name | Type | Default Value | Description | | ||
| ------------------------ | ------ | -------------------- | --------------------------------- | | ||
| `property_width_` | int | 128 | Width of the plotter window [px] | | ||
| `property_height_` | int | 128 | Height of the plotter window [px] | | ||
| `property_left_` | int | 128 | Left of the plotter window [px] | | ||
| `property_top_` | int | 128 | Top of the plotter window [px] | | ||
| `property_signal_color_` | QColor | QColor(25, 255, 240) | Turn Signal color | | ||
|
||
## Assumptions / Known limits | ||
|
||
TBD. | ||
|
||
## Usage | ||
|
||
1. Start `rviz2` and click `Add` button under the `Displays` panel. | ||
|
||
![select_add](./assets/images/select_add.png) | ||
|
||
2. Under `By display type` tab, select `autoware_overlay_rviz_plugin/SignalDisplay` and press OK. | ||
|
||
3. Enter the names of the topics if necessary. | ||
|
||
![select_topic_name](./assets/images/select_topic_name.png) |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
Binary file added
BIN
+181 KB
...ay_rviz_plugin/autoware_overlay_rviz_plugin/assets/images/select_topic_name.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+8.24 KB
...ware_overlay_rviz_plugin/autoware_overlay_rviz_plugin/assets/images/traffic.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 5 additions & 0 deletions
5
common/autoware_overlay_rviz_plugin/autoware_overlay_rviz_plugin/plugins_description.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
<library path="autoware_overlay_rviz_plugin"> | ||
<class name="autoware_overlay_rviz_plugin/SignalDisplay" type="autoware_overlay_rviz_plugin::SignalDisplay" base_class_type="rviz_common::Display"> | ||
<description>Signal overlay plugin for the 3D view.</description> | ||
</class> | ||
</library> |
Oops, something went wrong.