Skip to content

Commit 50a0583

Browse files
authored
Merge pull request #67 from cyberbotics/michou214-patch-1
Update README.md
2 parents ffef5bb + 59d5600 commit 50a0583

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,9 @@ When used in a system, the name of the robot and its navigation properties shoul
5353
#### JSON configuration
5454
Each robot has his specification such as the wheel radius (R), wheel separation (L) and the velocity coefficients. For two wheeled robot, these latter are calculated using simple formulas such as `V_right = w(R+L/2)` and `V_left = w(R-L/2)` which gives `coeff_0 (for Vx) = 1/R`, `coeff_1 (for Vy) = 0` and `coeff_2 (for Omega) = L/(2R)`. For omniwheeled robot such as the Robotino 3, a matrix conversion can be found in [this paper](http://ftp.itam.mx/pub/alfredo/ROBOCUP/SSLDocs/PapersTDPs/omnidrive.pdf) at section 4.
5555

56+
> **Note** : JSON file format for configuration relies on `libjsoncpp`, it can easily be installed with this command: `sudo apt install libjsoncpp-dev`
57+
58+
5659
* **Pioneer 3-DX**
5760

5861
For the [Pioneer 3-DX](https://cyberbotics.com/doc/guide/pioneer-3dx) from Adept, when using `ComponentWebotsRobot` in SmartMDSD Toolchain, you have to configure the `configuration.json` file with this code:

0 commit comments

Comments
 (0)