Giter Club home page Giter Club logo

cv_stack's Introduction

cv_stack

Synopsis

cv_stack contains the codebase for the Computer Vision subteam of UMARV. Most of the code was written in the 2021-2022 season.

Motivation

This code contains various applications. It contains ROS nodes for lane detection, perspective transform, ROS image topic visualization, and more. It also contains the onboarding projects for the 2022/2023 season. This code was written with large help from the OpenCV python library.refer

Contributors

cv_stack is maintained by the CV Subteam in ARV.

How To Run

Run Commands in the Google Drive, under 2022-2023/Computer Vision will contain most commands you might want to use. This will be an explanation of the most used commands

roscore can be run before all other commands, but is usually not necessary

roslaunch zed_wrapper zed.launch will run the zed ros node with the camera plugged in. If you want to run it with an svo file, add the svo_file:="/path/to/file.svo" argument.

rosrun lane_mapping LaneDetection.py will run the lane detection ros node. You can swap LaneDetection.py with CudaDetection.py or ADSDetection.py to run those python files. Add any argument afterwards to run with pothole detection enabled.

rosrun visualize_topic visualizer.py will visualize a topic with cv2.imshow, make sure to run export DISPLAY=:0 first if you are running with ssh. If you get an error about a compressed image, use rosrun visualize_topic visualize_compressed.py instead.

rostopic list will list all of the topics currently available. rostopic hz topic_name will display a running counter of the rate that topic_name is being published.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.