Skip to content

Commit

Permalink
[scripts/rtmroswtf.sh] disply LD_LIBRARY_PATH too
Browse files Browse the repository at this point in the history
  • Loading branch information
k-okada committed Jul 20, 2015
1 parent 5452b36 commit 4ca3bf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hrpsys_tools/scripts/rtmroswtf.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ FILENAME_LOG_COMMANDS=/tmp/rtmros_diagnosisinfo_commands_`date +"%Y%m%d-%H%M%S"`
FILENAME_LOG_ROS=/tmp/rtmros_diagnosisinfo_ros_`date +"%Y%m%d-%H%M%S"`.tgz
FILENAME_LOG_ALL=/tmp/rtmros_diagnosisinfo_all_`date +"%Y%m%d-%H%M%S"`.tgz

env |grep ROS | tee -a ${FILENAME_LOG_COMMANDS}
env | grep -E '(ROS|PATH)' | sort | tee -a ${FILENAME_LOG_COMMANDS}
ifconfig | tee -a ${FILENAME_LOG_COMMANDS}
rtls ${CORBA_HOSTNAME}:${CORBA_HOST_PORT}/ 2>&1 | tee -a ${FILENAME_LOG_COMMANDS}
## Get packages' version. Ref. http://askubuntu.com/a/347563/24203
Expand Down

0 comments on commit 4ca3bf7

Please sign in to comment.