xqms / rosmon

ROS node launcher & monitoring daemon
Other
180 stars 47 forks source link

Add ROS Service logic to start/stop with regex #183

Closed renan028 closed 6 months ago

renan028 commented 8 months ago

Description

Discussion here: https://github.com/xqms/rosmon/issues/167#issue-1291311824

In Rosmon service call, allow regex.

Specifying node="." would allow starting/stopping all nodes. `/abcde/.would only affect nodes in theabcde` namespace.

xqms commented 6 months ago

Finally got around to merging this, thank you!