GithubHelp home page GithubHelp logo

rover2024's Introduction

On the development computer:

  • ./build_robot_container.sh creates the docker container (make sure to rm -rf the build and install directories if already build locally)
  • rosdep install --from-paths src -y --ignore-src to install dependencies
  • colcon build from root directory to build

On the driver station:

  • sudo apt install ros-iron-spacenav and then ros2 run spacenav spacenav_node for SpaceMouse control
  • sudo apt install ros-iron-joy-teleop and then ros2 launch teleop_twist_joy teleop-launch.py joy_config:='xbox' for teleop control with an Xbox controller
  • For image viewing, use rqt, but first you need to install some compression plugins for smooth video: sudo apt install ros-iron-compressed-image-transport ros-iron-image-transport-plugins
  • The best way to do graphs is with plotjuggler. sudo apt install ros-iron-plotjuggler-ros and to run it, ros2 run plotjuggler plotjuggler

On the robot:

  • Command for running docker container with robot code: docker run -it --net host --ipc host --pid host --rm --privileged -v /dev/NavX_IMU:/dev/NavX_IMU nifleysnifley/rover2024 "/bin/bash"
  • To pull docker container: docker pull nifleysnifley/rover2024

rover2024's People

Contributors

nifleysnifley 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.