Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Speed of MoveL_Test
#3
I use the most basic RDK I could make (I even deleted the tool to fasten the process).

I start RoboDK with the -NOUI option. Then my c++ code looks like this:

Code:
RDK->setCollisionActive(false);

// Test reachable
tJoints start = robot.SolveIK(pose1, home, &toolTCP, &robot2ref);
if (start.Length() != 6) { return false; }
tJoints end = robot.SolveIK(pose2, home, &toolTCP, &robot2ref);
if (end.Length() != 6) { return false; }

// Simulate MoveL
auto res = robot.MoveL_Test(start, pose2);

return res == 0;

I didn't show how I set all my variable but since it works I guess you would't need it.
The test is the most basic I could make, when I had my tool it took between 450 ms and 1.9 sec, since I deleted my tool it take around 250-350 ms.

Should I deactivate the refreshing even with the -NOUI option ?

Just for information, the computer run on Ubuntu 20.04, with a Ryzen 3700X and a GTX 970, so the processing power should not be the issue


Messages In This Thread
Speed of MoveL_Test - bytokrat- 08-31-2020, 09:36 AM
RE: Speed of MoveL_Test - byAlbert- 08-31-2020, 06:56 PM
RE: Speed of MoveL_Test - bytokrat- 09-01-2020, 08:01 AM
RE: Speed of MoveL_Test - bytokrat- 09-01-2020, 09:44 AM
RE: Speed of MoveL_Test - byAlbert- 09-01-2020, 11:52 AM
RE: Speed of MoveL_Test - bytokrat- 09-01-2020, 12:21 PM
RE: Speed of MoveL_Test - bytokrat- 09-08-2020, 07:35 AM
RE: Speed of MoveL_Test - bytokrat- 09-14-2020, 07:27 AM
RE: Speed of MoveL_Test - byAlbert- 09-15-2020, 12:03 PM
RE: Speed of MoveL_Test - bytokrat- 09-17-2020, 09:07 AM
RE: Speed of MoveL_Test - byAlbert- 09-17-2020,上午10点
RE: Speed of MoveL_Test - bytokrat- 09-18-2020, 07:30 AM
RE: Speed of MoveL_Test - bytokrat- 09-18-2020, 09:39 AM
RE: Speed of MoveL_Test - bytokrat- 10-15-2020, 09:13 AM



Users browsing this thread:
1 Guest(s)