Skip to content
Snippets Groups Projects
Commit 3e1541dc authored by Florent Lamiraux's avatar Florent Lamiraux
Browse files

Do not import useless symbols.

parent ffbfa776
No related branches found
No related tags found
1 merge request!1[major][cpp] starting point to integrate pinocchio
......@@ -16,8 +16,8 @@
import numpy as np
from dynamic_graph.sot import SE3, R3, SO3
from dynamic_graph.sot.core import FeaturePoint6dRelative, \
FeatureGeneric, FeatureJointLimits, Task, Constraint, GainAdaptive, SOT
from dynamic_graph.sot.core import FeatureGeneric, FeatureJointLimits, Task, \
Constraint, GainAdaptive, SOT
from dynamic_graph.sot.dynamics import AngleEstimator
from dynamic_graph import enableTrace, plug
from dynamic_graph.sot.se3 import R3, SO3, SE3
......
......@@ -22,8 +22,8 @@ from dynamic_graph.sot import SE3, R3, SO3
from dynamic_graph.sot.core import OpPointModifier
from dynamic_graph.sot.core.derivator import Derivator_of_Vector
from dynamic_graph.sot.core.feature_position import FeaturePosition
from dynamic_graph.sot.core import RobotSimu, FeaturePoint6dRelative, \
FeatureGeneric, FeatureJointLimits, TaskPD, Constraint, GainAdaptive, SOT
from dynamic_graph.sot.core import RobotSimu, FeatureGeneric, \
FeatureJointLimits, TaskPD, Constraint, GainAdaptive, SOT
from dynamic_graph.sot.dynamics.parser import Parser
from dynamic_graph.sot.dynamics import AngleEstimator
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment