Skip to content
New issue

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

Error when modifying dora-rs node #427

Closed
WindowsATRI opened this issue Feb 15, 2024 · 3 comments
Closed

Error when modifying dora-rs node #427

WindowsATRI opened this issue Feb 15, 2024 · 3 comments
Labels
python Python API

Comments

@WindowsATRI
Copy link

I wanted to add the distribution_location_op/obstacles data flow in carla_gps_op.py, so I modified the node id in the oasis_agent_planning.yaml file: carla_gps_op, but the carla_gps_op.py file did not obtain the distribution_location_op/obstacles data.
This is the part I modified:

  • id: carla_gps_op
    operator:
    python: ../../carla/carla_gps_op.py
    outputs:
    - gps_waypoints
    inputs:
    opendrive: oasis_agent/opendrive
    objective_waypoints: oasis_agent/objective_waypoints
    position: oasis_agent/position
    obstacles: obstacle_location_op/obstacles
    1 (2)
@github-actions github-actions bot added the python Python API label Feb 15, 2024
@WindowsATRI
Copy link
Author

can anyone help me

@haixuanTao
Copy link
Collaborator

The way you modified the dataflow seems right. Are you sure that there is obstacles in front?

@haixuanTao
Copy link
Collaborator

This has been solved in the discord

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
python Python API
Projects
None yet
Development

No branches or pull requests

2 participants