-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add the possibility to easily disable/enable the rt logging in YarpRo…
…botLoggerDevice (#932)
- Loading branch information
1 parent
f4d03f5
commit 4eed865
Showing
10 changed files
with
62 additions
and
13 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,6 +21,11 @@ BSD-3-Clause license. --> | |
<param name="text_logging_subnames">("ergocub-torso/yarprobotinterface")</param> | ||
<param name="code_status_cmd_prefixes">("ssh [email protected]" "ssh [email protected]")</param> | ||
|
||
<param name="enable_real_time_logging" extern-name="enable_real_time_logging">false</param> | ||
<group name="REAL_TIME_STREAMING"> | ||
<param name="remote">"/yarp-robot-logger/rt_logging"</param> | ||
</group> | ||
|
||
<group name="Telemetry"> | ||
<param name="save_period">1800.0</param> | ||
</group> | ||
|
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 |
---|---|---|
|
@@ -21,10 +21,10 @@ BSD-3-Clause license. --> | |
<param name="text_logging_subnames">("ergoCubSN001/yarprobotinterface")</param> | ||
<param name="code_status_cmd_prefixes">("ssh [email protected]" "ssh [email protected]")</param> | ||
|
||
<!-- <group name="REAL_TIME_STREAMING"> | ||
<param name="remote">"/rtLoggingVectorCollections"</param> | ||
</group> --> | ||
|
||
<param name="enable_real_time_logging" extern-name="enable_real_time_logging">false</param> | ||
<group name="REAL_TIME_STREAMING"> | ||
<param name="remote">"/yarp-robot-logger/rt_logging"</param> | ||
</group> | ||
|
||
<group name="Telemetry"> | ||
<param name="save_period">1800.0</param> | ||
|
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 |
---|---|---|
|
@@ -21,6 +21,11 @@ BSD-3-Clause license. --> | |
<param name="text_logging_subnames">("ergocub-torso/yarprobotinterface")</param> | ||
<param name="code_status_cmd_prefixes">("ssh [email protected]" "ssh [email protected]")</param> | ||
|
||
<param name="enable_real_time_logging" extern-name="enable_real_time_logging">false</param> | ||
<group name="REAL_TIME_STREAMING"> | ||
<param name="remote">"/yarp-robot-logger/rt_logging"</param> | ||
</group> | ||
|
||
<group name="Telemetry"> | ||
<param name="save_period">1800.0</param> | ||
</group> | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,6 +13,11 @@ BSD-3-Clause license. --> | |
<param name="text_logging_subnames">("icub-head/yarprobotinterface")</param> | ||
<param name="code_status_cmd_prefixes">("ssh [email protected]" "ssh [email protected]")</param> | ||
|
||
<param name="enable_real_time_logging" extern-name="enable_real_time_logging">false</param> | ||
<group name="REAL_TIME_STREAMING"> | ||
<param name="remote">"/yarp-robot-logger/rt_logging"</param> | ||
</group> | ||
|
||
<group name="Telemetry"> | ||
<param name="save_period">600.0</param> | ||
</group> | ||
|
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