Skip to content
Snippets Groups Projects
Commit 6edb1c23 authored by Thomas Moulard's avatar Thomas Moulard
Browse files

Remove unneeded import statements in Python example.

parent 6a1b7b42
No related branches found
No related tags found
1 merge request!1[major][cpp] starting point to integrate pinocchio
...@@ -15,12 +15,7 @@ ...@@ -15,12 +15,7 @@
# received a copy of the GNU Lesser General Public License along with # received a copy of the GNU Lesser General Public License along with
# dynamic-graph. If not, see <http://www.gnu.org/licenses/>. # dynamic-graph. If not, see <http://www.gnu.org/licenses/>.
from dynamic_graph.sot.core import RobotSimu, VectorConstant, \ from dynamic_graph.sot.core import FeaturePoint6d, FeatureGeneric, SOT
MatrixConstant, RPYToMatrix, Derivator_of_Vector, FeaturePoint6d, \
FeaturePoint6dRelative, FeatureGeneric, FeatureJointLimits, \
Compose_R_and_T, Task, Constraint, GainAdaptive, SOT, \
MatrixHomoToPoseRollPitchYaw
from dynamic_graph.sot.dynamics.humanoid_robot import HumanoidRobot from dynamic_graph.sot.dynamics.humanoid_robot import HumanoidRobot
from dynamic_graph.sot.dynamics.hrp2 import Hrp2 from dynamic_graph.sot.dynamics.hrp2 import Hrp2
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment