lucasw / rust_test

Learn rust
BSD 3-Clause "New" or "Revised" License
3 stars 0 forks source link

rosnode info #3

Open lucasw opened 3 years ago

lucasw commented 3 years ago
$ rosnode info /loginfo
--------------------------------------------------------------------------------
Node [/loginfo]
Publications: 
 * /rosout [rosgraph_msgs/Log]

Subscriptions: None

Services: None

contacting node http://192.168.0.62:40079/ ...
ERROR: remote call failed: Method not implemented
lucasw commented 3 years ago

Services have the same problem https://github.com/adnanademovic/rosrust/issues/145#issuecomment-724088440 - try out rostopic info.

How hard to implement this feature?