Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wada-jun8 authored Jan 5, 2025
1 parent 3bdeb16 commit e198d39
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
# ROS2 Satellite Position Publisher
[![test](https://github.com/JEISU20xx/satellite_position/actions/workflows/test.yml/badge.svg)](https://github.com/JEISU20xx/satellite_position/actions/workflows/test.yml)
## 概要
- 衛星の位置情報を取得し、topicとしてパブリッシュするためのROS2のパッケージ
## fetch_position.py
- 衛星の位置情報を取得し、topic`satellite_position`としてパブリッシュするノード

### テスト用コード
- receive_position.py
- fetch_position.pyが正しく動作しているか確認する
- topic`satellite_position`をサブスクライブする
- test.launch.py
- fetch_position.pyをテストするために実行するlaunch
- fetch_position.pyとreceive_position.pyを実行し、衛星の位置情報の取得とパブリッシュ、サブスクライブを同時に行う

## テスト環境
- Ubuntu 22.04
Expand Down

0 comments on commit e198d39

Please sign in to comment.