Skip to main content

Channel & network reference

Quick-reference tables for working with EGO1 programmatically.

Network & ports

NameValue
Device hotspot SSIDGILABS-XXXXXX (open, no password)
Hotspot gateway IP192.168.4.1
Wi-Fi channel6 (2.4 GHz)
Data port (TCP)50001
Foxglove bridge portws://localhost:8765 (from visio-display --foxglove)

XXXXXX is the last 6 characters of the device serial.

Recorded channels

Topics multiplexed into each .mcap recording. Messages and schemas are protobuf.

TopicSchemaContents
/ego/camera/0foxglove.CompressedVideoCamera 0 video (H.265), stereo pair
/ego/camera/1foxglove.CompressedVideoCamera 1 video (H.265), stereo pair
/ego/imu/0/rawvisio_schema.v1.sensor.ImuRawRaw IMU samples (batched)
/ego/imu/0/quatvisio_schema.v1.ros.geometry_msgs.QuaternionFused orientation quaternion
/ego/system_healthvisio_schema.v1.sensor.SystemHealthDevice health (CPU / disk / clients)
/ego/command_resultvisio_schema.v1.control.CommandResultResult of a control command
/device_infovisio_schema.v1.service.device_info.DeviceInfoDevice identifiers / info

Access channels

ChannelFormUse
TCP (Wi-Fi)192.168.4.1:50001 over the device hotspotLive stream
File (MCAP).mcap files on the MicroSD cardOffline analysis

USB-C is power only today; USB data transfer is coming in an upcoming release.