Browse Source

Fix ROS2 error

tags/v0.3.1-rc5
haixuanTao 2 years ago
parent
commit
2224971a34
2 changed files with 3 additions and 3 deletions
  1. +2
    -2
      Cargo.lock
  2. +1
    -1
      examples/python-ros2-dataflow/run.rs

+ 2
- 2
Cargo.lock View File

@@ -1241,9 +1241,9 @@ dependencies = [

[[package]]
name = "cxx-build"
version = "1.0.107"
version = "1.0.111"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c4ce20f6b8433da4841b1dadfb9468709868022d829d5ca1f2ffbda928455ea3"
checksum = "51bc81d2664db24cf1d35405f66e18a85cffd4d49ab930c71a5c6342a410f38c"
dependencies = [
"cc",
"codespan-reporting",


+ 1
- 1
examples/python-ros2-dataflow/run.rs View File

@@ -1,4 +1,4 @@
use dora_core::{get_pip_path, get_python_path, run, set_up_tracing};
use dora_core::{get_pip_path, get_python_path, run};
use dora_tracing::set_up_tracing;
use eyre::{ContextCompat, WrapErr};
use std::path::Path;


Loading…
Cancel
Save