Skip to content
This repository has been archived by the owner on Jun 28, 2020. It is now read-only.

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
poornack committed Mar 15, 2020
1 parent 2052f27 commit 8758ab7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion ros/auv.launch
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@
<!-- RPM Controller -->
<include file="$(find navigation)/launchfiles/rpm_controller.launch">
</include>

<group if="$(arg record)">
<node name="rosbag" pkg="rosbag" type="record" args="-o $(arg save_location) -a -x /video/(.*)"/>
</group>
Expand Down
4 changes: 2 additions & 2 deletions ros/src/monitor/devices.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"imu" : {
"ignore" : false,
"ignore" : true,
"baud" : 38400,
"ack_message" : "F1",
"ack_response" : "F10B780C69",
Expand Down Expand Up @@ -28,7 +28,7 @@
},

"hydrophones" : {
"ignore" : false,
"ignore" : true,
"baud" : 115200,
"ack_message" : "RID\n",
"ack_response" : "Hydrophones v1.0\r\n",
Expand Down

0 comments on commit 8758ab7

Please sign in to comment.