-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to run input_device_teleop_example with PSM #163
Comments
adnanmunawar
added a commit
to adnanmunawar/ambf
that referenced
this issue
Apr 11, 2022
Hi Yi, |
adnanmunawar
added a commit
that referenced
this issue
Jul 18, 2022
* Fix: python print command * Fix: enable comm in worldComm plugin * Fix: only update volumes from graphics loop * Fix: reset didn't always work on all bodies. * Adding capability to reset world and bodies from world comm obj * Adding the ability to reset the world or the bodies * FIX: Resetting the GLFW_VISIBLE flag to show subsequent visible windows * Issue #163. Setting activeControllerType to Force. * Fix: For rigid body's Position command, use the COM Transform. * Reset sensors communication message * Should address #178
adnanmunawar
added a commit
that referenced
this issue
Jan 10, 2024
* Fix: python print command * Fix: enable comm in worldComm plugin * Fix: only update volumes from graphics loop * Fix: reset didn't always work on all bodies. * Adding capability to reset world and bodies from world comm obj * Adding the ability to reset the world or the bodies * FIX: Resetting the GLFW_VISIBLE flag to show subsequent visible windows * Issue #163. Setting activeControllerType to Force. * Fix: For rigid body's Position command, use the COM Transform. * Reset sensors communication message * Should address #178 * Fixed inconsistency in rotation between 'get_rpy' and 'get_pose' * Implement merging duplicate vertices * Maintain a tree of duplicate vertices * Assign the vertices Ptr to the triangleArray's copy of vertices * Fixed algorithm * Set only valid vertex data * Default to false for resizing element array on every iteration * Added method to set vtx pos of all duplicates by single index * Minor cleanup * Cleanup creating collision objects and softbody implementation * Cleaned up fixing softbody nodes impl * Allow for controlling whether to remove or not remove duplicates
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I was able to teleoperate the KUKA robot using the python GUI as demonstrated in the example.
However, then I tried to replace KUKA with PSM.
I tried two methods:
world config: ./world/world.yaml
color config: ./color/colors.yaml
input devices config: ./input_devices/input_devices.yaml
multibody configs:
- "./blender-kuka-tip-sphere.yaml" #0
- "/home/ambf/ambf_models/descriptions/multi-bodies/robots/blender-psm.yaml"
However, the KUKA showed up again, even though I have commented out the KUKA yaml."
Could you please help me with it?
Best,
Yi
The text was updated successfully, but these errors were encountered: