show contents of robot object

show contents of robot object

wooram_kim
Participant Participant
16 Views
1 Reply
Message 1 of 2

show contents of robot object

wooram_kim
Participant
Participant

[ FlexSim 24.1.0 ]

Hi,

I think the robot object has an error on its toggle of show content.

In the following figure, the robot is moving a box. But the box is not shown when the [show content] is checked (ref. red box in the figure). 그림1.png

Contrariwise, the box is shown when the toggle is unchecked.

그림3.png

This is the opposite of the case of human objects.


그림4.png

I attached the file (showcontent_robot.fsm).

Thank you.


Accepted solutions (1)
17 Views
1 Reply
Reply (1)
Message 2 of 2

philboboADSK
Autodesk
Autodesk
Accepted solution

This is by design. The robot doesn't work the same way as other objects. It has a hierarchical inner structure of joints that control the position of items it moves.

When you Show Contents on the robot, the item draws in its location relative to the robot itself:

1729704065314.png

Since that isn't where the user wants the item to be located, the robot disables its default draw contents and draws the item based on the locations of its joints as they move:

1729704102715.png

Additionally, the robot has a "planner item" that can be enabled when creating custom motion paths instead of simple motion that can be used for the robot to calculate its joint positions using inverse kinematics based on an item's position as you move it around in the 3D view. This functionality is also enabled by the design of how the robot draws its contents itself rather than using the default draw contents of the object.

1729704263380.png



Phil BoBo
Sr. Manager, Software Development
0 Likes