Use Receiver::try_recv
instead of Stream::next
with timeout
#3896
Annotations
1 error and 16 warnings
python-ros2-dataflow
Process completed with exit code 1.
|
python-ros2-dataflow:
binaries/coordinator/src/lib.rs#L160
method `iter` is never used
|
python-ros2-dataflow:
binaries/coordinator/src/lib.rs#L160
method `iter` is never used
|
python-ros2-dataflow:
binaries/coordinator/src/lib.rs#L160
method `iter` is never used
|
Test:
libraries/extensions/ros2-bridge/python/src/lib.rs#L63
use of deprecated method `pyo3::Python::<'py>::import_bound`: renamed to `Python::import`
|
Test:
libraries/extensions/ros2-bridge/python/src/lib.rs#L336
use of deprecated associated function `pyo3::types::PyModule::import_bound`: renamed to `PyModule::import`
|
Test:
libraries/extensions/ros2-bridge/python/src/lib.rs#L347
use of deprecated associated function `pyo3::types::PyList::new_bound`: renamed to `PyList::new`
|
Test:
libraries/extensions/ros2-bridge/python/src/typed/mod.rs#L68
use of deprecated method `pyo3::Python::<'py>::run_bound`: renamed to `Python::run`
|
Test:
libraries/extensions/ros2-bridge/python/src/typed/mod.rs#L70
use of deprecated method `pyo3::types::IntoPyDict::into_py_dict_bound`: renamed to `IntoPyDict::into_py_dict`
|
Test:
libraries/extensions/ros2-bridge/python/src/typed/mod.rs#L74
use of deprecated associated function `pyo3::types::PyModule::import_bound`: renamed to `PyModule::import`
|
Test:
libraries/extensions/ros2-bridge/python/src/typed/mod.rs#L111
use of deprecated associated function `pyo3::types::PyModule::import_bound`: renamed to `PyModule::import`
|
Test:
libraries/extensions/ros2-bridge/python/src/typed/mod.rs#L112
use of deprecated associated function `pyo3::types::PyDict::new_bound`: renamed to `PyDict::new`
|
Test:
libraries/extensions/ros2-bridge/python/src/typed/mod.rs#L119
use of deprecated method `pyo3::Python::<'py>::eval_bound`: renamed to `Python::eval`
|
Test:
libraries/extensions/ros2-bridge/python/src/lib.rs#L63
use of deprecated method `pyo3::Python::<'py>::import_bound`: renamed to `Python::import`
|
Rust ROS2 Bridge example:
binaries/coordinator/src/lib.rs#L160
method `iter` is never used
|
Rust ROS2 Bridge example:
binaries/coordinator/src/lib.rs#L160
method `iter` is never used
|
Rust ROS2 Bridge example:
binaries/coordinator/src/lib.rs#L160
method `iter` is never used
|
Loading