Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
labrobotica
drivers
battery_monitor
Commits
8527007f
Commit
8527007f
authored
Apr 20, 2020
by
Fernando Herrero
Browse files
Update README.md: update installation info
parent
c2c2a194
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
8527007f
...
...
@@ -9,15 +9,11 @@ C++ driver to monitor the paylaod battery for the Tibi, Dabo and Teo platforms.
*
Add the labrobotica repository if it is not already added:
``` sudo sh -c 'echo "deb [arch=amd64] http://labrepo.iri.upc.edu/packages xenial main" > /etc/apt/sources.list.d/labrobotica_repo.list' ```
``` wget -O - http://labrepo.iri.upc.edu/labrobotica_repo.gpg.key | sudo apt-key add - ```
``` sudo apt update ```
Run the commands on _add repository_ and _add key_ from
[
labrobotica_how_to installation
](
https://gitlab.iri.upc.edu/labrobotica/labrobotica_how_to/-/blob/master/README.md#installation
)
*
Install the package:
```
sudo apt install iri-battery-monitor-dev ```
```
sudo apt update &&
sudo apt install iri-battery-monitor-dev ```
## Important information
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment