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
For demo launching purposes, it would be nice to start rqt_py_trees with an optional argument that specifies the topic name to start subscribing to. For example, either or both of these:
Otherwise, even if you make a launch file that automatically launches rqt_py_trees, users have to manually change the topic drop-down to the right topic.
The behavior could either be to wait for the desired topic to send a message, or if the topic isn't available to assume "none" and open rqt_py_trees as normal.
The text was updated successfully, but these errors were encountered:
sea-bass
changed the title
Add Topic Name Option to Launch File
Add option to start with a topic selected
Apr 19, 2021
Pretty messy logic therin. Now prioritises
* Command Line
* Saved and valid
* First valid
* Saved
* Pending
NB: It won't automatically switch when it finds something - it will
adhere to the logic the user has provided (either via the command line
or via a saved preference).
Resolves#20
Pretty messy logic therin. Now prioritises
* Command Line
* Saved and valid
* First valid
* Saved
* Pending
NB: It won't automatically switch when it finds something - it will
adhere to the logic the user has provided (either via the command line
or via a saved preference).
Resolves#20
For demo launching purposes, it would be nice to start
rqt_py_trees
with an optional argument that specifies the topic name to start subscribing to. For example, either or both of these:Otherwise, even if you make a launch file that automatically launches
rqt_py_trees
, users have to manually change the topic drop-down to the right topic.The behavior could either be to wait for the desired topic to send a message, or if the topic isn't available to assume "none" and open
rqt_py_trees
as normal.The text was updated successfully, but these errors were encountered: