Search Results
Thread: C API Missing Methods
Post: C API Missing Methods
The Python API has two methods: 1. Collision_Line, here (https://robodk.com/doc/en/PythonAPI/robodk.html?highlight=collision_line#robodk.robolink.Robolink.Collision_Line)   2. AddGeometry, here (https...
1 Replies 16 Views
Thread: Python API: robolink.Robolink.AddShape Returns Misleading Error
Post: Python API: robolink.Robolink.AddShape Returns Mis...
Check out the following code: Code: -- from robodk import robolink as rl rdk = rl.Robolink() my_frame = rdk.Item('my_frame') my_obj = rdk.Item('my_obj') pts = [[0,0,0], [0,1,0], [0,1,1]] ad...
1 Replies 117 Views
Thread: robolink.Robolink.Spray_Add
Post: RE: robolink.Robolink.Spray_Add
Hi Albert, thanks for the information. Looks like it's possible to load empty STL's as objects, so that workaround is fairly painless. Looking at it a little more, for my application, this example ...
3 Replies 164 Views
Thread: robolink.Robolink.Spray_Add
Post: robolink.Robolink.Spray_Add
I've got a few questions about the `Spray_Add` method of `robolink.Robolink`. I know some of these could be easily answered by trial, but I haven't been able to create a working example yet. 1. Is ...
3 Replies 164 Views
Thread: robolink.Robolink.ShowMessage() Persistence
Post: RE: robolink.Robolink.ShowMessage() Persistence
I figured that might be the case. Thanks, Albert.
2 Replies 289 Views
Thread: robolink.Robolink.ShowMessage() Persistence
Post: robolink.Robolink.ShowMessage() Persistence
Is there a way to make messages shown by a call to `robolink.Robolink.ShowMessage(message='test_message', popup=False)` persist until the next time `.ShowMessage` is called, or will they only show in ...
2 Replies 289 Views
Thread: Collision Map Gets Reset when Using Simplify Mesh
Post: RE: Collision Map Gets Reset when Using Simplify M...
Hi Albert, using the latest version of RoboDK (5.7.1) looks like it resolved the issue. There's no TEMP object and the collision map does not get reset.
3 Replies 532 Views
Thread: Collision Map Gets Reset when Using Simplify Mesh
Post: Collision Map Gets Reset when Using Simplify Mesh
When I right-click on an item and select "Simplify Mesh", the collision map gets reset after saving and reopening. Steps to reproduce: 1. Download the Additive-Manufacturing-and-Machining-with-Mec...
3 Replies 532 Views
Thread: Set number of threads through API
Post: RE: Set number of threads through API
Hi Albert, thanks for the additional info. This is great -- the advice for collision detection best-practices is extremely valuable and I think I'll get a huge boost from simplifying some overly-compl...
5 Replies 644 Views
Thread: Set number of threads through API
Post: Set number of threads through API
I recently came across the code snippet below from the documentation here (https://robodk.com/doc/en/PythonAPI/robodk.html#special-commands). Code: -- # How to change the number of threads using b...
5 Replies 644 Views
Thread: How to attach mechanism to robot link (not tool)
Post: RE: How to attach mechanism to robot link (not too...
For others who end up at this thread, this has now been resolved by a plugin: https://robodk.com/addin/com.robodk.plugin.pluginattachobject https://robodk.com/forum/Thread-Attach-3D-model-to-link-of...
6 Replies 5,443 Views
Thread: Attach 3D model to link of robot
Post: RE: Attach 3D model to link of robot
Hi Alex, this looks exactly like what I want. Thanks! Unfortunately, I still have the issue with maintenance renewal prompts that we previously discussed over email (Re: License Issue). Because of ...
3 Replies 744 Views
Thread: Attach 3D model to link of robot
Post: Attach 3D model to link of robot
Basically the feature described here: https://robodk.com/forum/Thread-How-to-attach-mechanism-to-robot-link-not-tool?highlight=attach+to+link. I know there's an available workaround right now, but ...
3 Replies 744 Views
Thread: Robot calibration with manual definition of measurement reference
Post: RE: Robot calibration with manual definition of me...
Using the workstation you provided, I was able to complete the robot calibration and got a much better than expected improvement in accuracy! Thanks, Albert!
6 Replies 654 Views
Thread: Robot calibration with manual definition of measurement reference
Post: RE: Robot calibration with manual definition of me...
Hi Albert, I previously calculated the calibrated measurements using robomath.Pose_2_KUKA. I have adjusted to use Pose_2_Staubli to get XY'Z'' Euler convention (I also correctly converted from degr...
6 Replies 654 Views
Thread: Robot calibration with manual definition of measurement reference
Post: RE: Robot calibration with manual definition of me...
To attempt to work around this, I generated dummy data files for the base setup and tool setup that were designed to put the measurement reference where I want it. (The way I defined it, my absolute r...
6 Replies 654 Views
Thread: Robot calibration with manual definition of measurement reference
Post: Robot calibration with manual definition of measur...
I am attempting to calibrate a robot using an existing metrology system already set up near the robot. - This system provides 6DoF coordinates for the flange with respect to an absolute reference f...
6 Replies 654 Views
Thread: Modeling a Custom Mechanism
Post: RE: Modeling a Custom Mechanism
Hi Albert, The axes are indeed not perpendicular -- that is a key part of the wrist design. The angle of the two wedges affects the location of the singularity and where the most comfortable reacha...
3 Replies 2,433 Views
Thread: Rail Compensation
Post: Rail Compensation
I have a system where a robot arm is mounted on a rail. I have successfully completed RoboDK's calibration process for the robot. Since then, the rail compensation tool has been added to RoboDK (Utili...
1 Replies 305 Views
Thread: Modeling a Custom Mechanism
Post: Modeling a Custom Mechanism
I would like to model a custom mechanism and I am not sure if it is possible to do so using RoboDK. - 3 linear axes - 2 rotative axes, arranged like this (http://numeryx.com/cnc/nutating.htm) T...
3 Replies 2,433 Views
Thread: C API: Expose Selection and setSelection functions
Post: RE: C API: Expose Selection and setSelection funct...
Hi Dmitry, I hope you enjoyed the recent holidays! I was able to pull and test and it looks like things are working as-expected. Thank you for adding this so quickly. Let me make one suggestion....
2 Replies 3,122 Views
Thread: C API: Expose Selection and setSelection functions
Post: C API: Expose Selection and setSelection functions
The Python API has `robolink.Robolink.Selection` and `robolink.Robolink.setSelection` for interacting with the currently-selected items. Would it be possible to expose an analogous function in the C A...
2 Replies 3,122 Views
Thread: Python API: Reorder Item Tree
Post: RE: Python API: Reorder Item Tree
`setParent()` works perfectly. Thanks, Albert!
2 Replies 3,144 Views
Thread: Python API: Reorder Item Tree
Post: Python API: Reorder Item Tree
I have a large workstation with many targets, all with a common parent reference frame. I often want to adjust what order they appear in the item tree. My current process for reordering is: 1. Rec...
2 Replies 3,144 Views
Thread: Double-click Target to Open "Options..."
Post: RE: Double-click Target to Open "Options..."
Thanks, Albert! F3 is a satisfying alternative for now.
2 Replies 3,653 Views
Thread: Double-click Target to Open "Options..."
Post: Double-click Target to Open "Options..."
With an item like a reference frame, double-clicking it opens a new menu pane with behavior identical to right-clicking it then selecting "Options..." from the context menu. It would save me a lot ...
2 Replies 3,653 Views
Thread: C API: Issue with getItemList and getItemListFilter
Post: RE: C API: Issue with getItemList and getItemListF...
Thank you, Dmitry! [hr] I just pulled that branch and I noticed an issue. When I try to build with the new code, I get an error: Code: -- Error (active) E0311 cannot overload functions distinguished...
2 Replies 4,159 Views
Thread: C API: Issue with getItemList and getItemListFilter
Post: C API: Issue with getItemList and getItemListFilte...
I am having some trouble with getItemList and getItemListFilter in the C API. Here's a (hopefully) reproducible example. Code: -- // my_code.h (compiles to test.dll) #include "robodk_api_c.h" #inclu...
2 Replies 4,159 Views