Closed gianscarpe closed 3 years ago
Update: I had a new issue related to the gazebo version, as during compilation I get
interface.cpp:138:16: error: 'class gazebo::physics::Actor' has no member named 'PlayWithAnimationName'; did you mean 'prevAnimationTime'?
actor->PlayWithAnimationName(starting_animation);
Which version should I use?
I'm working with Gazebo multi-robot simulator, version 11.5.1
Hi @gianscarpe thanks for the interest in our repo!
At the moment, the latest master
relies on this fork of gazebo
, which includes some changes to the Actor
class required to run the TUG demo in gazebo
. We will have to open a PR for integrating such changes (see #275).
Let me also point you at the website, which includes some tutorials on how to use / run modules or specific demos.
Hi guys, I'm trying to compile this repository. I installed all the dependencies but I still get the following issue:
Can you please help me on this in using the right dependency for this function?
ADD: I found out I have opencv 3.2, while the requirements specifies from 3.4 onword. I fix my dependency and let you know if it's resolved
Thanks :)