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

Better documentation for dji tello #51

Open
Carlvebbesen opened this issue Feb 7, 2024 · 3 comments
Open

Better documentation for dji tello #51

Carlvebbesen opened this issue Feb 7, 2024 · 3 comments

Comments

@Carlvebbesen
Copy link

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

@pariaspe
Copy link
Member

Hi @Carlvebbesen,
I've fixed missing parameter issue in aerostack2/aerostack2#405 but node is still dying. We are taking a look at it, hope to fix it soon.
As you have noticed, we don't have a guide for the tello available yet. Although, I've just changed to public a repository example for the tello, it might help. Also, we are open to new contributors and it will be great if you could help creating an example guide for the tello similar to the existing ones.

@Carlvebbesen
Copy link
Author

@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++?

@pariaspe
Copy link
Member

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 as2_python_api to define the mission to fly.

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