srl-freiburg / pedsim_ros

Pedestrian simulator powered by the social force model
https://github.com/srl-freiburg/pedsim_ros
BSD 2-Clause "Simplified" License
460 stars 170 forks source link

Human model in gazebo #47

Open FooKii opened 4 years ago

FooKii commented 4 years ago

Hello, I've successfully spawned agents in gazebo where agents now are in shape of box. So i'm trying to make it look like a real human. Following attempts has been made but no success:

In actor_model.sdf file

Would be great if anyone can give me a hint, thx in advance

BogdanLazarescu commented 4 years ago

I would be interested in that as well :)

takanotume24 commented 4 years ago

Apparently the <actor> tag can be used to easily display an animated human being. <actor> tag is like an extension of <model>, but on the sdf file it is in the same hierarchy and cannot be called. When I call it up, the warning

[ WARN] [1587553447.937071639, 0.313000000]:  Could not find <model> or <world> element in sdf, so name and initial position cannot be applied

comes out. Is it a limitation of the ROS that the <actor> tag cannot be spawned?

panzhangchao commented 3 years ago

Have you solved the problem yet? I also wanted to include pedestrians in Gazebo, and there were problems with actor walk.dae.

mazmazbiasa commented 6 months ago

did anyone have solve the problem yet?