Coder Social home page Coder Social logo

sthoduka / kortex_vision Goto Github PK

View Code? Open in Web Editor NEW

This project forked from kinovarobotics/ros_kortex_vision

1.0 1.0 0.0 1.9 MB

non-ROS library for KINOVA® KORTEX™ arms vision module

License: BSD 3-Clause "New" or "Revised" License

C++ 91.15% CMake 8.85%

kortex_vision's People

Contributors

708yamaguchi avatar alexvannobel avatar felixmaisonneuve avatar iory avatar jpcotekinova avatar lscarton avatar mgelinaskinova avatar sthoduka avatar zal-rdenz avatar

Stargazers

 avatar

Watchers

 avatar

kortex_vision's Issues

add single config file

Currently configuration parameters are in the launch files and camera calibration parameters are in .ini files. A single JSON file with all configuration and calibration parameters would be preferable.

Some important config parameters are:

  • device IP address
  • static transform between RGB and depth cameras
  • RTSP urls for color and depth

remove ROS-specific files

this includes:

  • package.xml
  • launch files
  • rviz config
  • remove catkin from CMakeLists
  • vision_node.cpp

[Main] Ideal use case.

KinovaVision kv;
kv.start();
cv::Mat img, depth_img;
kv.get_color_image(img);
kv.get_depth_image(depth_img);
kv.get_color_and_depth_image(img, depth_img);

@sthoduka

  • are img and deepth_img passed by reference or by pointer?
  • what do you prefear to set the parameters of kv (by constructor of by set_parameter function?)

Maybe the json parser should be outside KinovaVision so they are loosely cuppled, and play together in the main

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.