This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
dora-rs
/
dora
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
124
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
Fix ROS2 error
tags/v0.3.1-rc5
haixuanTao
2 years ago
parent
0a60246038
commit
2224971a34
2 changed files
with
3 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
Cargo.lock
+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.1
07
"
version = "1.0.1
11
"
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;
Write
Preview
Loading…
Cancel
Save