Commit 50212c2
authored
Fix data field for loaded program RobotAPI call (#443)
When implementing the RobotAPI 3.1.4 the get_loaded_program call did not
implement the data field correctly matching the
[documentation](https://github.com/UniversalRobots/Universal_Robots_Client_Library/blob/542731ab3bd4d0e06ab7b91fc733ec36cb5af150/include/ur_client_library/ur/dashboard_client.h#L517)
and the [G5
implementation](https://github.com/UniversalRobots/Universal_Robots_Client_Library/blob/542731ab3bd4d0e06ab7b91fc733ec36cb5af150/src/ur/dashboard_client_implementation_g5.cpp#L937).
This commit fixes that.1 parent 542731a commit 50212c2
2 files changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
304 | 304 | | |
305 | 305 | | |
306 | 306 | | |
307 | | - | |
| 307 | + | |
308 | 308 | | |
309 | 309 | | |
310 | 310 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
122 | | - | |
| 122 | + | |
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
| |||
200 | 200 | | |
201 | 201 | | |
202 | 202 | | |
203 | | - | |
| 203 | + | |
204 | 204 | | |
205 | 205 | | |
206 | 206 | | |
| |||
0 commit comments