-
Notifications
You must be signed in to change notification settings - Fork 6
Lab sim refactor #382
base: main
Are you sure you want to change the base?
Lab sim refactor #382
Conversation
@@ -48,8 +21,22 @@ | |||
type="plane" | |||
material="groundplane" | |||
/> | |||
<site | |||
name="scene_camera_optical_frame" | |||
pos="0.0 -2.0 3.5" |
There was a problem hiding this comment.
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?
There was a problem hiding this 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:
I think you mentioned the pos
variables may be the issue, if you need any help testing that please let me know!
@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? |
Also check out this PR for more context: https://github.com/PickNikRobotics/picknik_accessories/pull/12/files?short_path=b335630#diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5 |
I'm a little confused here, is this PR supposed to replace the existing |
works much better, thanks Michael! |
No description provided.