Clean up rust implementation, add lidar implementation in rust
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
fn main() -> Result<(), Box<dyn std::error::Error>> {
|
||||
let protos = ["slam/SlamController.proto", "control/motorService.proto"];
|
||||
tonic_build::configure().compile(
|
||||
&["../protobuf/src/main/proto/car/control/motorService.proto"],
|
||||
&protos.map(|proto| "../protobuf/src/main/proto/car/".to_owned() + proto),
|
||||
&["../protobuf/src/main/proto"],
|
||||
)?;
|
||||
Ok(())
|
||||
|
||||
Reference in New Issue
Block a user