Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
klaxalk committed Mar 22, 2024
1 parent b746e56 commit aeb6eac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,11 @@ roscd mrs_precise_landing_gazebo
You will need:
* [config file](./ros_packages/mrs_precise_landing_gazebo/tmux/recursive/config/apriltag.yaml) for the april tag detector
* camera node name, camera topic name (such that `/$UAV_NAME/camera_node/camera_topic`)
* The ids of the AprilTags need to be filled
* the ids of the AprilTags need to be filled in the custom config for the estimator, [example](./ros_packages/mrs_precise_landing_gazebo/tmux/recursive/config/landing_estimator.yaml)
* how should the heading be controller, prepare the controller config, [example](./ros_packages/mrs_precise_landing_gazebo/tmux/recursive/config/landing_controller.yaml)

```bash
roslaunch mrs_precise_landing precise_landing.launch apriltag_config:=`rospack find mrs_landing_pad_estimation`/config/apriltag_recursive.yaml camera_node:=bluefox_optflow image_topic:=image_raw estimator_config:=
roslaunch mrs_precise_landing precise_landing.launch apriltag_config:=`rospack find mrs_landing_pad_estimation`/config/apriltag_recursive.yaml camera_node:=bluefox_optflow image_topic:=image_raw estimator_config:=<estimator_config> controller_config:=<controller_config>
```

When the AprilTag is in view, call:
Expand Down

This file was deleted.

0 comments on commit aeb6eac

Please sign in to comment.