Skip to content

HeidiHan0000/Turret_Surveillance_System

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Turret_Surveillance_System

Change environment variables (for Windows):

setx ROS_IP "{YOUR_IP_HERE"}
setx ROS_HOSTAME_IP "{YOUR_IP_HERE"}
setx ROS_MASTER_URI "http://192.168.2.69:11311"

You can find IP address by typing the following command into console (for Windows):

ipconfig

(Your IP is the value next to IPv4)

After downloading the repo, remember to source the setup by running:

cmd /k devel\setup.bat

OpenCV in Ros

Add OpenCV such that ROS can detect where the libraries are.

  1. Download OpenCV 3.4.2 https://opencv.org/releases/page/3/
  2. Move the opencv folder to your C: drive

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Makefile 65.5%
  • CMake 19.5%
  • Python 5.5%
  • C++ 4.2%
  • C 2.3%
  • Common Lisp 1.4%
  • Other 1.6%