-
Notifications
You must be signed in to change notification settings - Fork 0
Remote Interface
CHARISMAlab edited this page Sep 21, 2018
·
3 revisions
A GoPro should be set up from an aerial point of view, the points will need to be calibrated from the camera’s current position. A wire must run from the GoPro to a laptop on the sideline. Another computer may network onto the computer’s localhost:5000. Fiducial markers should be used for the tracking program to locate.
Central Server (Laptop)
- Terminal One
python ~/catkin_ws/src/central_server/main.py
- Terminal Two - If chairs are wanted
Run the commands:
source ~/catkin_ws/devel/setup.bashexport ROS_IP=192.168.1.64export ROS_MASTER_URI=http://192.168.1.64:11311roslaunch neato_node start_all.launch
- Open a browser
- Go to: localhost:5000
ChairBots - If wanted
- Run the commands:
source ~/catkin_ws/devel/setup.bash-
export ROS_IP=192.168.1.73(local inet IP address) -
export ROS_MASTER_URI=http://192.168.1.64:11311(local inet IP address) -
roslaunchdesired launch file