forked from autowarefoundation/autoware.universe
-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1153 from tier4/sync-upstream
chore: sync tier4/autoware.universe:awf-latest
- Loading branch information
Showing
569 changed files
with
8,655 additions
and
16,805 deletions.
There are no files selected for viewing
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
Large diffs are not rendered by default.
Oops, something went wrong.
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
Oops, something went wrong.