Dual-Arm Robot Controller

Hi, is there any way I can control Baxter in Isaac Sim Via Lula Robot Description Editor or other ways?


I want to use it to get its kinematics, however it seems that there is no Dual-arm Robot in examples.

the console shows:
2024-01-24 03:27:28 [2,573,205ms] [Error] [carb.events.python] IndexError: list index out of range

At:

  • /home/walker2/.local/share/ov/pkg/isaac_sim-2023.1.1/exts/omni.isaac.robot_description_editor/omni/isaac/robot_description_editor/extension.py(1251): _get_selected_link*
  • /home/walker2/.local/share/ov/pkg/isaac_sim-2023.1.1/exts/omni.isaac.robot_description_editor/omni/isaac/robot_description_editor/extension.py(1241): _get_selected_link_path*
  • /home/walker2/.local/share/ov/pkg/isaac_sim-2023.1.1/exts/omni.isaac.robot_description_editor/omni/isaac/robot_description_editor/extension.py(327): _refresh_collision_sphere_comboboxes*
  • /home/walker2/.local/share/ov/pkg/isaac_sim-2023.1.1/exts/omni.isaac.robot_description_editor/omni/isaac/robot_description_editor/extension.py(466): _on_stage_event*

We do not currently support any control strategies for dual-armed robots.

The only path would be to use RMPflow to individually control the two robot arms using two different robot_description.yaml files for the left and right arms. This has been tested out internally, but it takes a good amount of effort and know-how, and there is currently not tooling available to make it easier.

@arudich Thank you.
I’ve controlled it via ROS Bridge though its not easier either.

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.