Skip to content

Commit c108fdb

Browse files
authored
update readme to include new cite ref
1 parent 9f5cc9b commit c108fdb

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,17 +43,25 @@ For bigger projects that involve more packages, prepare your own launch file, an
4343
<arg name="start_rosbag" value="false" />
4444
<arg name="thrust_scaler" value="100" />
4545
<arg name="use_waypoint_handler" value="true" />
46+
<!-- see launch file for more available arguments -->
4647
</include>
4748

4849
<node name="my_traj" pkg="my_trajectory_provider" type="my_glamorous_trajectory" />
4950
:
5051
:
5152
</launch>
5253
```
53-
In the example above, the launch argument `use_waypoint_handler` is set to `true` for providing discrete waypoints (and not reference states).
54+
In the example above, the launch argument `use_waypoint_handler` is set to `true` for providing discrete waypoints (and not reference states). See the launch file for more available arguments.
5455

5556
## Wiki
5657
Check out [Freyja's wiki](https://github.com/unl-nimbus-lab/Freyja/wiki) to get more details on everything, from a basic multirotor build, to advanced configuration and set up, all the way to how trajectories can be written.
5758

5859
## License, Credits and Usage
5960
Freyja is developed in the [Nimbus Lab](https://nimbus.unl.edu), with rigorous testing under a multitude of operational scenarios and is used internally for various projects. Generous thanks to members who have tested and reported bugs, issues and feature limitations. The software is public under the GNU GPLv3 license. Please use wisely, and recommend improvements!
61+
62+
If you use Freyja for your work, you can site the ICRA 2021 paper that describes it in full detail:
63+
>```
64+
>"Freyja: A Full Multirotor System for Agile & Precise Outdoor Flights",
65+
>A. Shankar, S. Elbaum, C. Detweiler;
66+
>IEEE International Conference on Robotics and Automation (ICRA), 2021.
67+
>```

0 commit comments

Comments
 (0)