Skip to content
Snippets Groups Projects
Commit d18d3785 authored by Joseph Mirabel's avatar Joseph Mirabel
Browse files

Bugfix

parent 5750c82f
No related branches found
No related tags found
No related merge requests found
......@@ -34,7 +34,7 @@ int main ()
DevicePtr_t device = ps->createRobot ("pr2");
hpp::pinocchio::urdf::loadRobotModel (device,
"planar", "hpp_tutorial", "pr2", "", "");
device->controlComputation ((Computation_t)(JOINT_POSITION || JACOBIAN));
device->controlComputation ((Computation_t)(JOINT_POSITION | JACOBIAN));
ps->robot (device);
device->rootJoint()->lowerBound (0, -4);
......
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