Coder Social home page Coder Social logo

ros_winml_arm's Introduction

ros_winml_arm

Robot Arm Demo with WinML

How to build this demo

:: open a ROS build window.
md c:\demo_ws
cd c:\demo_ws

:: download demo.rosinstall to c:\demo_ws
wstool init src demo.rosinstall

:: install the system dependencies and Python modules.
rosdep update
rosdep install --from-paths src --ignore-src -r -y

:: now build everything.
catkin_make_isolated --use-ninja --only-pkg-with-deps ur3_k4a-moveit_config --merge
:: additional required modules for rosbridge
pip install ptvsd

:: use tornado 4.x because newer version is not yet supported by rosbridge
pip uninstall tornado
pip install -U tornado==4.5.3

How to run this demo

Important Notes: ur_driver.exe needs to be allowed in the firewall because the UR3 driver modal requires the robot to talk back to the host machine over TCP socket.

:: in the same ROS build window.

devel_isolated\setup.bat
roslaunch k4a_arm_support k4a_demo.launch robot_ip:=169.254.164.155 -v

How to build this demo (UWPApp)

:: Install Visual Studio 2017.
choco install visualstudio2017community

:: Install Windows 10 SDK 1809.
choco install windows-sdk-10-version-1809-all
  1. Open ".\UWPApp\embedded_world.sln"
  2. Now you can build & debug the App.

Useful commands

:: launch moveit planning for UR3
roslaunch ur3_k4a-moveit_config UR3_with_k4a_execution.launch robot_ip:=169.254.164.155 -v

ros_winml_arm's People

Contributors

ooeygui avatar seanyen avatar

Stargazers

Michael avatar

Watchers

James Cloos avatar

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.