GithubHelp home page GithubHelp logo

autocore-ai / zenoh_flow_autoware Goto Github PK

View Code? Open in Web Editor NEW
3.0 3.0 1.0 2.64 MB

Autoware.Auto avp demo on Zenoh-Flow stack.

Home Page: https://autocore-ai.github.io/zenoh_flow_autoware/

License: Apache License 2.0

CMake 2.85% Rust 57.69% C++ 38.85% Shell 0.61%
autoware zenoh zenoh-flow

zenoh_flow_autoware's Introduction

zenoh_flow_autoware's People

Contributors

github-actions[bot] avatar kaka0459 avatar moelang avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

ros2middleware

zenoh_flow_autoware's Issues

hpp file not found

Hi,

I followed the instructions and run into some issues after this command. All previous commands gave no error.

colcon build --merge-install

fatal error: autoware_auto_msgs/msg/had_map_route.hpp: No such file or directory
17 | #include <autoware_auto_msgs/msg/had_map_route.hpp>
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
make[2]: *** [CMakeFiles/zenoh_flow_global_planner.dir/build.make:106: CMakeFiles/zenoh_flow_global_planner.dir/src/zenoh_flow_msg_convert.cpp.o] Error 1
make[2]: *** Waiting for unfinished jobs....
In file included from /home/demo/Public/zenoh_flow_autoware/include/zenoh_flow_global_planner/zenoh_flow_global_planner.hpp:18,
from /home/demo/Public/zenoh_flow_autoware/build/zenoh_flow_autoware/zenoh_flow_global_planner.cpp:1:
/home/demo/Public/AutowareAuto/src/planning/lanelet2_global_planner_nodes/include/lanelet2_global_planner_nodes/lanelet2_global_planner_node.hpp:20:10: fatal error: autocore_node/node.hpp: No such file or directory
20 | #include <autocore_node/node.hpp>
| ^~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
In file included from /home/demo/Public/zenoh_flow_autoware/include/zenoh_flow_global_planner/zenoh_flow_global_planner.hpp:18,
from /home/demo/Public/zenoh_flow_autoware/src/zenoh_flow_global_planner.cpp:15:
/home/demo/Public/AutowareAuto/src/planning/lanelet2_global_planner_nodes/include/lanelet2_global_planner_nodes/lanelet2_global_planner_node.hpp:20:10: fatal error: autocore_node/node.hpp: No such file or directory
20 | #include <autocore_node/node.hpp>
| ^~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
make[2]: *** [CMakeFiles/zenoh_flow_global_planner.dir/build.make:93: CMakeFiles/zenoh_flow_global_planner.dir/zenoh_flow_global_planner.cpp.o] Error 1
make[2]: *** [CMakeFiles/zenoh_flow_global_planner.dir/build.make:119: CMakeFiles/zenoh_flow_global_planner.dir/src/zenoh_flow_global_planner.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:999: CMakeFiles/zenoh_flow_global_planner.dir/all] Error 2

runtime error when execute runtime --graph-file ./demo.yaml --runtime local

Hi,

I got this error when running

runtime --graph-file ./demo.yaml --runtime local

Here is the trace logs. My PC is Ubuntu 20.04 with python 3.8.10 without any conda or venv. Do you have any clue?

