๐ฎGetting Started with Webots
Last updated
Clone our GitHub repository.
Download Webots from their Github release. The sample world we provide requires Webots 2021b or earlier and is not compatible with newer versions.
Rename simulation.properties.example to simulation.properties and edit the file to add the full path to your Android Studio project.
Open Webots and then open the sample world located at SampleWebotsProject/worlds/gobilda - freight.wbt.
Profit.
Download Webots from their GitHub release. The sample world we provide requires Webots 2021b or earlier and is not compatible with newer versions.
Download FTCController.jar and SimulatorSupport.jar from the release.
Download the sample webots project.
Add the FTCController.jar to SampleWebotsProject/controllers/FTCController.
Rename simulation.properties.example to simulation.properties and edit the file to add the full path to your Android Studio project.
Launch your Webots world.
Use the properties file to map motors and convert Webots motors to Servos and Continuos Rotation Servos.
Last updated