Skip to content

Commit

Permalink
Feature ike_map_server README (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
uhobeike authored Sep 8, 2023
1 parent e618baf commit 618bf54
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions ike_map_server/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# ike_map_server

## Package overview
2次元マップサーバー(地図の管理)のROS 2 C++実装です。

2次元地図(PGM形式画像)から
ROS 2のメッセージで表現した2次元地図[`nav_msgs/OccupancyGrid`](http://docs.ros.org/en/melodic/api/nav_msgs/html/msg/OccupancyGrid.html)を出力します。

## Input / Output

### Input

### Output

| **Name(Topic)** | **Type** | **Description** |
| -------------------- | ------------------------------------ | ------------------------------------------------ |
| `/map` | `nav_msgs::msg::OccupancyGrid` | 2次元地図 |

| **Name(Service)** | **Type** | **Description** |
| ------------- | --------------------------------------------- | --------------------------------------- |
| `/get_map` | `nav_msgs::msg::OccupancyGrid` | 2次元地図を渡す |

### [Parameters](../ike_nav_parameters/config/ike_map_server_parameter.yaml)

| **Name(Parameter)** | **Type** | **Description** |
| ------------------- | ----------- | ---------------------- |
| `map_yaml_path` | `std::string` | 2次元地図の情報が記載されたYAMLファイルパス |

## LICENSE

Apache License, Version 2.0に基づいています。

0 comments on commit 618bf54

Please sign in to comment.