-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add new verbose modes and search topics using wildcards (#99)
* Add new functionalities to spy CommandLine interface Signed-off-by: Lucia Echevarria <[email protected]> * Update documentation Signed-off-by: Lucia Echevarria <[email protected]> * Change activate to check if there are discovered types for topic prefix and adapt tests Signed-off-by: Lucia Echevarria <[email protected]> * Use compact mode by default Signed-off-by: Raul Sanchez-Mateos <[email protected]> * Update documentation Signed-off-by: Raul Sanchez-Mateos <[email protected]> * Remove nightly job after rebase Signed-off-by: Raul Sanchez-Mateos <[email protected]> * Fix help tests Signed-off-by: Raul Sanchez-Mateos <[email protected]> * Fix test suite Signed-off-by: Raul Sanchez-Mateos <[email protected]> * Remove const when passing argument by value Signed-off-by: Raul Sanchez-Mateos <[email protected]> * Remove default values Signed-off-by: Raul Sanchez-Mateos <[email protected]> * Apply some comments from review Signed-off-by: Raul Sanchez-Mateos <[email protected]> * Apply suggested changes Signed-off-by: Lucia Echevarria <[email protected]> * Update release notes Signed-off-by: Lucia Echevarria <[email protected]> * Update comment in Controller Signed-off-by: Lucia Echevarria <[email protected]> * Fix fastddsspy_tool tests Signed-off-by: Lucia Echevarria <[email protected]> * Fix bugs in docs Signed-off-by: Lucia Echevarria <[email protected]> * Correct link, remove unnecesary attribute and some other minor changes Signed-off-by: Lucia Echevarria <[email protected]> * Add information about high verbosity mode Signed-off-by: Lucia Echevarria <[email protected]> * Uncrustify Signed-off-by: Lucia Echevarria <[email protected]> * Apply suggested changes Signed-off-by: Lucia Echevarria <[email protected]> --------- Signed-off-by: Lucia Echevarria <[email protected]> Signed-off-by: Raul Sanchez-Mateos <[email protected]> Co-authored-by: Raul Sanchez-Mateos <[email protected]>
- Loading branch information
1 parent
3bbc1a9
commit f1fb766
Showing
41 changed files
with
615 additions
and
497 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,12 @@ | ||
|
||
.. add orphan tag when new info added to this file | ||
:orphan: | ||
.. :orphan: | ||
################### | ||
Forthcoming Version | ||
################### | ||
|
||
Next release will include the following **User Interface features**: | ||
|
||
* Support wildcard topic search as argument for :ref:`topics <user_manual_command_topic>` and :ref:`echo <user_manual_command_echo>` commands. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.