RUST_BACKTRACE=1 runtime --graph-file ./demo.yaml --runtime local
thread 'main' panicked at 'called Result::unwrap() on an Err value: IOError("No such file or directory (os error 2)")', runtime/src/main.rs:91:87
stack backtrace:
0: rust_begin_unwind
at /rustc/22e491ac7ed454d34669151a8b6464cb643c9b41/library/std/src/panicking.rs:498:5
1: core::panicking::panic_fmt
at /rustc/22e491ac7ed454d34669151a8b6464cb643c9b41/library/core/src/panicking.rs:110:14
2: core::result::unwrap_failed
at /rustc/22e491ac7ed454d34669151a8b6464cb643c9b41/library/core/src/result.rs:1690:5
3: runtime::main::main::{{closure}}
4: <core::future::from_generator::GenFuture as core::future::future::Future>::poll
at /rustc/22e491ac7ed454d34669151a8b6464cb643c9b41/library/core/src/future/mod.rs:84:19
5: runtime::main::{{closure}}
at /home/demo/.cargo/git/checkouts/zenoh-flow-examples-50c63331af8b4e8c/05526e0/runtime/src/main.rs:47:1
6: <core::future::from_generator::GenFuture as core::future::future::Future>::poll
at /rustc/22e491ac7ed454d34669151a8b6464cb643c9b41/library/core/src/future/mod.rs:84:19
7: <async_std::task::builder::SupportTaskLocals as core::future::future::Future>::poll::{{closure}}
at /home/demo/.cargo/registry/src/github.com-1ecc6299db9ec823/async-std-1.9.0/src/task/builder.rs:199:17
8: async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::{{closure}}
at /home/demo/.cargo/registry/src/github.com-1ecc6299db9ec823/async-std-1.9.0/src/task/task_locals_wrapper.rs:60:13
9: std::thread::local::LocalKey::try_with
at /rustc/22e491ac7ed454d34669151a8b6464cb643c9b41/library/std/src/thread/local.rs:412:16
10: std::thread::local::LocalKey::with
at /rustc/22e491ac7ed454d34669151a8b6464cb643c9b41/library/std/src/thread/local.rs:388:9
11: async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current
at /home/demo/.cargo/registry/src/github.com-1ecc6299db9ec823/async-std-1.9.0/src/task/task_locals_wrapper.rs:55:9
12: <async_std::task::builder::SupportTaskLocals as core::future::future::Future>::poll
at /home/demo/.cargo/registry/src/github.com-1ecc6299db9ec823/async-std-1.9.0/src/task/builder.rs:197:13
13: <futures_lite::future::Or<F1,F2> as core::future::future::Future>::poll
at /home/demo/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-lite-1.12.0/src/future.rs:526:33
14: async_executor::Executor::run::{{closure}}
at /home/demo/.cargo/registry/src/github.com-1ecc6299db9ec823/async-executor-1.4.1/src/lib.rs:242:31
15: <core::future::from_generator::GenFuture as core::future::future::Future>::poll
at /rustc/22e491ac7ed454d34669151a8b6464cb643c9b41/library/core/src/future/mod.rs:84:19
16: async_executor::LocalExecutor::run::{{closure}}
at /home/demo/.cargo/registry/src/github.com-1ecc6299db9ec823/async-executor-1.4.1/src/lib.rs:447:33
17: <core::future::from_generator::GenFuture as core::future::future::Future>::poll
at /rustc/22e491ac7ed454d34669151a8b6464cb643c9b41/library/core/src/future/mod.rs:84:19
18: async_io::driver::block_on
at /home/demo/.cargo/registry/src/github.com-1ecc6299db9ec823/async-io-1.6.0/src/driver.rs:142:33
19: async_global_executor::reactor::block_on::{{closure}}
at /home/demo/.cargo/registry/src/github.com-1ecc6299db9ec823/async-global-executor-2.0.2/src/reactor.rs:3:18
20: async_global_executor::reactor::block_on
at /home/demo/.cargo/registry/src/github.com-1ecc6299db9ec823/async-global-executor-2.0.2/src/reactor.rs:12:5
21: async_global_executor::executor::block_on::{{closure}}
at /home/demo/.cargo/registry/src/github.com-1ecc6299db9ec823/async-global-executor-2.0.2/src/executor.rs:26:36
22: std::thread::local::LocalKey::try_with
at /rustc/22e491ac7ed454d34669151a8b6464cb643c9b41/library/std/src/thread/local.rs:412:16
23: std::thread::local::LocalKey::with
at /rustc/22e491ac7ed454d34669151a8b6464cb643c9b41/library/std/src/thread/local.rs:388:9
24: async_global_executor::executor::block_on
at /home/demo/.cargo/registry/src/github.com-1ecc6299db9ec823/async-global-executor-2.0.2/src/executor.rs:26:5
25: async_std::task::builder::Builder::blocking::{{closure}}::{{closure}}
at /home/demo/.cargo/registry/src/github.com-1ecc6299db9ec823/async-std-1.9.0/src/task/builder.rs:171:25
26: async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current::{{closure}}
at /home/demo/.cargo/registry/src/github.com-1ecc6299db9ec823/async-std-1.9.0/src/task/task_locals_wrapper.rs:60:13
27: std::thread::local::LocalKey::try_with
at /rustc/22e491ac7ed454d34669151a8b6464cb643c9b41/library/std/src/thread/local.rs:412:16
28: std::thread::local::LocalKey::with
at /rustc/22e491ac7ed454d34669151a8b6464cb643c9b41/library/std/src/thread/local.rs:388:9
29: async_std::task::task_locals_wrapper::TaskLocalsWrapper::set_current
at /home/demo/.cargo/registry/src/github.com-1ecc6299db9ec823/async-std-1.9.0/src/task/task_locals_wrapper.rs:55:9
30: async_std::task::builder::Builder::blocking::{{closure}}
at /home/demo/.cargo/registry/src/github.com-1ecc6299db9ec823/async-std-1.9.0/src/task/builder.rs:168:17
31: std::thread::local::LocalKey::try_with
at /rustc/22e491ac7ed454d34669151a8b6464cb643c9b41/library/std/src/thread/local.rs:412:16
32: std::thread::local::LocalKey::with
at /rustc/22e491ac7ed454d34669151a8b6464cb643c9b41/library/std/src/thread/local.rs:388:9
33: async_std::task::builder::Builder::blocking
at /home/demo/.cargo/registry/src/github.com-1ecc6299db9ec823/async-std-1.9.0/src/task/builder.rs:161:9
34: async_std::task::block_on::block_on
at /home/demo/.cargo/registry/src/github.com-1ecc6299db9ec823/async-std-1.9.0/src/task/block_on.rs:33:5
35: runtime::main
at /home/demo/.cargo/git/checkouts/zenoh-flow-examples-50c63331af8b4e8c/05526e0/runtime/src/main.rs:47:1
36: core::ops::function::FnOnce::call_once
at /rustc/22e491ac7ed454d34669151a8b6464cb643c9b41/library/core/src/ops/function.rs:227:5
note: Some details are omitted, run with RUST_BACKTRACE=full for a verbose backtrace.
Aborted (core dumped)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.