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

Simple flight controller #291

Open
pabsan-0 opened this issue Jul 2, 2024 · 2 comments
Open

Simple flight controller #291

pabsan-0 opened this issue Jul 2, 2024 · 2 comments

Comments

@pabsan-0
Copy link

pabsan-0 commented Jul 2, 2024

Hi! I'm trying to create a flying robot. For now, entirely disregarding physics and teleop control is what I'm aiming for. I've looked into the docs and apparently I should be able to do this using the base class RobotVehicleMovementController. Here's a pic of a simple robot body with this component:

image

I can move this around with the teleop, but I'm experiencing two issues:

  • I cannot go up and down, but only move in the "floor" 2D plane
  • There are no collisions and the robot drives through obstacles

Any hint on how to overcome these in a simple manner? Thanks in advance.

@yuokamoto
Copy link
Contributor

Sorry for late response.
I'll check

@yuokamoto
Copy link
Contributor

I found currently RObotvehicleMoveComponent support xyz and yaw

const FVector position = UpdatedComponent->ComponentVelocity * InDeltaTime;

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