is there anyway to send a pose as a parameter? or at least a convenient way to cast the pose to a list.
I am aware of the trivial solution below, but was looking for something cleaner:
Sorry i’m not sure I understand.
“pose” is defined in this line: pose = get_actual_tool_flange_pose()
it is not an installation variable, just a local variable.
I did a test in URSim 5.6 with the sample: Communication example with a webservice
It is working with global/local variable.
How does your daemon look like?