Skip to content

Commit 1a7d1ce

Browse files
committed
read me refactorisations
1 parent 3e7b3e8 commit 1a7d1ce

File tree

6 files changed

+117
-14
lines changed

6 files changed

+117
-14
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Thumbs.db
4646

4747
# Logs
4848
*.log
49-
*.jsonl
49+
#*.jsonl
5050
logs/
5151

5252
# Configuration (keep templates, ignore actual config files)

README.md

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,28 @@
1-
# 🤖 UR Robot Controller
1+
# UR Robot Controller
22

33
[![Python 3.8+](https://img.shields.io/badge/python-3.8+-blue.svg)](https://www.python.org/downloads/)
44
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
55
[![RTDE](https://img.shields.io/badge/RTDE-1.6+-green.svg)](https://sdurobotics.gitlab.io/ur_rtde/)
66

77
A comprehensive Python library for controlling Universal Robots (UR) arms through Real-Time Data Exchange (RTDE). Supports both simulation environments and physical robots with built-in safety features.
88

9-
## ✨ What This Project Does
9+
![RobotArm](images/ursim_pipeline_1.png)
10+
11+
## What This Project Does
1012

1113
This library lets you **control Universal Robots** (6-axis robot arms) using Python code. You can:
1214

13-
- **🎮 Control robot movements**: Make the robot move to specific positions, follow paths, or apply forces
14-
- **💻 Work with simulation**: Practice and test your code safely using a virtual robot
15-
- **🤖 Connect to real robots**: Control actual UR robots in labs, factories, or workshops
16-
- **📁 Run command sequences**: Execute pre-programmed or streaming movement sequences from files
17-
- **🛡️ Stay safe**: Built-in safety checks prevent dangerous or impossible movements on robots
15+
- **Control robot movements**: Make the robot move to specific positions, follow paths, or apply forces
16+
- **Work with simulation**: Practice and test your code safely using a virtual robot
17+
- **Connect to real robots**: Control actual UR robots in labs, factories, or workshops
18+
- **Run command sequences**: Execute pre-programmed or streaming movement sequences from files
19+
- **Stay safe**: Built-in safety checks prevent dangerous or impossible movements on robots
1820

1921
**Perfect for**: Robotics students, researchers, automation engineers, or anyone wanting to program UR robots!
2022

2123
---
2224

23-
## 🚀 Installation
25+
## Installation
2426

2527
### System Requirements
2628
- **Python**: 3.8 or higher
@@ -45,9 +47,9 @@ pip install -r requirements.txt
4547

4648
---
4749

48-
## ⚙️ Configuration: Setup Your Robot Settings
50+
## Configuration: Setup Your Robot Settings
4951

50-
**🎯 IMPORTANT**: Set up your robot configuration first! This makes all scripts work without extra arguments.
52+
**IMPORTANT**: Set up your robot configuration first! This makes all scripts work without extra arguments.
5153

5254
### Create Your Robot Configuration
5355

@@ -117,7 +119,7 @@ python examples/asynchronous_control.py --json-file examples/asynchronous_deltas
117119

118120
---
119121

120-
## 🎮 Simulation Setup
122+
## Simulation Setup
121123

122124
### Start the Virtual Robot
123125
```bash
@@ -151,7 +153,7 @@ python scripts/visual_test.py
151153

152154
---
153155

154-
## 🤖 Physical Robot Setup
156+
## Physical Robot Setup
155157

156158
### Hardware Requirements
157159
- UR robot (UR3e, UR5e, UR10e, UR16e, or UR20)
@@ -227,7 +229,7 @@ robot:
227229

228230
---
229231

230-
## 🧪 Testing Your Setup
232+
## Testing Your Setup
231233

232234
### Test 1: Connection Status
233235
```bash
File renamed without changes.

examples/asynchronous_deltas.jsonl

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{"dx": -0.05, "dy": 0.00, "dz": 0.00}
2+
{"dx": -0.05, "dy": 0.00, "dz": 0.00}
3+
{"dx": -0.05, "dy": 0.00, "dz": 0.00}
4+
{"dx": 0.05, "dy": 0.00, "dz": 0.00}
5+
{"dx": 0.05, "dy": 0.00, "dz": 0.00}
6+
{"dx": 0.05, "dy": 0.00, "dz": 0.00}
7+
{"dx": 0.05, "dy": 0.00, "dz": 0.00}
8+
{"dx": 0.05, "dy": 0.00, "dz": 0.00}
9+
{"dx": -0.05, "dy": 0.00, "dz": 0.00}
10+
{"dx": 0.05, "dy": 0.00, "dz": 0.00}
11+
{"dx": 0.00, "dy": 0.00, "dz": 0.00}

examples/synchronous_deltas.jsonl

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{"dx": -0.05, "dy": 0.00, "dz": 0.00}
2+
{"dx": -0.05, "dy": 0.00, "dz": 0.00}
3+
{"dx": -0.05, "dy": 0.00, "dz": 0.00}
4+
{"dx": 0.05, "dy": 0.00, "dz": 0.00}
5+
{"dx": 0.05, "dy": 0.00, "dz": 0.00}
6+
{"dx": 0.05, "dy": 0.00, "dz": 0.00}
7+
{"dx": 0.05, "dy": 0.00, "dz": 0.00}
8+
{"dx": -0.05, "dy": 0.00, "dz": 0.00}
9+
{"dx": -0.05, "dy": 0.00, "dz": 0.00}
10+
{"dx": -0.05, "dy": 0.00, "dz": 0.00}
11+
{"dx": 0.00, "dy": 0.00, "dz": 0.00}
12+
13+

legacy/synchronous_log.jsonl

Lines changed: 77 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,77 @@
1+
{"t": 1752229580.1385255, "target_pose": [-0.19396865671352165, -0.43562006080319216, 0.2020300254283846, -0.0012213596815925638, 3.1162765284819756, 0.038891915636886834], "delta": [-0.05, 0.0, 0.0, 0.0, 0.0, 0.0]}
2+
{"t": 1752229581.1387117, "target_pose": [-0.19396865671352165, -0.43562006080319216, 0.2020300254283846, -0.0012213596815925638, 3.1162765284819756, 0.038891915636886834], "delta": [-0.05, 0.0, 0.0, 0.0, 0.0, 0.0]}
3+
{"t": 1752229582.1389248, "target_pose": [-0.19396865671352165, -0.43562006080319216, 0.2020300254283846, -0.0012213596815925638, 3.1162765284819756, 0.038891915636886834], "delta": [-0.05, 0.0, 0.0, 0.0, 0.0, 0.0]}
4+
{"t": 1752229583.1391304, "target_pose": [-0.09396865671352163, -0.43562006080319216, 0.2020300254283846, -0.0012213596815925638, 3.1162765284819756, 0.038891915636886834], "delta": [0.05, 0.0, 0.0, 0.0, 0.0, 0.0]}
5+
{"t": 1752229584.1393456, "target_pose": [-0.09396865671352163, -0.43562006080319216, 0.2020300254283846, -0.0012213596815925638, 3.1162765284819756, 0.038891915636886834], "delta": [0.05, 0.0, 0.0, 0.0, 0.0, 0.0]}
6+
{"t": 1752229585.1395721, "target_pose": [-0.09396865671352163, -0.43562006080319216, 0.2020300254283846, -0.0012213596815925638, 3.1162765284819756, 0.038891915636886834], "delta": [0.05, 0.0, 0.0, 0.0, 0.0, 0.0]}
7+
{"t": 1752229586.1398945, "target_pose": [-0.09396865671352163, -0.43562006080319216, 0.2020300254283846, -0.0012213596815925638, 3.1162765284819756, 0.038891915636886834], "delta": [0.05, 0.0, 0.0, 0.0, 0.0, 0.0]}
8+
{"t": 1752229587.144064, "target_pose": [-0.19396865671352165, -0.43562006080319216, 0.2020300254283846, -0.0012213596815925638, 3.1162765284819756, 0.038891915636886834], "delta": [-0.05, 0.0, 0.0, 0.0, 0.0, 0.0]}
9+
{"t": 1752229588.1443067, "target_pose": [-0.19396865671352165, -0.43562006080319216, 0.2020300254283846, -0.0012213596815925638, 3.1162765284819756, 0.038891915636886834], "delta": [-0.05, 0.0, 0.0, 0.0, 0.0, 0.0]}
10+
{"t": 1752229589.1452045, "target_pose": [-0.19396865671352165, -0.43562006080319216, 0.2020300254283846, -0.0012213596815925638, 3.1162765284819756, 0.038891915636886834], "delta": [-0.05, 0.0, 0.0, 0.0, 0.0, 0.0]}
11+
{"t": 1752229590.145469, "target_pose": [-0.14396865671352163, -0.43562006080319216, 0.2020300254283846, -0.0012213596815925638, 3.1162765284819756, 0.038891915636886834], "delta": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0]}
12+
{"t": 1752229594.7631936, "target_pose": [-0.19396865671352165, -0.43562006080319216, 0.2020300254283846, -0.0012213596815925638, 3.1162765284819756, 0.038891915636886834], "delta": [-0.05, 0.0, 0.0, 0.0, 0.0, 0.0]}
13+
{"t": 1752229595.7634103, "target_pose": [-0.19396865671352165, -0.43562006080319216, 0.2020300254283846, -0.0012213596815925638, 3.1162765284819756, 0.038891915636886834], "delta": [-0.05, 0.0, 0.0, 0.0, 0.0, 0.0]}
14+
{"t": 1752229596.7636154, "target_pose": [-0.19396865671352165, -0.43562006080319216, 0.2020300254283846, -0.0012213596815925638, 3.1162765284819756, 0.038891915636886834], "delta": [-0.05, 0.0, 0.0, 0.0, 0.0, 0.0]}
15+
{"t": 1752229597.7638433, "target_pose": [-0.09396865671352163, -0.43562006080319216, 0.2020300254283846, -0.0012213596815925638, 3.1162765284819756, 0.038891915636886834], "delta": [0.05, 0.0, 0.0, 0.0, 0.0, 0.0]}
16+
{"t": 1752229598.7641366, "target_pose": [-0.09396865671352163, -0.43562006080319216, 0.2020300254283846, -0.0012213596815925638, 3.1162765284819756, 0.038891915636886834], "delta": [0.05, 0.0, 0.0, 0.0, 0.0, 0.0]}
17+
{"t": 1752229599.7645283, "target_pose": [-0.09396865671352163, -0.43562006080319216, 0.2020300254283846, -0.0012213596815925638, 3.1162765284819756, 0.038891915636886834], "delta": [0.05, 0.0, 0.0, 0.0, 0.0, 0.0]}
18+
{"t": 1752229600.76479, "target_pose": [-0.09396865671352163, -0.43562006080319216, 0.2020300254283846, -0.0012213596815925638, 3.1162765284819756, 0.038891915636886834], "delta": [0.05, 0.0, 0.0, 0.0, 0.0, 0.0]}
19+
{"t": 1752229601.7651873, "target_pose": [-0.19396865671352165, -0.43562006080319216, 0.2020300254283846, -0.0012213596815925638, 3.1162765284819756, 0.038891915636886834], "delta": [-0.05, 0.0, 0.0, 0.0, 0.0, 0.0]}
20+
{"t": 1752229602.7654765, "target_pose": [-0.19396865671352165, -0.43562006080319216, 0.2020300254283846, -0.0012213596815925638, 3.1162765284819756, 0.038891915636886834], "delta": [-0.05, 0.0, 0.0, 0.0, 0.0, 0.0]}
21+
{"t": 1752229603.7657824, "target_pose": [-0.19396865671352165, -0.43562006080319216, 0.2020300254283846, -0.0012213596815925638, 3.1162765284819756, 0.038891915636886834], "delta": [-0.05, 0.0, 0.0, 0.0, 0.0, 0.0]}
22+
{"t": 1752229604.7660003, "target_pose": [-0.14396865671352163, -0.43562006080319216, 0.2020300254283846, -0.0012213596815925638, 3.1162765284819756, 0.038891915636886834], "delta": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0]}
23+
{"t": 1752233332.0369968, "target_pose": [-0.19396865671352165, -0.43562006080319216, 0.2020300254283846, -0.0012213596815925638, 3.1162765284819756, 0.038891915636886834], "delta": [-0.05, 0.0, 0.0, 0.0, 0.0, 0.0]}
24+
{"t": 1752233333.0372446, "target_pose": [-0.21520815671352156, -0.4356200608031921, 0.20203002542838466, -0.0012213596815869722, 3.1162765284819756, 0.03889191563688775], "delta": [-0.05, 0.0, 0.0, 0.0, 0.0, 0.0]}
25+
{"t": 1752233334.037588, "target_pose": [-0.24820815671352148, -0.4356200608031921, 0.20203002542838439, -0.0012213596815865008, 3.116276528481966, 0.0388919156368856], "delta": [-0.05, 0.0, 0.0, 0.0, 0.0, 0.0]}
26+
{"t": 1752233335.037806, "target_pose": [-0.18140815671352184, -0.43562006080319204, 0.20203002542838466, -0.00122135968158847, 3.1162765284819667, 0.03889191563688133], "delta": [0.05, 0.0, 0.0, 0.0, 0.0, 0.0]}
27+
{"t": 1752233336.0380127, "target_pose": [-0.17832915671352156, -0.43562006080319204, 0.202030025428385, -0.001221359681585686, 3.1162765284819756, 0.03889191563688886], "delta": [0.05, 0.0, 0.0, 0.0, 0.0, 0.0]}
28+
{"t": 1752233337.0382423, "target_pose": [-0.1452291567135212, -0.43562006080319216, 0.20203002542838477, -0.0012213596815839423, 3.116276528481962, 0.0388919156368848], "delta": [0.05, 0.0, 0.0, 0.0, 0.0, 0.0]}
29+
{"t": 1752233338.0384693, "target_pose": [-0.11202915671352122, -0.435620060803192, 0.20203002542838383, -0.001221359681587988, 3.1162765284819667, 0.03889191563689094], "delta": [0.05, 0.0, 0.0, 0.0, 0.0, 0.0]}
30+
{"t": 1752233339.0386975, "target_pose": [-0.17892915671352116, -0.435620060803192, 0.20203002542838444, -0.0012213596815901242, 3.1162765284819662, 0.038891915636887785], "delta": [-0.05, 0.0, 0.0, 0.0, 0.0, 0.0]}
31+
{"t": 1752233340.0388963, "target_pose": [-0.14900955273852112, -0.43562006080319204, 0.20203002542838344, -0.0012213596815881785, 3.116276528481966, 0.03889191563689013], "delta": [-0.05, 0.0, 0.0, 0.0, 0.0, 0.0]}
32+
{"t": 1752233341.039159, "target_pose": [-0.18040815671352145, -0.43562006080319177, 0.20203002542838314, -0.0012213596815918463, 3.1162765284819667, 0.03889191563689122], "delta": [-0.05, 0.0, 0.0, 0.0, 0.0, 0.0]}
33+
{"t": 1752233342.0393858, "target_pose": [-0.1635081567135215, -0.43562006080319177, 0.2020300254283834, -0.0012213596815834002, 3.1162765284819707, 0.03889191563688991], "delta": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0]}
34+
{"t": 1752397382.7318487, "target_pose": [-0.2818693189475481, 0.021879141540954126, 1.0793994868250203, -1.251795594725319, -1.1413820926535168, 1.1433743207403102], "delta": [-0.05, 0.0, 0.0, 0.0, 0.0, 0.0]}
35+
{"t": 1752397383.7327259, "target_pose": [-0.28187219512623574, 0.021879142978218177, 1.0793994675481837, -1.2517955947253192, -1.1413820926535163, 1.143374320740309], "delta": [-0.05, 0.0, 0.0, 0.0, 0.0, 0.0]}
36+
{"t": 1752397384.7329965, "target_pose": [-0.28187219512623574, 0.021879142978218177, 1.0793994675481837, -1.2517955947253192, -1.1413820926535163, 1.143374320740309], "delta": [-0.05, 0.0, 0.0, 0.0, 0.0, 0.0]}
37+
{"t": 1752397385.7332268, "target_pose": [-0.18187219512623576, 0.021879142978218177, 1.0793994675481837, -1.2517955947253192, -1.1413820926535163, 1.143374320740309], "delta": [0.05, 0.0, 0.0, 0.0, 0.0, 0.0]}
38+
{"t": 1752397386.733463, "target_pose": [-0.18187219512623576, 0.021879142978218177, 1.0793994675481837, -1.2517955947253192, -1.1413820926535163, 1.143374320740309], "delta": [0.05, 0.0, 0.0, 0.0, 0.0, 0.0]}
39+
{"t": 1752397387.7337098, "target_pose": [-0.18187219512623576, 0.021879142978218177, 1.0793994675481837, -1.2517955947253192, -1.1413820926535163, 1.143374320740309], "delta": [0.05, 0.0, 0.0, 0.0, 0.0, 0.0]}
40+
{"t": 1752397388.7339442, "target_pose": [-0.18187219512623576, 0.021879142978218177, 1.0793994675481837, -1.2517955947253192, -1.1413820926535163, 1.143374320740309], "delta": [0.05, 0.0, 0.0, 0.0, 0.0, 0.0]}
41+
{"t": 1752397389.7341714, "target_pose": [-0.28187219512623574, 0.021879142978218177, 1.0793994675481837, -1.2517955947253192, -1.1413820926535163, 1.143374320740309], "delta": [-0.05, 0.0, 0.0, 0.0, 0.0, 0.0]}
42+
{"t": 1752397390.734402, "target_pose": [-0.28187219512623574, 0.021879142978218177, 1.0793994675481837, -1.2517955947253192, -1.1413820926535163, 1.143374320740309], "delta": [-0.05, 0.0, 0.0, 0.0, 0.0, 0.0]}
43+
{"t": 1752397391.7345989, "target_pose": [-0.28187219512623574, 0.021879142978218177, 1.0793994675481837, -1.2517955947253192, -1.1413820926535163, 1.143374320740309], "delta": [-0.05, 0.0, 0.0, 0.0, 0.0, 0.0]}
44+
{"t": 1752397392.7348282, "target_pose": [-0.23187219512623575, 0.021879142978218177, 1.0793994675481837, -1.2517955947253192, -1.1413820926535163, 1.143374320740309], "delta": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0]}
45+
{"t": 1752397451.2571685, "target_pose": [-0.4728350381089669, -0.4132535791392868, 0.7796592534676338, -0.21586175665395396, -1.433680222003771, -0.4012836328229944], "delta": [-0.05, 0.0, 0.0, 0.0, 0.0, 0.0]}
46+
{"t": 1752397452.2573988, "target_pose": [-0.4728350381089669, -0.4132535791392868, 0.7796592534676338, -0.21586175665395396, -1.433680222003771, -0.4012836328229944], "delta": [-0.05, 0.0, 0.0, 0.0, 0.0, 0.0]}
47+
{"t": 1752397453.2580945, "target_pose": [-0.4728350381089669, -0.4132535791392868, 0.7796592534676338, -0.21586175665395396, -1.433680222003771, -0.4012836328229944], "delta": [-0.05, 0.0, 0.0, 0.0, 0.0, 0.0]}
48+
{"t": 1752397454.2583663, "target_pose": [-0.3728350381089669, -0.4132535791392868, 0.7796592534676338, -0.21586175665395396, -1.433680222003771, -0.4012836328229944], "delta": [0.05, 0.0, 0.0, 0.0, 0.0, 0.0]}
49+
{"t": 1752397455.2585924, "target_pose": [-0.3728350381089669, -0.4132535791392868, 0.7796592534676338, -0.21586175665395396, -1.433680222003771, -0.4012836328229944], "delta": [0.05, 0.0, 0.0, 0.0, 0.0, 0.0]}
50+
{"t": 1752397456.2587876, "target_pose": [-0.3728350381089669, -0.4132535791392868, 0.7796592534676338, -0.21586175665395396, -1.433680222003771, -0.4012836328229944], "delta": [0.05, 0.0, 0.0, 0.0, 0.0, 0.0]}
51+
{"t": 1752397457.2589922, "target_pose": [-0.3728350381089669, -0.4132535791392868, 0.7796592534676338, -0.21586175665395396, -1.433680222003771, -0.4012836328229944], "delta": [0.05, 0.0, 0.0, 0.0, 0.0, 0.0]}
52+
{"t": 1752397458.2592087, "target_pose": [-0.4728350381089669, -0.4132535791392868, 0.7796592534676338, -0.21586175665395396, -1.433680222003771, -0.4012836328229944], "delta": [-0.05, 0.0, 0.0, 0.0, 0.0, 0.0]}
53+
{"t": 1752397459.259421, "target_pose": [-0.4728350381089669, -0.4132535791392868, 0.7796592534676338, -0.21586175665395396, -1.433680222003771, -0.4012836328229944], "delta": [-0.05, 0.0, 0.0, 0.0, 0.0, 0.0]}
54+
{"t": 1752397460.259622, "target_pose": [-0.4728350381089669, -0.4132535791392868, 0.7796592534676338, -0.21586175665395396, -1.433680222003771, -0.4012836328229944], "delta": [-0.05, 0.0, 0.0, 0.0, 0.0, 0.0]}
55+
{"t": 1752397461.2598453, "target_pose": [-0.4228350381089669, -0.4132535791392868, 0.7796592534676338, -0.21586175665395396, -1.433680222003771, -0.4012836328229944], "delta": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0]}
56+
{"t": 1752397536.820762, "target_pose": [-0.2704105950347608, -0.4126954109616677, 0.35466027195449845, -1.1503199013985943, 2.7996095217283297, -0.294802958238715], "delta": [-0.05, 0.0, 0.0, 0.0, 0.0, 0.0]}
57+
{"t": 1752397537.8210795, "target_pose": [-0.2915555950347607, -0.4126954109616678, 0.35466027195449773, -1.150319901398594, 2.799609521728329, -0.2948029582387082], "delta": [-0.05, 0.0, 0.0, 0.0, 0.0, 0.0]}
58+
{"t": 1752397538.8214352, "target_pose": [-0.3246555950347607, -0.4126954109616675, 0.35466027195449784, -1.1503199013985905, 2.7996095217283288, -0.294802958238713], "delta": [-0.05, 0.0, 0.0, 0.0, 0.0, 0.0]}
59+
{"t": 1752397539.8216417, "target_pose": [-0.25785559503476047, -0.41269541096166756, 0.3546602719544983, -1.150319901398591, 2.7996095217283283, -0.2948029582387112], "delta": [0.05, 0.0, 0.0, 0.0, 0.0, 0.0]}
60+
{"t": 1752397540.8218594, "target_pose": [-0.25476559503476054, -0.41269541096166756, 0.35466027195449795, -1.1503199013985925, 2.799609521728328, -0.2948029582387111], "delta": [0.05, 0.0, 0.0, 0.0, 0.0, 0.0]}
61+
{"t": 1752397541.8220842, "target_pose": [-0.22166559503476058, -0.4126954109616677, 0.35466027195449734, -1.1503199013985905, 2.799609521728327, -0.2948029582387124], "delta": [0.05, 0.0, 0.0, 0.0, 0.0, 0.0]}
62+
{"t": 1752397542.822397, "target_pose": [-0.18856559503476045, -0.41269541096166756, 0.35466027195449745, -1.1503199013985888, 2.7996095217283257, -0.2948029582387153], "delta": [0.05, 0.0, 0.0, 0.0, 0.0, 0.0]}
63+
{"t": 1752397543.8227026, "target_pose": [-0.2553655950347604, -0.4126954109616674, 0.3546602719544986, -1.150319901398594, 2.7996095217283288, -0.2948029582387172], "delta": [-0.05, 0.0, 0.0, 0.0, 0.0, 0.0]}
64+
{"t": 1752397544.8229365, "target_pose": [-0.22544029753476091, -0.41269541096166745, 0.3546602719544981, -1.1503199013985914, 2.7996095217283283, -0.29480295823871433], "delta": [-0.05, 0.0, 0.0, 0.0, 0.0, 0.0]}
65+
{"t": 1752397545.8231764, "target_pose": [-0.25645559503476073, -0.41269541096166756, 0.35466027195449734, -1.1503199013985919, 2.799609521728326, -0.2948029582387064], "delta": [-0.05, 0.0, 0.0, 0.0, 0.0, 0.0]}
66+
{"t": 1752397546.823435, "target_pose": [-0.2395555950347605, -0.4126954109616677, 0.3546602719544974, -1.1503199013985907, 2.7996095217283257, -0.294802958238718], "delta": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0]}
67+
{"t": 1752397978.940854, "target_pose": [-0.3204105950347604, -0.41269541096166734, 0.3546602719544981, -1.150319901398594, 2.799609521728326, -0.2948029582387119], "delta": [-0.05, 0.0, 0.0, 0.0, 0.0, 0.0]}
68+
{"t": 1752397980.9410725, "target_pose": [-0.38208559503476, -0.4126954109616673, 0.3546602719544981, -1.1503199013985927, 2.7996095217283252, -0.2948029582387134], "delta": [-0.05, 0.0, 0.0, 0.0, 0.0, 0.0]}
69+
{"t": 1752397982.941286, "target_pose": [-0.44848559503476004, -0.4126954109616673, 0.3546602719544982, -1.1503199013985939, 2.7996095217283252, -0.29480295823871105], "delta": [-0.05, 0.0, 0.0, 0.0, 0.0, 0.0]}
70+
{"t": 1752397984.941508, "target_pose": [-0.41488559503476025, -0.4126954109616677, 0.3546602719544979, -1.1503199013985943, 2.799609521728325, -0.2948029582387164], "delta": [0.05, 0.0, 0.0, 0.0, 0.0, 0.0]}
71+
{"t": 1752397986.9417484, "target_pose": [-0.3646355950347602, -0.41269541096166706, 0.3546602719544982, -1.1503199013985912, 2.799609521728326, -0.29480295823871067], "delta": [0.05, 0.0, 0.0, 0.0, 0.0, 0.0]}
72+
{"t": 1752397988.9419549, "target_pose": [-0.29843559503475986, -0.41269541096166756, 0.3546602719544979, -1.1503199013985903, 2.7996095217283243, -0.29480295823871594], "delta": [0.05, 0.0, 0.0, 0.0, 0.0, 0.0]}
73+
{"t": 1752397990.9422047, "target_pose": [-0.23193559503475975, -0.4126954109616671, 0.35466027195449856, -1.1503199013985939, 2.799609521728326, -0.2948029582387147], "delta": [0.05, 0.0, 0.0, 0.0, 0.0, 0.0]}
74+
{"t": 1752397992.9424026, "target_pose": [-0.26553559503475965, -0.4126954109616672, 0.3546602719544992, -1.1503199013985927, 2.7996095217283252, -0.2948029582387158], "delta": [-0.05, 0.0, 0.0, 0.0, 0.0, 0.0]}
75+
{"t": 1752397994.942628, "target_pose": [-0.24668559503476056, -0.4126954109616673, 0.3546602719544987, -1.1503199013985919, 2.7996095217283252, -0.2948029582387164], "delta": [-0.05, 0.0, 0.0, 0.0, 0.0, 0.0]}
76+
{"t": 1752397996.9428506, "target_pose": [-0.3129855950347604, -0.4126954109616674, 0.3546602719544979, -1.1503199013985925, 2.799609521728324, -0.2948029582387128], "delta": [-0.05, 0.0, 0.0, 0.0, 0.0, 0.0]}
77+
{"t": 1752397998.943487, "target_pose": [-0.3298855950347607, -0.41269541096166706, 0.3546602719544984, -1.150319901398592, 2.799609521728324, -0.29480295823871633], "delta": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0]}

0 commit comments

Comments
 (0)