Skip to content

Commit

Permalink
Added loadcell to sensors module.
Browse files Browse the repository at this point in the history
  • Loading branch information
senthurayyappan committed Sep 25, 2023
1 parent 9ec14b1 commit f10d931
Show file tree
Hide file tree
Showing 5 changed files with 270 additions and 280 deletions.
266 changes: 0 additions & 266 deletions opensourceleg/loadcell.py

This file was deleted.

2 changes: 1 addition & 1 deletion opensourceleg/osl.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
import opensourceleg.constants as constants
import opensourceleg.utilities as utilities
from opensourceleg.joints import Joint
from opensourceleg.loadcell import Loadcell
from opensourceleg.logger import Logger
from opensourceleg.sensors import Loadcell
from opensourceleg.units import DEFAULT_UNITS, UnitsDefinition
from opensourceleg.utilities import SoftRealtimeLoop

Expand Down
Loading

0 comments on commit f10d931

Please sign in to comment.