File size: 823 Bytes
c94d2e9 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 |
Compiling rustypot v0.4.2 (/home/rcadene/rustypot) warning: unused import: `PacketV1` --> /home/rcadene/rustypot/src/protocol/mod.rs:4:14 | 4 | pub use v1::{PacketV1, V1}; | ^^^^^^^^ | = note: `#[warn(unused_imports)]` on by default warning: unused import: `PacketV2` --> /home/rcadene/rustypot/src/protocol/mod.rs:7:14 | 7 | pub use v2::{PacketV2, V2}; | ^^^^^^^^ warning: `rustypot` (lib) generated 2 warnings (run `cargo fix --lib -p rustypot` to apply 2 suggestions) Compiling aloha-teleop v0.1.0 (/home/rcadene/dora-aloha/aloha/nodes/aloha-teleop) Finished release [optimized] target(s) in 4.02s Running `/home/rcadene/dora-aloha/target/release/aloha-teleop --master-path /dev/ttyDXL_master_right --puppet-path /dev/ttyDXL_puppet_right` Events channel finished |