Skip to content

Commit

Permalink
fix(readme): add acknowledgement for material icons in tool plugins (#…
Browse files Browse the repository at this point in the history
…6354)

Signed-off-by: KhalilSelyan <[email protected]>
  • Loading branch information
KhalilSelyan authored Feb 8, 2024
1 parent 63fb160 commit 444a73a
Show file tree
Hide file tree
Showing 5 changed files with 90 additions and 0 deletions.
18 changes: 18 additions & 0 deletions common/tier4_adapi_rviz_plugin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,21 @@ Enable or disable of allow_goal_modification option can be set with the check bo
Push the mode button in the waypoint to enter waypoint mode. In this mode, the pose is added to waypoints.
Press the apply button to set the route using the saved waypoints (the last one is a goal).
Reset the saved waypoints with the reset button.

## Material Design Icons

This project uses [Material Design Icons](https://developers.google.com/fonts/docs/material_symbols) by Google. These icons are used under the terms of the Apache License, Version 2.0.

Material Design Icons are a collection of symbols provided by Google that are used to enhance the user interface of applications, websites, and other digital products.

### License

The Material Design Icons are licensed under the Apache License, Version 2.0. You may obtain a copy of the License at:

<http://www.apache.org/licenses/LICENSE-2.0>

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

### Acknowledgments

We would like to express our gratitude to Google for making these icons available to the community, helping developers and designers enhance the visual appeal and user experience of their projects.
18 changes: 18 additions & 0 deletions common/tier4_automatic_goal_rviz_plugin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,3 +78,21 @@ In this situation, check the terminal output for more information.

- Often it is enough to try again.
- Sometimes a clearing of the current route is required before retrying.

## Material Design Icons

This project uses [Material Design Icons](https://developers.google.com/fonts/docs/material_symbols) by Google. These icons are used under the terms of the Apache License, Version 2.0.

Material Design Icons are a collection of symbols provided by Google that are used to enhance the user interface of applications, websites, and other digital products.

### License

The Material Design Icons are licensed under the Apache License, Version 2.0. You may obtain a copy of the License at:

<http://www.apache.org/licenses/LICENSE-2.0>

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

### Acknowledgments

We would like to express our gratitude to Google for making these icons available to the community, helping developers and designers enhance the visual appeal and user experience of their projects.
18 changes: 18 additions & 0 deletions common/tier4_camera_view_rviz_plugin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,21 @@ Add the `tier4_camera_view_rviz_plugin/ThirdPersonViewTool` tool to the RViz. Pu
## BirdEyeView Tool

Add the `tier4_camera_view_rviz_plugin/BirdEyeViewTool` tool to the RViz. Push the button, the camera will turn to the BEV view, the target frame is consistent with the latest frame. Short cut key 'r'.

## Material Design Icons

This project uses [Material Design Icons](https://developers.google.com/fonts/docs/material_symbols) by Google. These icons are used under the terms of the Apache License, Version 2.0.

Material Design Icons are a collection of symbols provided by Google that are used to enhance the user interface of applications, websites, and other digital products.

### License

The Material Design Icons are licensed under the Apache License, Version 2.0. You may obtain a copy of the License at:

<http://www.apache.org/licenses/LICENSE-2.0>

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

### Acknowledgments

We would like to express our gratitude to Google for making these icons available to the community, helping developers and designers enhance the visual appeal and user experience of their projects.
18 changes: 18 additions & 0 deletions common/tier4_perception_rviz_plugin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,3 +112,21 @@ You can interactively manipulate the object.
| ADD | Shift + Click Right Button |
| MOVE | Hold down Right Button + Drug and Drop |
| DELETE | Alt + Click Right Button |

## Material Design Icons

This project uses [Material Design Icons](https://developers.google.com/fonts/docs/material_symbols) by Google. These icons are used under the terms of the Apache License, Version 2.0.

Material Design Icons are a collection of symbols provided by Google that are used to enhance the user interface of applications, websites, and other digital products.

### License

The Material Design Icons are licensed under the Apache License, Version 2.0. You may obtain a copy of the License at:

<http://www.apache.org/licenses/LICENSE-2.0>

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

### Acknowledgments

We would like to express our gratitude to Google for making these icons available to the community, helping developers and designers enhance the visual appeal and user experience of their projects.
18 changes: 18 additions & 0 deletions common/tier4_planning_rviz_plugin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,3 +125,21 @@ This plugin displays the path, trajectory, and maximum speed.
![select_planning_plugin](./images/select_planning_plugin.png)
3. Enter the name of the topic where you want to view the path or trajectory.
![select_topic_name](./images/select_topic_name.png)

## Material Design Icons

This project uses [Material Design Icons](https://developers.google.com/fonts/docs/material_symbols) by Google. These icons are used under the terms of the Apache License, Version 2.0.

Material Design Icons are a collection of symbols provided by Google that are used to enhance the user interface of applications, websites, and other digital products.

### License

The Material Design Icons are licensed under the Apache License, Version 2.0. You may obtain a copy of the License at:

<http://www.apache.org/licenses/LICENSE-2.0>

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

### Acknowledgments

We would like to express our gratitude to Google for making these icons available to the community, helping developers and designers enhance the visual appeal and user experience of their projects.

0 comments on commit 444a73a

Please sign in to comment.