mavros_apriltag_tracking icon indicating copy to clipboard operation
mavros_apriltag_tracking copied to clipboard

This package implements methods to enable a PX4-powered multi-rotor to track a moving vehicle.

Results 14 mavros_apriltag_tracking issues
Sort by recently updated
recently updated
newest added

Hey i am building a similar project can you give your contact information. I need some help 🙏

I have been trying to run the simulation in ros noetic, but gazebo issues are coming up. ![Screenshot from 2023-04-06 18-17-23](https://user-images.githubusercontent.com/117075507/230383323-33709420-5228-4bda-aa55-20064bb4e54b.png)

My environment is as below: Ubuntu18.04 Ros melodic PX4 v1.10.1 I set up my environment as the instructions in PX4 website and your README.md, however there is some error as...

something wrong happened in kf_tracker_node at the beginning everthing was right until the camera saw the AprilTag the WARN is: WARN [ekf2] accel id changed, resetting IMU bias [ WARN]...

hello I want to modify the car speed use this topic: rostopic pub -r 10 /husky_velocity_controller/cmd_vel geometry_msgs/Twist "linear: x: 10.0 y: 0.0 z: 0.0 angular: x: 0.0 y: 0.0 z:...

Calling service /gazebo/spawn_sdf_model [Err] [ModelDatabase.cc:235] No tag in the model database database.config found here[http://gazebosim.org/models/] [Err] [ModelDatabase.cc:294] Unable to download model manifests ![image](https://user-images.githubusercontent.com/20432255/202871035-d06530f8-ab74-4267-9c62-d36a3255d23f.png)

I did this: roslaunch mavros_apriltag_tracking tracker.launch This happened: ... logging to /home/bruno/.ros/log/dc2844d8-9947-11ec-bc0c-089798ca460b/roslaunch-DESKTOP-TSTEU1E-9536.log Checking log directory for disk usage. This may take a while. Press Ctrl-C to interrupt Done checking log...

First of all, thank you very much for your contribution and writing such excellent code!Then, I want to ask why the topics used in the code are not mentioned in...

Hello, How well is MPC Tracker working? I am coding a MPC controller to follow people on cluttered environments. Your repo suits very well my goal, only need to start...