Skip to content
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

Lab sim refactor #382

Open
wants to merge 17 commits into
base: main
Choose a base branch
from
Open

Lab sim refactor #382

wants to merge 17 commits into from

Conversation

MikeWrock
Copy link
Contributor

No description provided.

@@ -48,8 +21,22 @@
type="plane"
material="groundplane"
/>
<site
name="scene_camera_optical_frame"
pos="0.0 -2.0 3.5"
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mkhansenbot I grabbed these numbers from here, the pos does not match. The camera angle is way off too so I'm not eve sure if they are aligned. Do you have a different (working) camera frame?

@MikeWrock MikeWrock marked this pull request as ready for review October 23, 2024 04:22
Copy link

@mewtwoshaurd mewtwoshaurd left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A few things:
On my laptop, I'm getting a lot of Mujoco model timestep not running in realtime errors -- I know that generally indicates poor performance, which I think deleting the stls and textures should help, so something seems off.
Outside of that, the robot seems in a completely unrecoverable state? I can't get teleoperate to move it anywhere, and it looks strangely positioned compared to what I'm used to with the simulator:
image
I think you mentioned the pos variables may be the issue, if you need any help testing that please let me know!

@@ -17,6 +17,7 @@ hardware:
path: "config/moveit/picknik_ur.srdf"
urdf_params:
- mujoco_model: "description/scene.xml"
# - mujoco_model: "description/lab_scene.xml"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

are we keeping this as a comment for a reason?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is how to switch between the lab and simplified table world, I just changed the default to lab environment

@MikeWrock
Copy link
Contributor Author

@mewtwoshaurd I added a keyframe so the arm doesn't spawn in a goofy pose, and switched the default to using the lab world. Could you please git it another test?

@MikeWrock
Copy link
Contributor Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants