forked from isakdiaz/ros-kafka-connector
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
14fc7e3
commit 926b1ea
Showing
6 changed files
with
95 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
UGV: | ||
- msg_type: "sensor_msgs/Image" | ||
ros_topic: "/wrist_camera/color/image_raw" | ||
kafka_topic: "heron.sim-test.wrist-camera" | ||
# - msg_type: "sensor_msgs/JointState" | ||
# ros_topic: "/joint_states" | ||
# kafka_topic: "heron.sim-test.arm-joints" | ||
# - msg_type: "nav_msgs/Odometry" | ||
# ros_topic: "/odom" | ||
# kafka_topic: "heron.sim-test.base-odom" | ||
# - msg_type: "sensor_msgs/LaserScan" | ||
# ros_topic: "/front/scan" | ||
# kafka_topic: "heron.sim-test.lidar" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
sudo apt install ros-noetic-rospy-message-converter | ||
pip install kafka-python pyyaml | ||
pip install kafka-python pyyaml | ||
pip install confluent-kafka |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters