You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be great if the gui could support setting up this generic applications (binary).
Recently the cnd-model got support for launching playbacks of logfiles, apart from just launching the replay application, there are additional task models needed, the definition looks like this:
The tasks in the description below don't have a deployment as they are simulated by the logfile playback.
connections:
deployments:
replay:
deployer: plain # Use 'plain' deploymenthostID: localhostprocess_name: rock-replay2 # rock-replay2 has to be specified as process_namecmdLineArgs:
# - "--headless" # when set, no playback GUI will be started, but playback will be started automatically
- "--no-exit"# To prevent rock-replay2 to exit after log playback finished. Exit would cause an inconsistent CND state
- "--quiet"# Prevent rock-replay2 to print many command line printouts resulting in large text log files
- "/path/to/my/logfile/artemis_area_exploration_Logger.0.log"
- "/path/to/another/logfile/artemis_navigation_Logger.0.log"# Multiuple logfiles can be loaded in one deploymenttaskList:
area_exploration: area_exploration # All tasks that are used in the CND have to be listed here as wellmotion_controller: motion_controllertasks:
area_exploration:
activity:
realtime: falsetype: TRIGGEREDpriority: 0state: RUNNINGtype: area_exploration::Taskmotion_controller:
activity:
period: 0.01priority: 82realtime: truetype: PERIODICpriority: 0state: RUNNINGtype: motion_controller::Taskconnections: {} # Connections to live oroGen tasks are possible. But connections from live tasks to log files tasks obviosly not
The text was updated successfully, but these errors were encountered:
It would be great if the gui could support setting up this generic applications (binary).
Recently the cnd-model got support for launching playbacks of logfiles, apart from just launching the replay application, there are additional task models needed, the definition looks like this:
The tasks in the description below don't have a deployment as they are simulated by the logfile playback.
The text was updated successfully, but these errors were encountered: