Skip to content

Commit

Permalink
Merge branch 'iron' into jazzy
Browse files Browse the repository at this point in the history
  • Loading branch information
elandini84 committed Dec 17, 2024
2 parents 7ece881 + 6497010 commit cbc7bfb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/navigation2/conf/cyclone_dds_sim_settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<General>
<AllowMulticast>false</AllowMulticast>
<Interfaces>
<NetworkInterface address="127.0.0.1" priority="default"/>
<NetworkInterface address="172.17.0.1" priority="default"/>
</Interfaces>
</General>
<Discovery>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<robot name="cer-ros-repeater" build="2" portprefix="test" xmlns:xi="http://www.w3.org/2001/XInclude">
<devices>
<device xmlns:xi="http://www.w3.org/2001/XInclude" name="recev" type="Rangefinder2DClient">
<device xmlns:xi="http://www.w3.org/2001/XInclude" name="recev" type="rangefinder2D_nwc_yarp">
<param name="period"> 0.010 </param>
<param name="local"> /laser_client_repeater:i </param>
<param name="remote"> /SIM_CER_ROBOT/laser:o </param>
Expand Down
2 changes: 1 addition & 1 deletion docker_stuff/docker_tourCore2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cbc7bfb

Please sign in to comment.