- Project to simulate Robot with C++ edited in Vscode.
- If you are interseted in this project and need more information, please contact Clang(clangwu@163.com) to get an access.
- Start your Simulation:
- Add the variable
WEBOTS_HOMEin the system with the path${webots_installed_place}.${webots_installed_place}is the place where webots is installed, for exampleD:\webots.
- Open the directory
./controllers/my_controller/with Vscode. - Compile the program(2 ways)
- use CMake tools.
- use command line:
mkdir build && cd buildandcmake .. && make.
- Open scence file
./worlds/car.wbtwith Webots. - Start simulation using the start button in Webots.
- Add the variable
Platform: refer to the Webots version
- CMake (version 3.12.0 +)
- Webots (Recommended newer than(also include) version: R2020b)