We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug We hope to display Dora node data by using ROS2 nodes, so we are trying Python-ROS2-dataflow. When we use
ros2 run turtlesim turtlesim_node
to launch turtlesim node, and another terminator input the command as follow:
dora up dora start dataflow.yml --name test
The screen shows the turtle, but the dora node reports an error:
The dataflow.yml file
nodes: - id: turtle custom: source: ./random_turtle.py inputs: direction: control/direction outputs: - turtle_pose - id: control custom: source: ./control_node.py inputs: turtle_pose: turtle/turtle_pose tick: dora/timer/millis/500 outputs: - direction
Can you give me some ideas on how to solve this error?
The text was updated successfully, but these errors were encountered:
Have you installed dora Python with:
pip install dora-rs
You can check the documentation at https://dora.carsmos.ai/docs/guides/Installation/installing
Sorry, something went wrong.
No branches or pull requests
Describe the bug
We hope to display Dora node data by using ROS2 nodes, so we are trying Python-ROS2-dataflow. When we use
to launch turtlesim node, and another terminator input the command as follow:
The screen shows the turtle, but the dora node reports an error:
The dataflow.yml file
Can you give me some ideas on how to solve this error?
The text was updated successfully, but these errors were encountered: