Python 3 robot framework - failed to set use case retry

During UI automation pin testing, test cases often fail occasionally due to environmental, network and other reasons, which not only makes the UI test script unstable, but also takes time to check the real reason of execution failure every time an error is reported, which is a waste of time and experience. However, in fact, RF can also set the ...

Posted by Divine Winds on Sat, 15 Jan 2022 06:12:53 +0100

ROS learning record 14 [SLAM] simulation learning 3 - start up and release coordinate information

Fatal Frame. preface Because it is a simulation, the model is also strange, so the coordinate information does not need the way of wheel integration. After meeting the real model, we will analyze the velocity conversion of Ackerman motion model. Moreover, the motion decomposition of the real situation is more complex, which is not as ideal as ...

Posted by kumarsatishn on Thu, 13 Jan 2022 02:19:44 +0100

Robot learning must see series: how to use moveit to control a real manipulator?

Hello, I'm your lovely little fish. Recently, I feel that there are many problems related to moveit. After all, the application of robot arm + vision is really popular. Xiaoyu wants to teach robot arm motion planning directly. Some students asked Xiaoyu, how to use moveit to control the real manipulator? Xiaoyu is very experienced in this. Xia ...

Posted by shinagawa on Tue, 28 Dec 2021 01:27:58 +0100

[ROS2] solidworks2021 exports the urdf of IRB52 robot and imports it into coppeliasim and RViz2

Original link   [ROS2] solidworks2021 exports the urdf of IRB52 robot and imports it into coppeliasim and RViz2 The original text has a video demonstration. This article has no. Robot model in Solidworks urdf import to Coppeliasim - screenshot urdf display in rviz 2 - screenshot note 1, Download robot model      ...

Posted by Simon180 on Sat, 23 Oct 2021 09:51:33 +0200

Detailed use of basic functions of ROS system (basic instructions / nodes / services / startup files / dynamic parameters)

1, Create workspace 1. Create a new folder Create a new catkin_ws folder and create src subdirectory in it. mkdir -p ~/dev/catkin_ws/src cd ~/dev/catkin_ws/src 2. Initialize workspace In the src subdirectory just created, use the following command to create a workspace, but there is no function package in the workspace at this time, onl ...

Posted by youqing on Fri, 17 Sep 2021 02:30:54 +0200