mil icon indicating copy to clipboard operation
mil copied to clipboard

Monorepo of the Machine Intelligence Lab at the University of Florida

Results 168 mil issues
Sort by recently updated
recently updated
newest added

### Assignee _No response_ ### Deadline _No response_ ### What needs to change? Currently, our active sonar system is undocumented, which prevents a barrier to entry for those who want...

documentation
software
difficulty: moderate

### Assignee _No response_ ### Deadline _No response_ ### What needs to change? Currently, our odometry estimator for SubjuGator uses measurements from the DVL component. This is great, as it...

subjugator8
software
difficulty: hard
drivers

### Assignee _No response_ ### Deadline _No response_ ### What needs to change? Models for the G-Man and Bootlegger bins should be added into the SubjuGator simulation so SubjuGator can...

software
simulation
difficulty: moderate

### Assignee _No response_ ### Deadline _No response_ ### What needs to change? Whenever a package is received in MIL, a note needs to be sent to Schwartz - a...

documentation
software
difficulty: very easy

Add docstrings to all classes and methods within the package and add native Python 3 typing to the method signatures.

documentation
software
typing
difficulty: very easy

Add docstrings to all classes and methods within the package and add native Python 3 typing to the method signatures.

documentation
software
typing
difficulty: very easy

### Assignee _No response_ ### Deadline _No response_ ### What needs to change? When at RoboSub 2022, many bags were recorded to store information about the competition so that we...

subjugator8
software
subjugator9
infra

In the `mil_usb_to_can` module, using relative imports causes the executable to fail. For example, this: ```py # mil_usb_to_can/driver.py from .board import USBtoCANBoard from .utils import USB2CANException ``` causes this `ImportError`...

software
python
difficulty: easy

### Assignee _No response_ ### Deadline _No response_ ### What needs to change? > **Warning** > This task is dependent on #975 being complete first. If you would like to...

subjugator8
software
subjugator9
simulation
difficulty: moderate

## Description Added namespacing section to automatically update the sub namespace being launch, removed hard-coded launching method. ## Screenshot or Video ## Related Issues * #XXX ## Testing ## About...