Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ members = [
"components/sources/cu_vlp16",
"components/sources/cu_wt901",
"components/sources/cu_rp_encoder",
"components/sources/cu_ryuw122",
"components/sources/cu_sen0682",
"components/tasks/cu_aligner",
"components/tasks/cu_ahrs",
Expand Down Expand Up @@ -102,6 +103,7 @@ members = [
"examples/cu_runtime_matrix",
"examples/cu_parallel_mandelbrot",
"examples/cu_remote_debug_session",
"examples/cu_ryuw122_probe",
"support/cargo_cunew",
]

Expand Down
1 change: 1 addition & 0 deletions components/payloads/cu_sensor_payloads/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,4 @@ textlogs = ["cu29/textlogs"]
image = ["std", "dep:image"]
kornia = ["std", "dep:kornia-image"]
rerun = ["std", "dep:rerun"]
reflect = ["cu29/reflect"]
2 changes: 2 additions & 0 deletions components/payloads/cu_sensor_payloads/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ mod image;
mod imu;
#[cfg(feature = "std")]
mod pointcloud;
mod ranging;
#[cfg(feature = "rerun")]
mod rerun_components;

Expand All @@ -22,3 +23,4 @@ pub use image::*;
pub use imu::*;
#[cfg(feature = "std")]
pub use pointcloud::*;
pub use ranging::*;
Loading
Loading