Giter Club home page Giter Club logo

deepracer-vr's Introduction

deepracer-vr

Unity-based Oculus VR interface to AWS DeepRacer

Setting up ROS TCP Endpoint for Unity on the DeepRacer unit

  1. Ensure that the DeepRacer unit is upgraded to ROS2 support, following following the instructions here.

  2. SSH into the DeepRacer unit as deepracer

  3. Set up a ROS2 workspace under /home/deepracer/developer_ws.

  4. Make an src directory, and switch to it. Clone the ROS2 branch of the TCP endpoint project into the workspace:

    git clone https://github.com/Unity-Technologies/ROS-TCP-Endpoint.git -b main-ros2
    
  5. Build the package: colcon build.

  6. Add the new package to the path: source /home/deepracer/developer_ws/install/setup.bash

  7. Execute the package: ros2 run ros_tcp_endpoint default_server_endpoint --ros-args -p ROS_IP:=0.0.0.0. This will launch the Unity TCP endpoint server on port 10000, bound to all network interfaces (required for external connection).

  8. For permanent operation, the following needs to be added to the start_ros.sh script: roslaunch ros_tcp_endpoint endpoint.launch

  9. Note, DeepRacer is also running Ubuntu's firewall. To enable incoming connections to the ROS Unity TCP endpoint server, you'll need to execute: sudo ufw allow 10000/tcp

deepracer-vr's People

Contributors

geoffreymantel avatar

Stargazers

Chen Sirui Eric avatar

Watchers

 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.