How to change steering angle on mobile robot using remote API(matlab)

Typically: "How do I... ", "How can I... " questions
Post Reply
sasyeah
Posts: 5
Joined: 02 Mar 2018, 02:26
Contact:

How to change steering angle on mobile robot using remote API(matlab)

Post by sasyeah »

Hi, I have a mobile robot that has an Ackermann steering. I want to make my robot turns left or right. Also, I want to determine how many degrees it will turn. But I don't know what command that should I write. I do look at Ackermann example but still confusing in programming. I'm using remote API in Matlab.
Thanks.

coppelia
Site Admin
Posts: 10339
Joined: 14 Dec 2012, 00:25

Re: How to change steering angle on mobile robot using remote API(matlab)

Post by coppelia »

Hello,

you will first have to understand how the script attached to that model works. Then, you will have to modify it slightly (e.g. replace the keyboard polling with signal polling for instance). Then, on the remote APi client, use signals (for instance) to signal the model what your intentions are.

Cheers

Post Reply