Skip to content

Commit

Permalink
Simulation related fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Ettore Landini <ettore.landini@iit.it>
  • Loading branch information
elandini84 committed Dec 13, 2024
1 parent 790ff7b commit 08e0dad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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

0 comments on commit 08e0dad

Please sign in to comment.