duckietown / gym-duckietown

Self-driving car simulator for the Duckietown universe
http://duckietown.org
Other
45 stars 16 forks source link

Obstacles not moving #143

Closed tejank10 closed 5 years ago

tejank10 commented 5 years ago

Hello! I tried running manual_control.py with Duckietown-loop_pedestrians-v0, but the obstacles were not moving. How do I fix this behavior?

liampaull commented 5 years ago

Sorry for the delay - I think @bhairavmehta95 is the one who might know the answer

bhairavmehta95 commented 5 years ago

Running something like:

python manual_control.py --env-name=Duckietown-loop_pedestrians-v0 --map-name=loop_pedestrians

works.

You have to make sure the map specified has pedestrian duckies with static set to False in the .yaml file.

zhaoworking commented 4 years ago

Running something like:

python manual_control.py --env-name=Duckietown-loop_pedestrians-v0 --map-name=loop_pedestrians

works.

You have to make sure the map specified has pedestrian duckies with static set to False in the .yaml file.

I have already done that according to what u said , but the duckie stll don't moves. How should i do next?

zhaoworking commented 4 years ago

Running something like:

python manual_control.py --env-name=Duckietown-loop_pedestrians-v0 --map-name=loop_pedestrians

works.

You have to make sure the map specified has pedestrian duckies with static set to False in the .yaml file.

image

zhaoworking commented 4 years ago

I have solved it.