Page 1 of 1

How to increase the size of footbot?

Posted: Mon Mar 15, 2021 4:35 pm
by Willy Hou
I would like to increase the diameter of the footbot model in order to simulate a robot with a larger footprint size(but still leverage the existing footbot implementation). Which source files I need to make changes for and what to change inside those files?

Re: How to increase the size of footbot?

Posted: Mon Mar 15, 2021 5:45 pm
by pincy
These are the files to modify:
  1. dynamics2d_footbot_model.cpp
  2. footbot_entity.cpp
  3. qtopengl_footbot.cpp
Change the constants at the top of the file, recompile the source and install the binaries. Make sure not to have two versions of ARGoS installed on the same machine.