shupx / swarm_ros_bridge

A lightweight middle interface that enables specified ROS message transmission among swarm robots through socket communication

Home Page:https://wiki.ros.org/swarm_ros_bridge

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Message type discovery dynamic

vzhr opened this issue · comments

To sub and pub within ros, this project use hard code for different message type. Maybe you can refer rosserial server msg_lookup and topic_handlers.h to get the right messge type for sub and pub when in running.

thanks. This helps! I will try to improve the message type handling method later