Package with examples on how to make a ROS-Kafka bridge. This is the version 2 (no ROS-Bridge Server).
- Download Confluent and unpack it somewhere
- install kafka-python with: pip instal kafka-python
- Might need bson: sudo pip install pymongo
- export PATH=/path-to-confluent/bin:$PATH
- Make sure that you have java 1.8
- If not java 1.8, install it and change to it with: sudo update-alternatives –config java
- confluent start
- roscore
- roslaunch ros_kafka_bridge demo_joined.launch
- roslaunch ros_kafka_bridge demo_separated.launch