-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PASSIVE SONAR: make paulboard_driver a python pkg
The scripts here were demoted from being a ros package. It should be removed from the SubjuGator repo.
- Loading branch information
Showing
12 changed files
with
33 additions
and
118 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,19 @@ | ||
Explanation of `permute` parameter | ||
---------------------------------- | ||
# Paulboard Driver | ||
|
||
The scripts here are used to run the old 'Paulboard', the hydrophone board, | ||
that MIL started using in 2013. | ||
|
||
The driver node in this package used to interface with the old 'hydrophone' | ||
package. Communication would occur via custom ROS msg's. | ||
|
||
## TODO | ||
If there is a need or want to continue using this board, as opposed to Jake | ||
Easterling's, then the sonar_driver node in mil_passive_sonar should be, | ||
ammended to be able to import the paulboard_driver code. | ||
|
||
## Explanation of `permute` parameter | ||
|
||
A `permute` value of `w x y z` means that the connector labeled Aw on the PCB | ||
maps to hydrophone 0 as the hydrophones package wants it, Ax maps to 1, Ay | ||
maps to 2, and Az maps to 3. See `README.md` in the hydrophones package. | ||
maps to 2, and Az maps to 3. | ||
|
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file was deleted.
Oops, something went wrong.
File renamed without changes.
This file was deleted.
Oops, something went wrong.
Binary file removed
BIN
-32.7 KB
drivers/mil_passive_sonar/paulboard_driver/src/paulboard_driver/SimpleHyd2013.bin
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters