Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ecto/muni
/ functions
Functions
2,908 in github.com/ecto/muni
⨍
Functions
2,908
◇
Types & classes
800
↓ 1 callers
Method
build_duty_commands
Build duty cycle command frames for all wheels (without sending). Duty values are -1.0 to 1.0 (full reverse to full forward).
bvr/firmware/crates/can/src/vesc.rs:829
↓ 1 callers
Function
build_fallback_pipeline_string
Build a fallback pipeline that's more flexible with formats. Returns (pipeline_string, pipeline_outputs_jpeg) tuple.
bvr/firmware/crates/camera/src/lib.rs:612
↓ 1 callers
Function
build_h264_pipeline_string
Build GStreamer pipeline string for H.264 encoding.
bvr/firmware/crates/camera/src/lib.rs:849
↓ 1 callers
Function
build_imu_packet
Build a Livox SDK2 IMU packet (data_type=0). IMU data: gyro_x/y/z (rad/s), accel_x/y/z (m/s²) as f32 LE.
depot/sim-bridge/src/livox_protocol.rs:61
↓ 1 callers
Method
build_linear_system
Build the linear system H * dx = b for pose graph optimization.
bvr/firmware/crates/slam/src/lib.rs:887
↓ 1 callers
Function
build_pipeline_string
Build GStreamer pipeline string for a camera. Returns (pipeline_string, pipeline_outputs_jpeg) tuple.
bvr/firmware/crates/camera/src/lib.rs:550
↓ 1 callers
Function
build_point_packet
Build a Livox SDK2 point cloud packet (Cartesian-32, data_type=1). Returns a complete UDP packet ready to send.
depot/sim-bridge/src/livox_protocol.rs:20
↓ 1 callers
Function
build_raw_pipeline_string
Build GStreamer pipeline string for raw RGB output.
bvr/firmware/crates/camera/src/lib.rs:1073
↓ 1 callers
Function
build_result
Build the final extraction result from collected data.
depot/mapper/src/rrd_extractor.rs:716
↓ 1 callers
Method
build_status
Build a PowerStatus from VESC voltage + local readings.
bvr/firmware/crates/hal/src/lib.rs:60
↓ 1 callers
Method
build_world
(&self)
depot/sim-bridge/src/scenario.rs:60
↓ 1 callers
Method
bump_version
Update the manifest version and timestamp.
depot/types/src/map.rs:44
↓ 1 callers
Function
calculate_path_length
Calculate total path length from waypoints.
bvr/firmware/crates/planner/src/lib.rs:657
↓ 1 callers
Method
calculate_path_length
Calculate total path length.
bvr/firmware/crates/planner/src/lib.rs:470
↓ 1 callers
Function
can_parse
(id: u32)
depot/sim-bridge/src/tool.rs:17
↓ 1 callers
Method
cancel
()
depot/console/public/rerun/re_viewer.js:577
↓ 1 callers
Function
capture_loop
Internal capture loop that runs in a dedicated thread.
bvr/firmware/crates/camera/src/lib.rs:696
↓ 1 callers
Function
cdc_task
(mut cdc: CdcAcmClass<'static, UsbDriver<'static, USB>>)
mcu/bins/rp2350/src/main.rs:138
↓ 1 callers
Function
chase
Calculate chase pattern - a moving lit section.
mcu/crates/mcu-leds/src/animations.rs:94
↓ 1 callers
Method
check
Check a LiDAR scan against the safety zones.
bvr/firmware/crates/sim/src/lidar.rs:325
↓ 1 callers
Method
check
Check watchdog state. Returns (just_timed_out, should_shutdown).
mcu/bins/esp32s3-eth/src/watchdog.rs:41
↓ 1 callers
Function
checkMobile
()
web/src/components/home/hooks/useIsMobile.ts:9
↓ 1 callers
Function
check_completed_splat_jobs
Check for completed splat jobs and update map manifests.
depot/mapper/src/main.rs:948
↓ 1 callers
Method
check_obstacle
Check if there's an obstacle in front of the robot.
bvr/firmware/crates/pursuit/src/lib.rs:517
↓ 1 callers
Method
check_path_blocked
Check if the current path is blocked by obstacles. Returns the index of the first blocked waypoint, or None if path is clear.
bvr/firmware/crates/planner/src/lib.rs:248
↓ 1 callers
Function
check_weather_alerts
(state: &SharedState, weather: &WeatherResponse)
depot/dispatch/src/weather.rs:318
↓ 1 callers
Method
choose_goal
Choose a random goal position.
bvr/firmware/crates/rl/src/env.rs:287
↓ 1 callers
Method
circle_collides
(&self, center: Point3<f32>, radius: f32)
depot/sim-bridge/src/world.rs:224
↓ 1 callers
Function
classify_obstacle
Classify an obstacle based on size, PCA elongation, and fill ratio. Uses PCA elongation (rotation-invariant) instead of bbox aspect ratio: - **Pole**
bvr/firmware/crates/costmap/src/clustering.rs:213
↓ 1 callers
Method
cleanup
(&mut self)
bvr/firmware/crates/teleop/src/video.rs:266
↓ 1 callers
Function
clearCalibrations
()
depot/console/src/lib/videoFrameStore.ts:182
↓ 1 callers
Function
clearObstacleInterpolation
()
depot/console/src/lib/obstacleInterpolation.ts:236
↓ 1 callers
Function
clearPathData
()
depot/console/src/lib/pathStore.ts:109
↓ 1 callers
Function
clearPointCloudData
()
depot/console/src/lib/pointCloudStore.ts:71
↓ 1 callers
Method
collision_radius
Get collision radius.
bvr/firmware/crates/sim/src/physics.rs:165
↓ 1 callers
Method
command_addr
Get the command address.
bvr/firmware/crates/tools/src/lights.rs:64
↓ 1 callers
Function
computeFrustumPlacement
* Compute frustum plane dimensions and placement from camera calibration. * * Coordinate mapping (physics -> Three.js): * Physics: X=forward, Y=l
depot/console/src/components/scene/EquirectangularSky.tsx:55
↓ 1 callers
Function
computeInterpolatedObstacles
( now: number, )
depot/console/src/lib/obstacleInterpolation.ts:150
↓ 1 callers
Function
compute_box_intersection
Compute ray-box intersection distance
bvr/firmware/crates/integration-tests/tests/common/mod.rs:30
↓ 1 callers
Method
compute_edge_error
Compute error between predicted and measured relative pose.
bvr/firmware/crates/slam/src/lib.rs:947
↓ 1 callers
Method
compute_information
Compute information matrix from scan match result.
bvr/firmware/crates/slam/src/lib.rs:827
↓ 1 callers
Method
compute_jacobians
Compute Jacobians for pose graph edge.
bvr/firmware/crates/slam/src/lib.rs:975
↓ 1 callers
Method
compute_lookahead_distance
Compute adaptive lookahead distance based on velocity.
bvr/firmware/crates/pursuit/src/lib.rs:316
↓ 1 callers
Function
compute_path_length
Compute total path length from waypoints.
depot/dispatch/src/coverage.rs:231
↓ 1 callers
Method
compute_total
Sum all components.
bvr/firmware/crates/rl/src/reward.rs:104
↓ 1 callers
Function
configure_base
( port: &str, baud: u32, survey_duration: u32, survey_accuracy: f32, fixed_position: Optio
bvr/firmware/bins/cli/src/gps.rs:1027
↓ 1 callers
Function
configure_device
Perform one-time device configuration at startup. Queries device info, then sets parameters from config. Each step is best-effort: failures are logge
bvr/firmware/crates/lidar/src/driver.rs:621
↓ 1 callers
Function
configure_fixed_mode
(serial: &mut Box<dyn Write>, lat: f64, lon: f64, alt: f64)
bvr/firmware/bins/cli/src/gps.rs:1149
↓ 1 callers
Function
configure_rover
(port: &str, baud: u32, rate: u8)
bvr/firmware/bins/cli/src/gps.rs:1168
↓ 1 callers
Function
configure_survey_mode
(serial: &mut Box<dyn Write>, duration: u32, accuracy: f32)
bvr/firmware/bins/cli/src/gps.rs:1141
↓ 1 callers
Function
connect_and_start
Send a work mode command (start/stop sampling) to the Livox Mid-360. Uses the SDK2 parameter configuration command (0x0100) with work_tgt_mode key.
bvr/firmware/crates/lidar/src/driver.rs:374
↓ 1 callers
Method
costmap
Get reference to costmap (for visualization).
bvr/firmware/crates/control-loop/src/navigation_controller.rs:362
↓ 1 callers
Method
covariance
Get current covariance matrix.
bvr/firmware/crates/slam/src/lib.rs:305
↓ 1 callers
Function
createHotspotTexture
(number: number, isActive: boolean)
web/src/components/viewer/Hotspots.tsx:15
↓ 1 callers
Function
createInterpolationState
()
depot/console/src/lib/interpolation.ts:115
↓ 1 callers
Function
createLabelSprite
Create a canvas-based text sprite for a label.
depot/console/src/components/scene/ObstacleOverlay.tsx:130
↓ 1 callers
Function
createSharedResources
()
depot/console/src/components/scene/ObstacleOverlay.tsx:192
↓ 1 callers
Function
createTransform
(origin: GpsCoord)
depot/console/src/lib/coordinates.ts:58
↓ 1 callers
Method
create_drain_holes
(&self, segments: u32)
bvr/cad/src/parts/shell.rs:1345
↓ 1 callers
Method
create_frame_holes
Create frame mounting holes
bvr/cad/src/parts/uumotor.rs:630
↓ 1 callers
Method
create_gusset_corner
Create triangular gusset for corner (X-Z plane)
bvr/cad/src/parts/uumotor.rs:617
↓ 1 callers
Method
create_holes
(&self, segments: u32)
bvr/cad/src/parts/frame.rs:225
↓ 1 callers
Method
create_jetson_mount
Create Jetson carrier mounting holes (center of plate)
bvr/cad/src/parts/electronics_plate.rs:131
↓ 1 callers
Function
create_map_from_session
Create a new map from a session
depot/mapper/src/main.rs:595
↓ 1 callers
Method
create_tire
Create the tire/wheel (simplified as a thick ring)
bvr/cad/src/parts/hub_motor.rs:104
↓ 1 callers
Method
create_tire
Create tire geometry
bvr/cad/src/parts/uumotor.rs:245
↓ 1 callers
Method
create_vent_slots
Create ventilation/cable routing slots
bvr/cad/src/parts/electronics_plate.rs:186
↓ 1 callers
Method
create_vertical_posts
Create 4 vertical posts at corners (between top and bottom frames)
bvr/cad/src/parts/frame.rs:471
↓ 1 callers
Method
create_vesc_mounts
Create VESC mounting holes (4 units in 2x2 layout)
bvr/cad/src/parts/electronics_plate.rs:150
↓ 1 callers
Method
current_amps
(&self)
bvr/firmware/crates/tools/src/protocol.rs:110
↓ 1 callers
Method
current_goal
(&self)
bvr/firmware/bins/bvrd/src/state_types.rs:31
↓ 1 callers
Method
current_goal
Get current goal waypoint.
bvr/firmware/crates/control-loop/src/navigation_controller.rs:246
↓ 1 callers
Method
current_waypoint
Get current target waypoint.
bvr/firmware/crates/planner/src/lib.rs:734
↓ 1 callers
Function
cycleCameraMode
()
depot/console/src/components/teleop/PositionPanel.tsx:26
↓ 1 callers
Function
debugString
(val)
depot/console/public/rerun/re_viewer.js:230
↓ 1 callers
Function
decodeCameraInfo
(data: ArrayBuffer)
depot/console/src/lib/protocol.ts:448
↓ 1 callers
Function
decodeCostmap
(data: ArrayBuffer)
depot/console/src/lib/protocol.ts:619
↓ 1 callers
Function
decodeMppiTrajectory
(data: ArrayBuffer)
depot/console/src/lib/protocol.ts:895
↓ 1 callers
Function
decodeObstacles
(data: ArrayBuffer)
depot/console/src/lib/protocol.ts:746
↓ 1 callers
Function
decodePath
(data: ArrayBuffer)
depot/console/src/lib/protocol.ts:843
↓ 1 callers
Function
decodePointCloud
(data: ArrayBuffer)
depot/console/src/lib/protocol.ts:512
↓ 1 callers
Function
decodePointCloud
(data: ArrayBuffer)
depot/console/src/workers/telemetryWorker.ts:242
↓ 1 callers
Function
decodeTelemetry
(data: ArrayBuffer)
depot/console/src/lib/protocol.ts:225
↓ 1 callers
Function
decodeTelemetry
(data: ArrayBuffer)
depot/console/src/workers/telemetryWorker.ts:101
↓ 1 callers
Function
decodeVideoFrame
(data: ArrayBuffer)
depot/console/src/workers/telemetryWorker.ts:208
↓ 1 callers
Function
decode_message
Parse the next message from a byte buffer. Returns (message, bytes_consumed) or None if incomplete.
depot/sim-bridge/src/can_protocol.rs:61
↓ 1 callers
Function
deploy_depot
Deploy depot services
bvr/firmware/bins/cli/src/deploy.rs:95
↓ 1 callers
Function
deploy_rover
Deploy firmware to a rover
bvr/firmware/bins/cli/src/deploy.rs:213
↓ 1 callers
Function
depth_thread_main
( config: DepthThreadConfig, frame_rx: mpsc::Receiver<TaggedFrame>, output_tx: watch::Sender<Depth
bvr/firmware/bins/bvrd/src/depth_thread.rs:72
↓ 1 callers
Function
deserialize_edge
(se: &SerializedEdge)
bvr/firmware/crates/slam/src/persistence.rs:200
↓ 1 callers
Function
deserialize_keyframe
(skf: &SerializedKeyframe, sc_config: &ScanContextConfig)
bvr/firmware/crates/slam/src/persistence.rs:141
↓ 1 callers
Method
detect_loop_closure
Detect loop closure for a new keyframe using scan context descriptors. Uses the scan context database for fast top-K candidate retrieval, then verifi
bvr/firmware/crates/slam/src/lib.rs:712
↓ 1 callers
Function
detect_usb_cameras
()
bvr/firmware/crates/camera/src/lib.rs:306
↓ 1 callers
Method
dimensions
Get tray dimensions
bvr/cad/src/parts/base_tray.rs:118
↓ 1 callers
Method
discovery_frame
(&self)
depot/sim-bridge/src/tool.rs:104
↓ 1 callers
Method
discovery_frame
(&self)
bvr/firmware/crates/sim/src/tool.rs:100
↓ 1 callers
Function
disposeSharedResources
(res: SharedResources)
depot/console/src/components/scene/ObstacleOverlay.tsx:226
↓ 1 callers
Method
downsample
Downsample to fixed number of points (for RL observation).
bvr/firmware/crates/sim/src/lidar.rs:88
↓ 1 callers
Function
downsample_for_storage
Downsample a point cloud for storage (flat f32 array).
bvr/firmware/crates/slam/src/persistence.rs:219
↓ 1 callers
Function
downsample_lidar
Downsample LiDAR scan to fixed angular bins.
bvr/firmware/crates/rl/src/observation.rs:146
← previous
next →
601–700 of 2,908, ranked by callers