rapyuta-robotics / RapyutaSimulationPlugins

Apache License 2.0
17 stars 9 forks source link

Simple flight controller #291

Open pabsan-0 opened 2 months ago

pabsan-0 commented 2 months ago

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:

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