File tree Expand file tree Collapse file tree 4 files changed +28
-0
lines changed
Expand file tree Collapse file tree 4 files changed +28
-0
lines changed Original file line number Diff line number Diff line change 1+ seatrac :
2+ comms :
3+ connection :
4+ type : " UDP"
5+ udp_rx : 62001
6+ udp_tx : 62001
7+ udp_address : " 127.0.0.1"
8+
9+ outlets :
10+ - name : " starlink"
11+ outlet : 15
Original file line number Diff line number Diff line change 1515- git:
1616 local-name: ros-triton-classifier
1717 uri: https://github.com/WHOIGit/ros-triton-classifier.git
18+
19+ - git:
20+ local-name: seatrac-api
21+ uri: https://github.com/WHOIGit/seatrac-api.git
Original file line number Diff line number Diff line change 1+ <launch >
2+ <!-- Most settings are in config.yaml, which is easier to edit -->
3+ <rosparam command =" load" file =" $(arg config_file)" />
4+
5+ <node name =" seatrac" pkg =" seatrac" type =" seatrac_node.py" required =" true" >
6+ <remap from =" ~in" to =" ~comms/in" />
7+ <remap from =" ~out" to =" ~comms/out" />
8+ </node >
9+
10+ <node ns =" seatrac" name =" comms" pkg =" ds_util_nodes" type =" bridge_node"
11+ required =" true" />
12+ </launch >
Original file line number Diff line number Diff line change 3333 <exec_depend >ifcb</exec_depend >
3434 <exec_depend >jvl_motor</exec_depend >
3535 <exec_depend >rbr_maestro3_ctd</exec_depend >
36+ <exec_depend >seatrac</exec_depend >
3637 <exec_depend >triton_classifier</exec_depend >
3738
3839 <!-- For GPS -->
You can’t perform that action at this time.
0 commit comments