Skip to content

Commit e881291

Browse files
olivier-stasseOlivier Stasse
authored andcommitted
[python] Applies relocation principle which implies to have empty
__init__.py Modifies meta_taks_6d and meta_tasks_kine accordingly.
1 parent 22d0726 commit e881291

File tree

3 files changed

+2
-23
lines changed

3 files changed

+2
-23
lines changed
Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +0,0 @@
1-
# flake8: noqa
2-
from .exp_moving_avg import *
3-
from .feature_generic import *
4-
from .feature_joint_limits import *
5-
from .feature_point6d import *
6-
from .feature_pose import *
7-
from .feature_position import *
8-
from .feature_position_relative import *
9-
from .feature_posture import *
10-
from .feature_visual_point import *
11-
from .gain_adaptive import *
12-
from .gradient_ascent import *
13-
from .joint_limitator import *
14-
from .kalman import *
15-
from .math_small_entities import *
16-
from .op_point_modifier import *
17-
from .robot_simu import *
18-
from .sot import *
19-
from .task import *
20-
from .task_pd import *
21-
from .visual_point_projecter import *

src/dynamic_graph/sot/core/meta_task_6d.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from dynamic_graph.sot.core.feature_point6d import FeaturePoint6d
33
from dynamic_graph.sot.core.gain_adaptive import GainAdaptive
44
from dynamic_graph.sot.core.op_point_modifier import OpPointModifier
5-
from dynamic_graph.sot.core.sot import Task
5+
from dynamic_graph.sot.core.task import Task
66

77

88
def toFlags(arr):

src/dynamic_graph/sot/core/meta_tasks_kine.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# TODO: this function is imported from meta_tasks_kine in several places, whereas it is defined in meta_tasks
55
from dynamic_graph.sot.core.meta_tasks import gotoNd # noqa
66
from dynamic_graph.sot.core.meta_tasks import MetaTaskCom
7-
from dynamic_graph.sot.core.sot import Task
7+
from dynamic_graph.sot.core.task import Task
88

99

1010
class MetaTaskKine6d(MetaTask6d):

0 commit comments

Comments
 (0)