Git Product home page Git Product logo

Comments (4)

onlytailei avatar onlytailei commented on June 29, 2024 1

Hey,

I checked the code and remove some useless part for this example (default.launch).
Testing on ubuntu16.04+ros_kinetic+gazebo8 worked perfectly.
Please make sure passing_wall_4.py generate the new world file successfully.
Clone the newest commit and try it again. You will see four actor models moving interactively in a small distance. One of them is not really stepping because it is used for data collection.

from gym_ped_sim.

m4xst3r avatar m4xst3r commented on June 29, 2024

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:
/home/ros-ase/catkin_workspace/src/gym_ped_sim/actor_plugin/./include/ActorPlugin.hh:137:28: error: ‘actor_services’ has not been declared
bool SetPoseCallback(actor_services::SetPose::Request&,

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,
Max

from gym_ped_sim.

onlytailei avatar onlytailei commented on June 29, 2024

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
source /xxx/catkin_ws/devel/setup.sh

I will build a docker image later so that you can exactly repeat everything I show.

from gym_ped_sim.

Taospirit avatar Taospirit commented on June 29, 2024

Hi m4xst3r!
I get the same problem as you described at the beginning, there are only two people in gazebo walking slowly about two meters and then being reseted. I cannot fix it well even cloned the newest repo. Anyone can help me? Looking forward to the reply !

from gym_ped_sim.

Related Issues (13)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.