This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1) Collegarsi alla pagina del tutorial: | |
http://wiki.ros.org/ROS/Tutorials | |
2) Aprire un terminale di comando (icona nera nella barra verticale a sinistra) | |
Di seguito questo terminale verrà chiamato T1 | |
I comandi indicati di seguito con il simbolo T1 $ vanno copiati ed eseguiti nel terminale T1 | |
3) Inizializzazione dell'ambiente ROS | |
T1 $ cd ROS |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* @author Giorgio Cantoni - [email protected] | |
*/ | |
public class StatusBarScrollSurface { | |
/** | |
* Make the color of the status bar the same as the surface color of the toolbar when scrolling | |
* @param context The current context | |
* @param appBarLayout The current appBarLayout |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1) Navigate to Android SDK platform tools: | |
C:\Users\[user]\AppData\Local\Android\sdk\platform-tools | |
1) First time ONLY command to pair: | |
./adb pair ipaddr:port | |
2) Everytime to connect: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
MOVED TO https://github.com/gcantoni/pixeltheme/releases |