-
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.
Added missing logData for vectorSignals and TextLogging (#869)
* Added missing log data for vectorSignals * Reduced the possibility that the run gets stuck waiting for a signal mutex to be unlocked * Avoid using a mutex for the text logging part and fix the missing save function
- Loading branch information
Showing
7 changed files
with
76 additions
and
56 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,6 @@ BSD-3-Clause license. --> | |
<param name="port_prefix">/yarp-robot-logger</param> | ||
<param name="text_logging_subnames">("ergocub-torso/yarprobotinterface")</param> | ||
<param name="code_status_cmd_prefixes">("ssh [email protected]" "ssh [email protected]")</param> | ||
<param name="maximum_admissible_time_step">1.0</param> | ||
|
||
<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 |
---|---|---|
|
@@ -19,7 +19,6 @@ BSD-3-Clause license. --> | |
<param name="port_prefix">/yarp-robot-logger</param> | ||
<param name="text_logging_subnames">("ergoCubSN001/yarprobotinterface")</param> | ||
<param name="code_status_cmd_prefixes">("ssh [email protected]" "ssh [email protected]")</param> | ||
<param name="maximum_admissible_time_step">1.0</param> | ||
|
||
<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 |
---|---|---|
|
@@ -19,7 +19,6 @@ BSD-3-Clause license. --> | |
<param name="port_prefix">/yarp-robot-logger</param> | ||
<param name="text_logging_subnames">("ergocub-torso/yarprobotinterface")</param> | ||
<param name="code_status_cmd_prefixes">("ssh [email protected]" "ssh [email protected]")</param> | ||
<param name="maximum_admissible_time_step">1.0</param> | ||
|
||
<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 |
---|---|---|
|
@@ -11,7 +11,6 @@ BSD-3-Clause license. --> | |
<param name="port_prefix">/yarp-robot-logger</param> | ||
<param name="text_logging_subnames">("icub-head/yarprobotinterface")</param> | ||
<param name="code_status_cmd_prefixes">("ssh [email protected]" "ssh [email protected]")</param> | ||
<param name="maximum_admissible_time_step">1.0</param> | ||
|
||
<group name="Telemetry"> | ||
<param name="save_period">600.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
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