Added Quick start guide and bashLaunchFile.bash
This commit is contained in:
11
bashLaunchFile.bash
Executable file
11
bashLaunchFile.bash
Executable file
@@ -0,0 +1,11 @@
|
||||
#! /bin/bash
|
||||
|
||||
echo Opening Web Browser
|
||||
IP_ADDR=$(hostname -I)
|
||||
|
||||
echo $IP_ADDR
|
||||
x-www-browser $IP_ADDR
|
||||
|
||||
echo Launching ROSBridge
|
||||
roslaunch rosbridge_server rosbridge_websocket.launch
|
||||
|
||||
Reference in New Issue
Block a user