-
Notifications
You must be signed in to change notification settings - Fork 46
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
Not working correctly #1
Comments
Hey, I checked the code and remove some useless part for this example (default.launch). |
First, Thanks for the help. I got it working, the libactorplugin_ros.so was missing I just changed it to the directory from gazebo and it worked. Until this morning it all worked fine but as i started today I got some error messages, that GetVel.h and SetPose.h are missing, after some search I found the .srv files and changed them to .h files but its still not working and now I getting this error messages: In file included from /home/ros-ase/catkin_workspace/src/gym_ped_sim/actor_plugin/src/ActorPlugin_ros.cc:29:0: And there are a lot of other errors in context with this, I think it hast something to do with the two header files. Could you please double check? Or is it a mistake from me and I am doing something wrong? BR, |
Hi Max, If you are familiar with ROS, *.srv files will be generated to *.h files through catkin make. So you should not rename them by yourselves. The generated files will locate at /xxx/catkin_ws/devel/include/actor_services. And you should configure your terminal through I will build a docker image later so that you can exactly repeat everything I show. |
Hi m4xst3r! |
Hey,
I wanted to use this Simulation for a project at my university, where we try to simulate actors withe human behavior. I followed exactly your steps in the readme file but if i launch the default.launch my Actors spawn all in the same place and only walk two meters and then being reseted. As I tried to understand the code i recognize the actor_plugin is missing. It would be nice if you could do an reupload with a working simulation.
BR,
Max
The text was updated successfully, but these errors were encountered: