mirror of
https://github.com/OSURoboticsClub/Rover_2017_2018.git
synced 2025-11-08 10:11:14 +00:00
Trying receiver with ground station
This commit is contained in:
@@ -1,15 +1,15 @@
|
||||
<launch>
|
||||
<node name="udp_receiver" pkg="nimbro_topic_transport" type="udp_receiver" output="screen">
|
||||
<param name="port" value="17001" />
|
||||
</node>
|
||||
<!--<node name="udp_receiver" pkg="nimbro_topic_transport" type="udp_receiver" output="screen">-->
|
||||
<!--<param name="port" value="17001" />-->
|
||||
<!--</node>-->
|
||||
|
||||
<node name="udp_receiver2" pkg="nimbro_topic_transport" type="udp_receiver" output="screen">
|
||||
<param name="port" value="17002" />
|
||||
</node>
|
||||
<!--<node name="udp_receiver2" pkg="nimbro_topic_transport" type="udp_receiver" output="screen">-->
|
||||
<!--<param name="port" value="17002" />-->
|
||||
<!--</node>-->
|
||||
|
||||
<node name="udp_receiver3" pkg="nimbro_topic_transport" type="udp_receiver" output="screen">
|
||||
<param name="port" value="17003" />
|
||||
</node>
|
||||
<!--<node name="udp_receiver3" pkg="nimbro_topic_transport" type="udp_receiver" output="screen">-->
|
||||
<!--<param name="port" value="17003" />-->
|
||||
<!--</node>-->
|
||||
|
||||
<node name="udp_receiver4" pkg="nimbro_topic_transport" type="udp_receiver" output="screen">
|
||||
<param name="port" value="17004" />
|
||||
|
||||
@@ -1,44 +1,44 @@
|
||||
<launch>
|
||||
<arg name="target" default="192.168.1.10" />
|
||||
<arg name="target" default="192.168.1.15" />
|
||||
|
||||
<!-- The UDP sender node -->
|
||||
<node name="udp_sender" pkg="nimbro_topic_transport" type="udp_sender" output="screen">
|
||||
<!--<!– The UDP sender node –>-->
|
||||
<!--<node name="udp_sender" pkg="nimbro_topic_transport" type="udp_sender" output="screen">-->
|
||||
|
||||
<!-- The destination host name or IP address -->
|
||||
<param name="destination_addr" value="$(arg target)" />
|
||||
<param name="destination_port" value="17001" />
|
||||
<!-- Load the list of topics from a YAML file -->
|
||||
<rosparam param="topics">
|
||||
[{name: "/cameras/camera_chassis/image_1280x720/compressed", compress: false, rate: 30.0}]
|
||||
</rosparam>
|
||||
<!--<!– The destination host name or IP address –>-->
|
||||
<!--<param name="destination_addr" value="$(arg target)" />-->
|
||||
<!--<param name="destination_port" value="17001" />-->
|
||||
<!--<!– Load the list of topics from a YAML file –>-->
|
||||
<!--<rosparam param="topics">-->
|
||||
<!--[{name: "/cameras/camera_chassis/image_1280x720/compressed", compress: false, rate: 30.0}]-->
|
||||
<!--</rosparam>-->
|
||||
|
||||
</node>
|
||||
<!--</node>-->
|
||||
|
||||
<!-- The UDP sender node -->
|
||||
<node name="udp_sender2" pkg="nimbro_topic_transport" type="udp_sender" output="screen">
|
||||
<!--<!– The UDP sender node –>-->
|
||||
<!--<node name="udp_sender2" pkg="nimbro_topic_transport" type="udp_sender" output="screen">-->
|
||||
|
||||
<!-- The destination host name or IP address -->
|
||||
<param name="destination_addr" value="$(arg target)" />
|
||||
<param name="destination_port" value="17002" />
|
||||
<!-- Load the list of topics from a YAML file -->
|
||||
<rosparam param="topics">
|
||||
[{name: "/cameras/camera_undercarriage/image_1280x720/compressed", compress: false, rate: 30.0}]
|
||||
</rosparam>
|
||||
<!--<!– The destination host name or IP address –>-->
|
||||
<!--<param name="destination_addr" value="$(arg target)" />-->
|
||||
<!--<param name="destination_port" value="17002" />-->
|
||||
<!--<!– Load the list of topics from a YAML file –>-->
|
||||
<!--<rosparam param="topics">-->
|
||||
<!--[{name: "/cameras/camera_undercarriage/image_1280x720/compressed", compress: false, rate: 30.0}]-->
|
||||
<!--</rosparam>-->
|
||||
|
||||
</node>
|
||||
<!--</node>-->
|
||||
|
||||
<!-- The UDP sender node -->
|
||||
<node name="udp_sender3" pkg="nimbro_topic_transport" type="udp_sender" output="screen">
|
||||
<!--<!– The UDP sender node –>-->
|
||||
<!--<node name="udp_sender3" pkg="nimbro_topic_transport" type="udp_sender" output="screen">-->
|
||||
|
||||
<!-- The destination host name or IP address -->
|
||||
<param name="destination_addr" value="$(arg target)" />
|
||||
<param name="destination_port" value="17003" />
|
||||
<!-- Load the list of topics from a YAML file -->
|
||||
<rosparam param="topics">
|
||||
[{name: "/cameras/main_navigation/image_1280x720/compressed", compress: false, rate: 30.0}]
|
||||
</rosparam>
|
||||
<!--<!– The destination host name or IP address –>-->
|
||||
<!--<param name="destination_addr" value="$(arg target)" />-->
|
||||
<!--<param name="destination_port" value="17003" />-->
|
||||
<!--<!– Load the list of topics from a YAML file –>-->
|
||||
<!--<rosparam param="topics">-->
|
||||
<!--[{name: "/cameras/main_navigation/image_1280x720/compressed", compress: false, rate: 30.0}]-->
|
||||
<!--</rosparam>-->
|
||||
|
||||
</node>
|
||||
<!--</node>-->
|
||||
|
||||
<!-- The UDP sender node -->
|
||||
<node name="udp_sender4" pkg="nimbro_topic_transport" type="udp_sender" output="screen">
|
||||
|
||||
Reference in New Issue
Block a user