-
Notifications
You must be signed in to change notification settings - Fork 7
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
Better documentation for dji tello #51
Comments
Hi @Carlvebbesen, |
@pariaspe would you say the aerostack framework is stable? Me and my partner is currently working on a master thesis in computer science where we will be implementing an autonomous tello drone using ROS2 humble. We are investigating what framework to use. Is it possible to implement orbSlam3 or nav2 into the aerostack framework? And is this possible by writing python or do we have to write c++? |
I would say it is. We don't usually fly Tello though. Yes, you can use other software like nav2 with aerostack2. You can choose to use any language available in ROS 2. Indeed, we mainly use our |
Hi
I am trying to launch a dji tello drone using the aerostack2 framework. Do you guys have any recommendations on how to change some of the example to make this possible? I have tried a lot to make it work. When launching the as2_platform_tello package by itself i get a rclcpp::exceptions::UninitializedStaticallyTypedParameterException, even though i have tried setting the param in the config file.
How could i change the crazyfile example to work with the as2_tello_platform?
Do you have any resources about an easier how to guide
I am currently using ros2 humble on ubuntu 20.4
The text was updated successfully, but these errors were encountered: