Skip to content

Commit

Permalink
Merge branch 'heron' of github.com:ethz-asl/ros-kafka-connector into …
Browse files Browse the repository at this point in the history
…heron
  • Loading branch information
luceharris committed Oct 17, 2024
2 parents 425f040 + f635128 commit 83ec296
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This is a ROS package for subscribing or publishing to topics using Kafka.

Takes a yaml file with {`msg_type`, `ros_topic`, `kafka_topic`}. Can publish the messages between ros and kafka. Put the yaml file in the `config/` folder.

Example yaml file in: `topics.yaml`
Example yaml file in: [`topics.yaml`](https://github.com/ethz-asl/ros-kafka-connector/blob/heron/config/topics.yaml)

```yaml
robot_name:
Expand All @@ -23,7 +23,7 @@ topic_dict: {
'geometry_msgs/Pose' : {'/pose', 'pose'}
}
```
Message types that are added are in the `utils.py` file. To add new message types to the converter, add cases to `import_msg_type` function. If you have custom messages from ROS, you need to make them callable in your ros workspace.
Message types that are added are in the [`utils.py`](https://github.com/ethz-asl/ros-kafka-connector/blob/master/src/utils.py) file. To add new message types to the converter, add cases to `import_msg_type` function. If you have custom messages from ROS, you need to make them callable in your ros workspace.

| Parameter | Info | Default |
| ------------- |:-------------:| -----:|
Expand Down

0 comments on commit 83ec296

Please sign in to comment.