Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement trailer for other leading vehicles #38

Open
timmercy opened this issue May 2, 2016 · 3 comments
Open

Implement trailer for other leading vehicles #38

timmercy opened this issue May 2, 2016 · 3 comments
Assignees

Comments

@timmercy
Copy link
Member

timmercy commented May 2, 2016

For now only Dubins can be a leading vehicle.

Add: AGV, Bicycle, Holonomic, trailer in front of a vehicle

Holonomic will require extra variables: x_tr, y_tr and equality constraints on these, since this vehicle has no orientation.
V_veh = dx_veh^2+dy_veh^2
x_tr = x_veh-L_cos(theta_tr)
y_tr = y_veh-L_sin(theta_tr)

@timmercy timmercy self-assigned this May 2, 2016
@EdXian
Copy link

EdXian commented Jun 15, 2019

Hi @timmercy ,
Do you have a solution for the leading vehicle?
I want to use a Holonomic or agv as the leader of the trailer? However the vehicle state is not proper for trailer.
Can you help me?
thank you!!

@timmercy
Copy link
Member Author

Hi @EdXian,

I didn't work on this anymore, so unfortunately I don't have a solution for the moment...

However, you can start from the formulas above to adapt OMG-tools to use a holonomic vehicle in combination with a trailer. In addition you can also have a look at all branches starting with 'joland' e.g. https://github.com/meco-group/omg-tools/tree/joland
I am not sure, but it could be that one of these branches contains an elaboration of a holonomic vehicle with a trailer (one of our students worked on this and published his work on these branches).

Kind regards,

Tim

@EdXian
Copy link

EdXian commented Jun 16, 2019

Hi @timmercy ,
Thank you for your information. It helps me a lot.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants