Skip to content

Commit

Permalink
updated to new local api
Browse files Browse the repository at this point in the history
  • Loading branch information
EnricoMingo committed Feb 13, 2025
1 parent 0fab3fd commit 069c6d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tasks/velocity/VisualServoing.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ VisualServoing::VisualServoing(std::string task_id,

_cartesian_task = std::make_shared<Cartesian>("vs_"+camera_link, robot, camera_link, base_link);
_cartesian_task->setLambda(0.0); // not needed actually, just as reminder
_cartesian_task->setIsBodyJacobian(true); //we want to control the robot in camera_frame
_cartesian_task->rotateToLocal(true); //we want to control the robot in camera_frame

_V.setIdentity(); //intialize sensor_frame and camera_frame coincident

Expand Down

0 comments on commit 069c6d9

Please sign in to comment.