It doesn’t seem like a difficult task at all, but I can’t cope:
Code: Select all
:put [/port find name=usb2]
Code: Select all
:put [/port find name=usb2 !inactive]
Code: Select all
:put [/port find name=usb2 !inactive !used-by]
Code: Select all
:put [/port find name=usb2 !inactive used-by]
Code: Select all
:put [/port find !used-by]
Code: Select all
:put [:typeof [/port find used-by]]
What's the matter ? The "used-by" property is not read into the console? Something wrong with ROS or am I doing something wrong?
Tried it on ROS 6.46 - 6.48...