Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5

Simulation mode with external path planner

#1
Hello,

Would it be possible to add a feature to the API, to control the robot in simulation mode only, using an external path planner? In other words, set each joint speed independently.

Thank you.
#2
I'm not sure I understand your suggestion. Do you mean set the robot joints?

You can iteratively set the robot joints through the API by using the setJoints command.
#3
Hi Albert,

The setJoints command sets the joints absolute positions. I meant to set the joints velocities. Instead of sending joints positions, I would like to know if it is possible to set joints velocities and update it on-the-fly, disabling the built-in position control mode.
#4
This can be done but requires some integration and it is not robot agnostic. I recommend you to take a look at the InstructionListJoints function:
https://robodk.com/doc/en/PythonAPI/robo...ListJoints

You should then customize how you stream the data to the robot to make the robot move.
  




Users browsing this thread:
1 Guest(s)