You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hi, i am confused,
The RosTest code in the tests package:
the subecribe code: bridge.subscribe(SubscriptionRequestMsg.generate("/ros_to_java"), the topic name is /ros_to_java,
but in the publisher, Publisher pub = new Publisher("/java_to_ros", "std_msgs/String", bridge); the topic name is /java_to_ros. is this case right?
Thanks
The text was updated successfully, but these errors were encountered:
hi, i am confused,
The RosTest code in the tests package:
the subecribe code: bridge.subscribe(SubscriptionRequestMsg.generate("/ros_to_java"), the topic name is /ros_to_java,
but in the publisher, Publisher pub = new Publisher("/java_to_ros", "std_msgs/String", bridge); the topic name is /java_to_ros. is this case right?
Thanks
The text was updated successfully, but these errors were encountered: