How to know service/topic detail information from remote
Hi, I'm ysuga. Japanese Robotics Engineer.
I'm currently developing a Java library and tools for connecting ROS topic/service with other robotics suites.
I want to know the way how to investigate the topic/service detail information that can be acquired by "rosmsg show ..." or "rossrv show...". I guess these command-line tools get the information by using the host pc's file system. However, I want to develop the Java library that can be universally used even if the remote PC does not have ROS library and file system.
Is it possible to acquire the information from the remote pc w/o ROS filesystem?