You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CHARISMAlab edited this page Sep 21, 2018
·
3 revisions
Special Instruction
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.
Running the Programs
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.bash
export ROS_IP=192.168.1.64
export ROS_MASTER_URI=http://192.168.1.64:11311
roslaunch 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)