You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 2, 2019. It is now read-only.
tanyax edited this page Jun 22, 2017
·
2 revisions
Edit the models directory and add a new class called ModelF110Car.
Start with one degree of freedom for the car in the java like go certain steps forward (so define step, pos, speed etc in the model, taking ideas from the other models) and have essentially one function moveForward(int steps)
And then if that works with the rosnode and can be deployed successfully on the car
Then we can add more degrees of freedom and more complicated motion as well as communication between cars
So that's essentially what I'm gonna try to do - get the car to move forward for now