Skip to content

Commit

Permalink
update IPs with new ranges.
Browse files Browse the repository at this point in the history
  • Loading branch information
marco-tranzatto committed Dec 14, 2017
1 parent 5c27e03 commit 7393f4c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions piksi_multi_rtk_ros/cfg/piksi_multi_driver_settings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ base_station_mode: false
debug_mode: false # if true, output every topic read by this driver
# whenever possible, use network broadcast, not global ip broadcast
# use ifconfig to show network broadcast (or calculate it yourself....).
broadcast_addr: 10.10.10.255
broadcast_addr: 192.168.0.255
broadcast_port: 26078
base_station_ip_for_latency_estimation: 10.10.10.1 # ip base station if you want to estimate latency.
base_station_ip_for_latency_estimation: 192.168.0.1 # ip base station if you want to estimate latency.
# Coordinate frame of the GPS receiver with respect to the base link.
navsatfix_frame_id: 'base_link'

Expand Down
2 changes: 1 addition & 1 deletion piksi_multi_rtk_ros/launch/piksi_multi_base_station.launch
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<!-- Overwrtie needed settings -->
<param name="base_station_mode" value="true"/>
<param name="broadcast_addr" value="10.10.10.255"/> <!--'ifconfig' to check Bcast -->
<param name="broadcast_addr" value="192.168.0.255"/> <!--'ifconfig' to check Bcast -->
</node>

</launch>

0 comments on commit 7393f4c

Please # to comment.