Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Search Linear
#1
Hi everyone,

According to the RoboDK Documentation, there's a function called "SearchL" and is described like this:


Quote:SearchL(target, blocking=True)
Moves a robot to a specific target and stops when a specific input switch is detected (“Search Linear” mode). This function waits (blocks) until the robot finishes its movements.

Parameters:
target (Mat, list of joints or Item) – Target to move to. It can be the robot joints (Nx1 or 1xN), the pose (4x4) or a target (item pointer)
阻塞(bool)——等到ro设置为Truebot finished the movement (default=True). Set to false to make it a non blocking call. Tip: If set to False, use robot.Busy() to check if the robot is still moving.

I would like to know if it's possible (and how) do what it says there... move the robot until an input switch is detected. According to what I understand, the robot just moves to the target without doing anything else in the path.

Is possible to send the robot an instruction that can be stopped if, lets say, I press a button or trigger a sensor?

Thanks for your time :)


Messages In This Thread
Search Linear - byNox- 10-22-2018, 09:04 AM
RE: Search Linear - byJeremy- 10-24-2018, 06:42 PM
RE: Search Linear - byAlbert- 10-24-2018, 07:05 PM
RE: Search Linear - byNox- 10-29-2018, 02:06 PM
RE: Search Linear - byDaniel- 12-26-2019, 07:50 PM
RE: Search Linear - byAlbert- 10-31-2018, 10:56 AM
RE: Search Linear - byAlbert- 12-30-2019, 03:38 PM
RE: Search Linear - byPiotrekP- 03-29-2023, 06:27 AM
RE: Search Linear - bySergei- 03-29-2023, 07:24 AM
RE: Search Linear - byPiotrekP- 03-29-2023, 08:48 AM
RE: Search Linear - byAlbert- 03-29-2023, 09:34 AM



Users browsing this thread:
1 Guest(s)