Skip to content

AssertionError: Differential drive requires both wheel joints to have same min velocities! #953

Answered by hang-yin
Daniel70-liu asked this question in Q&A
Discussion options

You must be logged in to vote

Hello! Thanks for reaching out. This is a little hard for me to tell what the actual problem is, but here should be a simple fix: I see that you based this script off of the grasping mode example - do you mind try loading the robot with a robot config instead of importing it after the environment has been initialized? For example:

    scene_cfg = dict(type='Scene')

    robot0_cfg = dict(
        type="Fetch",
        obs_modalities=["rgb"],  # we're just doing a grasping demo so we don't need all observation modalities
        action_type="continuous",
        action_normalize=True,
        grasping_mode=grasping_mode,
    )
    
    table_cfg = dict(
        type="DatasetObject",
      …

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Daniel70-liu
Comment options

Answer selected by hang-yin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #909 on October 09, 2024 22:30.