Skip to content
This repository was archived by the owner on Jan 6, 2025. It is now read-only.

Solución STP mover un robot a un punto dado#25

Open
Vicente-Martinez wants to merge 1 commit into
mainfrom
Vicente-Martinez-STP
Open

Solución STP mover un robot a un punto dado#25
Vicente-Martinez wants to merge 1 commit into
mainfrom
Vicente-Martinez-STP

Conversation

@Vicente-Martinez
Copy link
Copy Markdown
Contributor

Solucion propuesta para el STP de mover el robot a un punto especifico, calculando el vector director y llevando el robot hasta ese punto a una velocidad controlada.

Solucion propuesta para el STP de mover el robot a un punto especifico, calculando el vector director y llevando el robot hasta ese punto.
@Vicente-Martinez Vicente-Martinez added documentation Improvements or additions to documentation pathplanning labels Jul 15, 2024
Comment thread STP move to point
Comment on lines +29 to +30
while True:
velocidad=vecdir
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Si la velocidad es igual al vecdir escalado, por que no me mejor escalarla en esa misma linea?

Comment thread STP move to point
if is_within_range((Robot.posx,Robot.posy), pto_final):
break

seguir_camino((Robot.posx,Robot.posy),(2.3, -1.3))
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Donde se define la variable Robot?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants