diff --git a/architecture/hardware2020/index.html b/architecture/hardware2020/index.html index 2f7343bc..e6381999 100644 --- a/architecture/hardware2020/index.html +++ b/architecture/hardware2020/index.html @@ -6,7 +6,7 @@
Once you have a rough working estimation, you can repeat the measurement but repeating steps 3 to 6 a few times to increase the error. @@ -211,7 +211,7 @@
This step is quite trivial to do: we ask the robot to move forward for 2 meters and we measure the real distance it moved. We can then compute the new number of pulses using:
-new_pulse_per_mm = old_pulse_per_mm * (real_distance / asked_distance);
+new_pulse_per_mm = old_pulse_per_mm * (real_distance / asked_distance);
This method is accurate to about 0.1% (2 mm over 2 meters), but it is also the least important parameter here.
@@ -227,7 +227,7 @@ Track of the robot
You can now compute the new track of the robot using the angle measured by the odometry:
// count = number of turns done by the robot, start with 1
-float new_track = old_track * (1 + (delta_angle / (2. * M_PI * count)));
+float new_track = old_track * (1 + (delta_angle / (2. * M_PI * count)));
Once calibrated you can restart the experiment and do more than one full turn, we usually stop at 10 turns.
diff --git a/howto/install_arm_gcc/index.html b/howto/install_arm_gcc/index.html
index 5875f0fc..343a7b4e 100644
--- a/howto/install_arm_gcc/index.html
+++ b/howto/install_arm_gcc/index.html
@@ -6,7 +6,7 @@
Install the ARM compiler - CVRA Robot Software
-
+
diff --git a/index.html b/index.html
index a60ebbc7..116d14b7 100644
--- a/index.html
+++ b/index.html
@@ -6,7 +6,7 @@
Home - CVRA Robot Software
-
+
diff --git a/sitemap.xml b/sitemap.xml
index 264a1088..0f8724ef 100644
--- a/sitemap.xml
+++ b/sitemap.xml
@@ -1,83 +1,3 @@
-
- None
- 2022-03-20
- daily
-
-
- None
- 2022-03-20
- daily
-
-
- None
- 2022-03-20
- daily
-
-
- None
- 2022-03-20
- daily
-
-
- None
- 2022-03-20
- daily
-
-
- None
- 2022-03-20
- daily
-
-
- None
- 2022-03-20
- daily
-
-
- None
- 2022-03-20
- daily
-
-
- None
- 2022-03-20
- daily
-
-
- None
- 2022-03-20
- daily
-
-
- None
- 2022-03-20
- daily
-
-
- None
- 2022-03-20
- daily
-
-
- None
- 2022-03-20
- daily
-
-
- None
- 2022-03-20
- daily
-
-
- None
- 2022-03-20
- daily
-
-
- None
- 2022-03-20
- daily
-
\ No newline at end of file
diff --git a/sitemap.xml.gz b/sitemap.xml.gz
index 81603454..53bb8e7c 100644
Binary files a/sitemap.xml.gz and b/sitemap.xml.gz differ