Skip to content

Commit

Permalink
docs:追加 Foxglove Studio 文档
Browse files Browse the repository at this point in the history
  • Loading branch information
Natsu-Akatsuki committed Apr 7, 2024
1 parent 1e38272 commit c64ec17
Show file tree
Hide file tree
Showing 3 changed files with 57 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
### :hammer_and_wrench: Software and Tools

- [Blender](Software%20and%20Tools/Blender.md)
- [Foxglove Studio](Software%20and%20Tools%2FFoxglove%20Studio.md)
- [Gazebo](Software%20and%20Tools/Gazebo.md)
- [PlotJuggler](Software%20and%20Tools/PlotJuggler.md)
- [RViz](Software%20and%20Tools/RViz.md)
Expand Down
55 changes: 55 additions & 0 deletions docs/Software and Tools/Foxglove Studio.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
# Foxglove Studio

## Feature

- 支持在 ROS2 中可视化 ROS1 包,而无需转换为 .db 包
- 自动识别可显示的主题

## Install

```bash
# 安装 Foxglove bridge
$ sudo apt install ros-$ROS_DISTRO-foxglove-bridge
```

## Usage

<details>
<summary>:wrench: <b>用例 1:</b>
在线可视化 ROS 主题
</summary>

<!-- tabs:start -->

#### **ROS2**

```bash
# 运行 foxglove_bridge 节点
$ ros2 launch foxglove_bridge foxglove_bridge_launch.xml
```

#### **ROS1**

TODO

<!-- tabs:end -->

![](https://natsu-akatsuki.oss-cn-guangzhou.aliyuncs.com/img/image-20240327103805383.png ':size=800')


</details>

## FAQ

<details>
<summary>:question: <b>问题 1:</b>
<a href="https://kkgithub.com/foxglove/studio/issues/5870#issuecomment-1693580785">为什么无法显示点云?</a>
</summary>
</details>

## Reference

| 摘要 | 链接 |
|------|--------------------------------------------------------------------|
| 官方地址 | https://docs.foxglove.dev/docs/connecting-to-data/frameworks/ros2/ |

1 change: 1 addition & 0 deletions docs/_sidebar.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@

- :hammer_and_wrench: Software and Tools
- [Blender](Software%20and%20Tools/Blender.md)
- [Foxglove Studio](Software%20and%20Tools%2FFoxglove%20Studio.md)
- [Gazebo](Software%20and%20Tools/Gazebo.md)
- [PlotJuggler](Software%20and%20Tools/PlotJuggler.md)
- [RViz](Software%20and%20Tools/RViz.md)
Expand Down

0 comments on commit c64ec17

Please sign in to comment.