... | ... | @@ -23,6 +23,24 @@ The PincherX 150 offers 5 degree of freedom and a full 360 degree of rotation. T |
|
|
+ Précision : 5 mm
|
|
|
+ Charge de travail : 50 g
|
|
|
|
|
|
## Getting started with ROS
|
|
|
|
|
|
+ Launch ros server
|
|
|
```
|
|
|
> roscore
|
|
|
```
|
|
|
+ with simulated robot, launch moveit node
|
|
|
```
|
|
|
> roslaunch interbotix_moveit interbotix_moveit.launch robot_name:=px150 use_fake:=true
|
|
|
```
|
|
|
+ with real robot, launch moveit node
|
|
|
```
|
|
|
> roslaunch interbotix_moveit interbotix_moveit.launch robot_name:=px150 use_actual:=true dof:=5
|
|
|
```
|
|
|
+ Change arm end point with user interface using planification algorithm
|
|
|
|
|
|
<img src="./images/pincherx150-1.jpg" width="250" height="300"> <img src="./images/pincherx150-2.jpg" width="250" height="300">
|
|
|
|
|
|
# Working with widowx250
|
|
|
|
|
|
The WidowX 250 offers 5 degree of freedom and a full 360 degree of rotation. The WidowX 250 Robot Arm uses the DYNAMIXEL X-Series Smart Servo Motors. At the heart of the WidowX 250 is the Robotis DYNAMIXEL U2D2 which enables easy access to DYNAMIXEL Wizard software as well as ROS. The DYNAMIXEL XM-430-W350T & DYNAMIXEL XL430-W250-T servos offer high resolution of 4096 positions and user definable PID parameters. Temperature monitoring, positional feedback, as well as voltage levels, load, and compliance settings are user accessible as well.
|
... | ... | @@ -44,6 +62,5 @@ The WidowX 250 offers 5 degree of freedom and a full 360 degree of rotation. The |
|
|
+ Précision : 1 mm
|
|
|
+ Charge utile en fonctionnement : 250 g
|
|
|
|
|
|
|
|
|
|
|
|
## Getting started with ROS
|
|
|
|