Monitoring & Teleoperation Tab

_images/image21.png

This tab allows you to configure a dashboard that displays multiple views that monitor or control the robot. You can store and load different presets according to user specific needs or taste. When starting fresh, you have one view. You can assign a viewer to this view by clicking the button “add viewer”. You can also use the 3-dot menu to split the view vertically or horizontally and add other views until you are satisfied with the dashboard you have created. You can name your dashboard preset by clicking the pencil icon, or choose an existing preset from the dropdown menu on the left.

_images/image22.png

When adding a viewer a popup window will appear, allowing you to select the desired view type and the robot streams that serve as the input for this view. Each tile depicts a different viewer type. Clicking the tile will lead the table below to show the available streams this viewer can display. These streams are either ROS1/2 streams (Topics) that natively run on your robot, or streams available via the components (dockerized processes) you have installed though Cogniteams Cloud Platform.

Let’s go through each type of viewer.

Viewer Types

_images/image23.png

Let’s review each viewer:

_images/image24.png

Any String / JSON / Numerical output can be displayed in a text format. This is particularly useful for development or debugging processes.

_images/image25.png

Any stream of 3D data can be displayed, and also layered on top of a map view. This view is particularly useful for displaying the MAP a SLAM process is creating, and to overlay streams such as LIDAR, Point-Cloud, and any other ROS-based Markers available in tools such as RVIZ. In addition to viewing the different 3D streams, this viewer also allows you to send navigation commands to the robot. We’ll explore these features next.

_images/image26.png

Use this viewer to display any camera views such as raw streams, compressed streams, left and right views of a stereoscopic camera etc. You are also able to select the protocol (e.g., WebRTC) and other display configurations to make your viewing experience as smooth as needed for your operations. As an operator, this type of view is very useful to investigate what the robot is facing.

_images/image27.png

Similarly to the video viewer, this viewer can display video streams. However, this viewer is also equipped with a virtual joystick, through which you can remotely control the movement of your robot. You can configure the movement model (e.g., Ackermann / Twist) and assign the robot’s input stream that receives these commands.

Data charts: Area, Bar, Line, Scatter, and Progress Bar

Use the desired chart type to display any data stream you wish your robot to output. It is particularly useful for displaying different ad-hoc KPIs or analytical data your robot collects.

_images/image28.png

If your robot carries a GPS or other means of reporting its global location then you can use this viewer to display where your robot is located on the global map.

_images/image29.png

Any particular measurement you would like to display? Whether its speed, acceleration, heading, battery, or any other single value you wish to monitor - this is the viewer for you.

_images/image30.png

Last but not least is the Buttons viewer in which you can create as many buttons as you wish, and assign each one a different command to be written to a ROS topic. This is particularly useful for emergency stops, going to a certain location such as the charging station, etc. Assign useful commands that are just one click away.

Each viewer can be configured by selecting the “settings” option in the 3-dot menu in the top right corner of the view.

Let’s go through the different configurations.

Configuring the Text Viewer

This is a simple viewer. As such you can only configure the title of the viewer.

_images/image31.png

This option is available in every viewer settings.

Configuring the 3D Viewer

_images/image32.png

As mentioned above, this viewer allows you to overlay different layers (e.g., LIDAR, Point-Cloud) on top of a SLAM produced map, and also to send navigation commands to the robot by selecting waypoints across the map.

You can define:

  • the stream from which the initial position will be taken as an input.

  • The stream to which goals are sent

  • The stream to which waypoints are sent as a route

  • Layers you wish to display on top of the map

    • Use the “add layer” button to add new layers

    • You can select one from the list of available layers that will be displayed in a popup window.

You can edit each layer:

  • Choose to display it or not using the toggle slider

  • Delete it by clicking the trashcan icon

  • Edit the layer’s settings by clicking the gear icon

    • Sometimes you need to define the stream from which a map offset can be read.

    • This offset is used to align the layer with the map.

    • Note: In the near future, Cogniteam will support ROS TFs

You can use the top buttons to set an initial position, a new goal or a path. Simply click on the map where you want the robot to go.

_images/image33.png

Configuring the Video Viewer

_images/image34.png

Currently, our platform supports 2 different protocols you can select to display your video feed: WebRTC and gRPC. You can read more about these protocols and how they may affect your experience with the robot in our blog post here.

Configuring the Teleoperation Viewer

_images/image35.png

The Teleoperation viewer configuration also allows you to choose between WebRTC and gRPC protocols. However it also allows you to configure how the joystick should control the movement of your robot.

You can choose the following: - video feed just as in the video viewer. - the joystick stream to which the movement of the virtual joystick will be written. - The frequency (Hz) joystick commands will be sent - The steering model - Twist or Ackermann - Linear and angular velocity parameters.

Check the “auto repeat” checkbox to lock the robot in its place by sending a continuous stream of 0s. Additionally, if your robot possesses a GPS you can set the GPS stream from which the location of the robot will be read.

Configuring a Chart Viewer or a Single Metric

All the charts are defined with a stream source, MIN and MAX values, and the data variables to display in the chart.

_images/image36.png

Configuring the Buttons Viewer

_images/image37.png

Add buttons by clicking the “Add Action” button choose the - stream source the receives the button command - The name of the button - The rate in which the command is sent - The Deadline (ms) after which the command is aborted - The color of the button - The text to be written to the stream upon clicking the button