File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
devices/YarpRobotLoggerDevice/app/robots Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ BSD-3-Clause license. -->
1010 <param name =" port_prefix" >/yarp-robot-logger</param >
1111 <param name =" log_text" >true</param >
1212 <param name =" text_logging_subnames" >("ergoCubGazeboV1/yarprobotinterface")</param >
13+ <param name =" log_code_status" >true</param >
1314 <param name =" code_status_cmds" >("bash ${ROBOTOLOGY_SUPERBUILD_SOURCE_DIR}/scripts/robotologyGitStatus.sh > {filename}_robotology.txt" "apt list --installed > {filename}_apt.txt")</param >
1415 <param name =" maximum_admissible_time_step" >1.0</param >
1516 <param name =" log_cameras" >true</param >
Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ BSD-3-Clause license. -->
1919 <param name =" port_prefix" >/yarp-robot-logger</param >
2020 <param name =" log_text" >true</param >
2121 <param name =" text_logging_subnames" >("ergocub-torso/yarprobotinterface")</param >
22+ <param name =" log_code_status" >true</param >
2223 <param name =" code_status_cmds" >("ssh ergocub@10.0.0.2 'bash ${ROBOTOLOGY_SUPERBUILD_SOURCE_DIR}/scripts/robotologyGitStatus.sh' > {filename}_robotology_10_0_0_2.txt" "ssh ergocub@10.0.0.2 'apt list --installed' > {filename}_apt_10_0_0_2.txt" "ssh ergocub@10.0.0.3 'bash ${ROBOTOLOGY_SUPERBUILD_SOURCE_DIR}/scripts/robotologyGitStatus.sh' > {filename}_robotology_10_0_0_3.txt" "ssh ergocub@10.0.0.3 'apt list --installed' > {filename}_apt_10_0_0_3.txt")</param >
2324
2425 <param name =" auto_start_logging" >true</param >
You can’t perform that action at this time.
0 commit comments