forked from anassaiyed/Camera
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathREADME
More file actions
74 lines (43 loc) · 1.61 KB
/
Copy pathREADME
File metadata and controls
74 lines (43 loc) · 1.61 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
Installation on 64-bit Ubuntu 13.04 machine:
ROS Installation:
http://wiki.ros.org/hydro/Installation/Ubuntu
OpenCV Installation:
https://help.ubuntu.com/community/OpenCV
Running everything except gstreamer:
roslaunch usb_cam_test rover_launch.launch
Running the camera node and server:
1. Run roscore:
sudo bash
rosrun roscore
2. Run the camera node:
rosrun usb_cam_test pubcon.py
3. Run the mjpeg server:
rosrun mjpeg_server mjpeg_server
4. Run the communication node:
rosrun ros_project (?.cpp)
Setting up the Verizon Doonlge:
1.Run in terminal : $ nano -w /etc/wvdial.conf
2.Change as in the wvdial.conf file given in the
Doongle Setup folder.
3. Run in terminal: the command wvdial Verizon
If in doubt look at : http://www.youtube.com/watch?v=A4urP-GlSwg
Setting up the PTZ control:
1. In catkin_ws/src run "git clone https://github.com/clearpathrobotics/axis_camera.git axis_camera"
2. Add axis_camera to ROS_PACKAGE_PATH.
3. Run "export ROS_NAMESPACE=axis".
4. Make the IP address, username and password changes to the source files in axis_camera.
5. Run "sudo apt-get install ros-hydro-camera-info-manager-py".
6. Go to catkin_ws and run "catkin_make".
7. axis_camera is ready to be used.
Axis Camera Limits:
Pan: 0 to 359
Tilt: (0 to -180) or (360 to 180)
Zoom: 0 to 10000
Automatically login in text mode without specifying userid or password:
Add -a <your-user-name> to the line:
exec /sbin/getty -8 38400 tty1
in file /etc/init/tty1.conf
like so:
exec /sbin/getty -8 38400 tty6 -a gruber
Launch script on startup:
Add bash commands to the .bash_login file in home directory.