diff --git a/app/navigation2/conf/cyclone_dds_sim_settings.xml b/app/navigation2/conf/cyclone_dds_sim_settings.xml
index 0adf759..6b00cb8 100644
--- a/app/navigation2/conf/cyclone_dds_sim_settings.xml
+++ b/app/navigation2/conf/cyclone_dds_sim_settings.xml
@@ -3,7 +3,7 @@
false
-
+
diff --git a/app/navigation2/conf/robotInterface/lidar_compressed_sim.xml b/app/navigation2/conf/robotInterface/lidar_compressed_sim.xml
index 42d4f99..dc0eef0 100644
--- a/app/navigation2/conf/robotInterface/lidar_compressed_sim.xml
+++ b/app/navigation2/conf/robotInterface/lidar_compressed_sim.xml
@@ -3,7 +3,7 @@
-
+
0.010
/laser_client_repeater:i
/SIM_CER_ROBOT/laser:o
diff --git a/docker_stuff/docker_tourCore2/Dockerfile b/docker_stuff/docker_tourCore2/Dockerfile
index af7580a..fa2e06f 100644
--- a/docker_stuff/docker_tourCore2/Dockerfile
+++ b/docker_stuff/docker_tourCore2/Dockerfile
@@ -120,7 +120,7 @@ RUN sudo ln -s /usr/local/share/bash-completion/completions/yarp /usr/share/bash
# Build icub-firmware-shared
USER ${robotology_install_user}
WORKDIR ${robotology_install_folder}
-RUN git clone https://github.com/robotology/icub-firmware-shared -b master
+RUN git clone https://github.com/robotology/icub-firmware-shared -b devel
RUN cd icub-firmware-shared && mkdir build && cd build && cmake .. -DCMAKE_BUILD_TYPE=Release && make -j11
ENV icub_firmware_shared_ROOT=${robotology_install_folder}/icub-firmware-shared
ENV icub_firmware_shared_DIR=${robotology_install_folder}/icub-firmware-shared/build