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

ImportError: cannot import name 'SpawnPeds' #76

Open
xzy0825 opened this issue Nov 11, 2021 · 0 comments
Open

ImportError: cannot import name 'SpawnPeds' #76

xzy0825 opened this issue Nov 11, 2021 · 0 comments

Comments

@xzy0825
Copy link

xzy0825 commented Nov 11, 2021

When I tried to python rl_agent/scripts/train_scripts/train_ppo.py
It had error here:

Traceback (most recent call last): File "rl_agent/scripts/train_scripts/train_ppo.py", line 13, in from rl_agent.env_wrapper.ros_env_cont_img import RosEnvContImg File "/home/hantewin/test/src/drl_local_planner_ros_stable_baselines-master/rl_agent/src/rl_agent/env_wrapper/ros_env_cont_img.py", line 19, in from rl_agent.env_wrapper.ros_env_img import RosEnvImg File "/home/hantewin/test/src/drl_local_planner_ros_stable_baselines-master/rl_agent/src/rl_agent/env_wrapper/ros_env_img.py", line 15, in from rl_agent.env_wrapper.ros_env import RosEnvAbs File "/home/hantewin/test/src/drl_local_planner_ros_stable_baselines-master/rl_agent/src/rl_agent/env_wrapper/ros_env.py", line 32, in from rl_agent.env_utils.task_generator import TaskGenerator File "/home/hantewin/test/src/drl_local_planner_ros_stable_baselines-master/rl_agent/src/rl_agent/env_utils/task_generator.py", line 29, in from pedsim_srvs.srv import SpawnPeds ImportError: cannot import name 'SpawnPeds'

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

No branches or pull requests

1 participant