Skip to content

🐛 README error update #7

@yannis-mlgrn

Description

@yannis-mlgrn

i had a error, i couldn't turn with my joystick. set_steering() function return the good angle when i move the axis.
The error was these line in the documentation :

 V.add(ctr,
      inputs=['cam/image_array'],
      outputs=['user/angle', 'user/throttle', 'user/mode', 'recording'],
      threaded=True)

we need to replace 'user/angle' by 'user/steering'
Result :

            V.add(
                ctr,
                inputs=['cam/image_array'],
                outputs=['user/steering', 'user/throttle', 'user/mode', 'recording'],
                threaded=True
            )

I use the 5.1 version of donkeycar

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions