graiola / wolf-setup

WoLF: Whole-body Locomotion Framework for quadruped robots
GNU General Public License v3.0
114 stars 15 forks source link

Robot starting on the ground #13

Closed graiola closed 2 years ago

graiola commented 2 years ago

I am preparing a major release where the robot starts directly from the ground. @itaouil could you be interested in testing this release? Also, are you using the ROS topic to control the robot? Because I am planning to create some ROS services to perform various actions like resetting the base or standing up etc... .

itaouil commented 2 years ago

Hi,

Yes, happy to try it out in simulation (if this is what you mean) :).

At the moment I am controlling the robot using the joy commands and velocities that obtain from my planner (without the joystick) but I am planning to change this and start controlling it using the twist interface as it is less cumbersome. But yes I am using ROS topics.

One more thing. Given I am using your controller for my thesis work, would it be possible to keep a clean branch with the current debians so that in case the new release messes something up I still have a backup to go to for my work?

graiola commented 2 years ago

Sure! I created a new branch called itaouil starting from the current devel . The related debians are placed in the respective folder on dropbox:

https://www.dropbox.com/sh/njzikm4yk61w2r8/AABcoJi5BDrRb8Lhc_ftnH1ca?dl=0

If I may suggest you, always keep a working copy of this folder on your pc with the older debians.

Does that work for you?

graiola commented 2 years ago

I updated the debians in bionic with the new stand up and stand down procedure.

itaouil commented 2 years ago

Sure! I created a new branch called itaouil starting from the current devel . The related debians are placed in the respective folder on dropbox:

https://www.dropbox.com/sh/njzikm4yk61w2r8/AABcoJi5BDrRb8Lhc_ftnH1ca?dl=0

If I may suggest you, always keep a working copy of this folder on your pc with the older debians.

Does that work for you?

Great thanks!

I just downloaded it and made a backup on my ssd drive.

itaouil commented 2 years ago

I updated the debians in bionic with the new stand up and stand down procedure.

Amazing!

I will give it a try and update you tomorrow or so :)

itaouil commented 2 years ago

Hi @graiola,

I am sorry for the delay. I have got sidetracked with some stuff...

I did not forget about it though :).

graiola commented 2 years ago

np :)

elpimous commented 2 years ago

I'd like it too !