-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #7 from sonia-auv/develop
Develop
- Loading branch information
Showing
21 changed files
with
1,320 additions
and
207 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 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
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 |
---|---|---|
@@ -0,0 +1,59 @@ | ||
# Module List | ||
|
||
## Detection | ||
|
||
### navigation | ||
- [x] provider_depth (message detection) | ||
- [x] proc_control (message detection) | ||
- [x] provider_dvl (message detection) | ||
- [x] provider_imu (message detection) | ||
### vision | ||
- [x] provider_vision (message detection) | ||
- [x] proc_image_processing (service detection) | ||
- [x] deep_detector (service detection) | ||
### mapping | ||
- [ ] proc_mapping (service detection) (Alex le modifie) | ||
- [x] provider_sonar (message detection) | ||
### hydro | ||
- [x] provider_hydrophone (message detection) | ||
- [x] proc_hydrophone (message detection) | ||
### io | ||
- [x] provider_actuators (service detection) | ||
- [x] proc_actuators (service detection) | ||
### underwater_com: | ||
- [x] provider_com (service detection) | ||
- [ ] proc_com (service detection) (attente de maturité) | ||
### power | ||
- [x] provider_power (message detection) | ||
- [x] provider_thruster (service detection) | ||
### internal_com | ||
- [x] interface_rs485 (message detection) | ||
|
||
## Correction | ||
|
||
### navigation | ||
- [ ] provider_depth | ||
- [ ] proc_control | ||
- [ ] provider_dvl | ||
- [ ] provider_imu | ||
### vision | ||
- [ ] provider_vision | ||
- [ ] proc_image_processing | ||
- [ ] deep_detector (problematic) | ||
### mapping | ||
- [ ] proc_mapping | ||
- [ ] provider_sonar | ||
### hydro | ||
- [ ] provider_hydrophone | ||
- [ ] proc_hydrophone | ||
### io | ||
- [ ] provider_actuators | ||
- [ ] proc_actuators | ||
### underwater_com: | ||
- [ ] provider_com | ||
- [ ] proc_com | ||
### power | ||
- [ ] provider_power | ||
- [ ] provider_thruster | ||
### internal_com | ||
- [ ] interface_rs485 |
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 |
---|---|---|
@@ -0,0 +1,59 @@ | ||
/proc_fault/navigation/dvl/timestamp_ms: 1000 | ||
/proc_fault/navigation/dvl/enable: true | ||
|
||
/proc_fault/navigation/depth/timestamp_ms: 1000 | ||
/proc_fault/navigation/depth/enable: true | ||
|
||
/proc_fault/navigation/imu/timestamp_ms: 1000 | ||
/proc_fault/navigation/imu/enable: true | ||
|
||
/proc_fault/navigation/control/timestamp_ms: 1000 | ||
/proc_fault/navigation/control/enable: true | ||
|
||
/proc_fault/navigation/boardEsc/timestamp_ms: 5000 | ||
/proc_fault/navigation/boardEsc/enable: true | ||
|
||
/proc_fault/vision/camera/timestamp_ms: 1000 | ||
/proc_fault/vision/camera/enable: true | ||
|
||
/proc_fault/vision/proc_image_processing/enable: true | ||
|
||
/proc_fault/vision/proc_detection/enable: true | ||
|
||
/proc_fault/mapping/sonar/timestamp_ms: 1000 | ||
/proc_fault/mapping/sonar/enable: true | ||
|
||
/proc_fault/mapping/procMapping/timestamp_ms: 1000 | ||
/proc_fault/mapping/procMapping/enable: true | ||
|
||
/proc_fault/hydro/providerHydro/timestamp_ms: 1000 | ||
/proc_fault/hydro/providerHydro/enable: true | ||
|
||
/proc_fault/hydro/procHydro/timestamp_ms: 1000 | ||
/proc_fault/hydro/procHydro/enable: true | ||
|
||
/proc_fault/power/providerPower/timestamp_ms: 1000 | ||
/proc_fault/power/providerPower/enable: true | ||
|
||
/proc_fault/power/boardPowerSupply/timestamp_ms: 5000 | ||
/proc_fault/power/boardPowerSupply/enable: true | ||
|
||
/proc_fault/power/providerThruster/enable: true | ||
|
||
/proc_fault/internal_com/rs485/timestamp_ms: 1000 | ||
/proc_fault/internal_com/rs485/enable: true | ||
|
||
/proc_fault/internal_com/boardKillMission/timestamp_ms: 5000 | ||
/proc_fault/internal_com/boardKillMission/enable: true | ||
|
||
/proc_fault/io/providerActuator/enable: true | ||
|
||
/proc_fault/io/procActuator/enable: true | ||
|
||
/proc_fault/io/boardIo/timestamp_ms: 5000 | ||
/proc_fault/io/boardIo/enable: true | ||
|
||
/proc_fault/under_water_com/providerCom/enable: true | ||
|
||
/proc_fault/initial_node_sleep_second: 30 | ||
/proc_fault/loop_sleep_time_second: 1 |
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
<launch> | ||
<node name="proc_fault" pkg="proc_fault" type="proc_fault_node" output="screen" /> | ||
<rosparam command="load" file="$(find proc_fault)/config/$(env AUV).yaml"/> | ||
</launch> |
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
<launch> | ||
<node name="proc_fault" pkg="proc_fault" type="proc_fault_node" output="screen" launch-prefix="gdb -ex run --args" /> | ||
<rosparam command="load" file="$(find proc_fault)/config/$(env AUV).yaml"/> | ||
</launch> |
Oops, something went wrong.