Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,17 @@ This tool is designed for Ubuntu 20.04. Attempting to use on another distro or v

## How to build

``catkin build allan_variance_ros``
```
$ cd ~/allan_var_workspace
$ catkin build allan_variance_ros
```

To run, you'll need to source the catkin workspace setup.
```
$ source devel/setup.bash
$ rosrun allan_variance_ros <tab-tab>
allan_variance analysis.py cookbag.py imu_simulator
```

## How to use

Expand Down