Skip to content

Commit

Permalink
Merge pull request #57 from LCAV/paper_revision
Browse files Browse the repository at this point in the history
Paper revision
  • Loading branch information
duembgen authored Jun 29, 2022
2 parents 423c847 + 74a3130 commit e8fe520
Show file tree
Hide file tree
Showing 38 changed files with 3,911 additions and 2,446 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -79,3 +79,4 @@ epuck-audio/
lost+found/
.Trash*
env/
venv/
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ git clone --recurse-submodules https://github.com/LCAV/audioROS

To install all packages contained in this repo, including dependencies, run (from the root of this repository):
```
sudo apt-get install python3-rosdep python3-colcon-common-extensions
sudo apt install python3-rosdep python3-colcon-common-extensions
sudo rosdep init
cp 19-custom.list /etc/ros/rosdep/sources.list.d/ #might need sudo here
rosdep update
Expand All @@ -24,6 +24,13 @@ colcon build --symlink-install
. install/local_setup.bash
```

Update from May 25 2022: because of an inconsistency in matplotlib, in order to run all of the
analysis notebooks (using latex rendering), the following two
non-standard libraries had to be installed:
```
sudo apt install cm-super dvipng
```

## Contents

The stack is separated into the following modules:
Expand Down
2 changes: 1 addition & 1 deletion crazyflie-audio
Binary file not shown.
Loading

0 comments on commit e8fe520

Please sign in to comment.