Method: Roby::Application#app_metadata
- Defined in:
- lib/roby/app.rb
#app_metadata ⇒ Object
Metadata used to describe the app
It is saved in the app’s log directory under info.yml
1643 1644 1645 1646 1647 |
# File 'lib/roby/app.rb', line 1643 def Hash["time" => time_tag, "cmdline" => "#{$0} #{ARGV.join(' ')}", "robot_name" => robot_name, "robot_type" => robot_type, "app_name" => app_name, "app_dir" => app_dir].merge() end |