You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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:
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
The text was updated successfully, but these errors were encountered: