Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 9, 2019, 11:14:44 AM (5 years ago)
Author:
jeromela
Message:

Working on setting new speed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/OrxoBlox_FS19/src/modules/OrxoBlox/OrxoBlox.cc

    r12343 r12344  
    138138            this->center_->attach(this->ball_);
    139139            //Startposition Ball
    140             this->ball_->setPosition(0, 0, 50);
     140            this->ball_->setPosition(0, 0, 40);
    141141            this->ball_->setFieldDimension(this->center_->getFieldDimension());
    142142            this->ball_->setSpeed(0);
Note: See TracChangeset for help on using the changeset viewer.