Skip to content

Commit

Permalink
readme fix
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Henkel <christian.henkel2@de.bosch.com>
  • Loading branch information
ct2034 committed Aug 1, 2023
1 parent cbf091d commit 7a0211c
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
[![Apache-2.0 License](https://img.shields.io/badge/License-Apache_2.0-blue)](./LICENSE) [![Lint bt_tools](https://github.com/boschresearch/bt_tools/actions/workflows/lint.yaml/badge.svg)](https://github.com/boschresearch/bt_tools/actions/workflows/lint.yaml) [![Test bt_tools](https://github.com/boschresearch/bt_tools/actions/workflows/industrial_ci.yml/badge.svg)](https://github.com/boschresearch/bt_tools/actions/workflows/industrial_ci.yml)
# bt_tools

<img src="bt_tools_common/doc/logo.svg" alt="bt_tools logo" width="200"/>
[![github test](https://img.shields.io/github/actions/workflow/status/boschresearch/bt_tools/industrial_ci.yml?label=test&style=flat-square)](https://github.com/boschresearch/bt_tools/actions/workflows/industrial_ci.yml)
[![github lint](https://img.shields.io/github/actions/workflow/status/boschresearch/bt_tools/lint.yaml?label=lint&style=flat-square)](https://github.com/boschresearch/bt_tools/actions/workflows/lint.yaml)
[![GitHub issues](https://img.shields.io/github/issues/boschresearch/bt_tools.svg?style=flat-square)](https://github.com/boschresearch/bt_tools/issues)
[![GitHub prs](https://img.shields.io/github/issues-pr/boschresearch/bt_tools.svg?style=flat-square)](https://github.com/boschresearch/bt_tools/pulls)
[![python](https://img.shields.io/github/languages/top/boschresearch/bt_tools.svg?style=flat-square)](https://github.com/boschresearch/bt_tools/search?l=python)
[![License](https://img.shields.io/badge/license-Apache%202-blue.svg?style=flat-square)](https://github.com/boschresearch/bt_tools/blob/main/LICENSE)

# bt_tools
<img src="bt_tools_common/doc/logo.svg" alt="bt_tools logo" width="200"/>

Tools to view behavior trees:
There are 3 tools to view behavior trees:

## btlib

Expand Down Expand Up @@ -53,7 +58,6 @@ For example, the `_states.png` file will look like this:

<img src="bt_view/test/_test_data/reference/bt_trace_other_fbl_log_states.png" width="600" />


### Calculate coverage

```bash
Expand Down

0 comments on commit 7a0211c

Please sign in to comment.