Skip to content

Commit e8fe520

Browse files
authored
Merge pull request #57 from LCAV/paper_revision
Paper revision
2 parents 423c847 + 74a3130 commit e8fe520

38 files changed

+3911
-2446
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -79,3 +79,4 @@ epuck-audio/
7979
lost+found/
8080
.Trash*
8181
env/
82+
venv/

README.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ git clone --recurse-submodules https://github.com/LCAV/audioROS
1515

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

27+
Update from May 25 2022: because of an inconsistency in matplotlib, in order to run all of the
28+
analysis notebooks (using latex rendering), the following two
29+
non-standard libraries had to be installed:
30+
```
31+
sudo apt install cm-super dvipng
32+
```
33+
2734
## Contents
2835

2936
The stack is separated into the following modules:
Binary file not shown.

0 commit comments

Comments
 (0)