We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
According to http://wiki.ros.org/rosconsole#Console_Output_Formatting rosconsole allows you to specify how you'd like its output to show up in the console output through the ROSCONSOLE_FORMAT environment variable.
By default timeshows the wall time first and the sim time second if sim time is available it shows the wall time first and the sim time second.
time
There is separate entry for walltime, but no entry for simtime only.
This would be useful to have differently formatted output for walltime and simtime.
<env name="ROSCONSOLE_FORMAT" value="[${severity}/${node}] [${walltime:%Y-%m-%d %H:%M:%S}, ${simtime %H:%M:%S}]: ${message}"/>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
According to http://wiki.ros.org/rosconsole#Console_Output_Formatting
rosconsole allows you to specify how you'd like its output to show up in the console output through the ROSCONSOLE_FORMAT environment variable.
By default
time
shows the wall time first and the sim time second if sim time is available it shows the wall time first and the sim time second.There is separate entry for walltime, but no entry for simtime only.
This would be useful to have differently formatted output for walltime and simtime.
The text was updated successfully, but these errors were encountered: