Skip to main content

create

inctl recordings visualize create

Creates a visualization of a recording in a hosted version of Rerun.io

Synopsis

Creates a visualization of a recording in a hosted version of Rerun.io

inctl recordings visualize create [flags]

Options

  -d, --duration string           Desired duration for the visualization to be accessible.
--exclude_debug_data Exclude Debug data. Contains debug data, such as system metrics and the executive state.
--exclude_flowstate_data Exclude Flowstate data. Contains Flowstate data, such as Flowstate events.
--exclude_perception_data Exclude Perception data. Contains perception data, such as camera images and pose estimations.
--exclude_robot_data Exclude Robot data. Contains robot-related data, such as robot status and motion planning information.
--exclude_scene_data Exclude Scene data. Contains scene data, such as TFs, world geometries, and markers.
--exclude_skill_data Exclude Skill data. Contains skill data, such as skill inputs and execution results.
--exclude_text_logs Exclude Text logs. Contains all text logs (including ones from user installed assets).
-h, --help help for create
--org string The Intrinsic organization to use. You can set the environment variable
INTRINSIC_ORG=organization to set a default organization.
-p, --project string The Google Cloud Project (GCP) project to use. You can set the environment variable
INTRINSIC_PROJECT=project_name to set a default project name.
--recording_id string The recording id to visualize.

Options inherited from parent commands

  -o, --output string   (optional) Output format. One of: (json, ndjson)
--print-trace Print the trace identifier when exiting.

SEE ALSO