Code Monkey home page Code Monkey logo

dogbot's Introduction

Dogbot

DogBot is a quadruped robot developed by React AI as a platform for researching robotics, AI and more.

The Dogbot repository contains CAD designs, along with software for higher-level systems for control and operation of the React AI DogBot robot via ROS. It utilises the lower-level motor control firmware in the corresponding Firmware repository for interaction with the physical DogBot.

Installation

This code has been tested for installation and operation on Ubuntu Linux.

ROS must be installed; the code has been tested against the Kinetic release. The repository contains a catkin workspace under Software/ROS, which should be built with catkin build

You may need to install the packages ros-kinetic-rosparam-shortcuts ros-kinetic-ros-control ros-kinetic-ros-controllers

Operation via Firmware and ROS

Home the motors

The motors must be ‘homed’, i.e. know their absolute position, before they can be controlled via the ROS driver, hence they must first be controlled via the UI as described in the Firmware repo.

Note: complete the Firmware UI steps before starting the ROS components. The hardware interface node in ROS will send conflicting signals if it is operational while the UI tries to alter the motor positions.

Quick Start

To get started with ROS control, build and source the code then run dogbot_hardware.launch

cd Software/ROS
catkin build
source devel/setup.bash
roslaunch dogbot_control dogbot_hardware.launch

This launches a hardware interface node of type dogbot_control/dogbot_hw_main, which uses the ros_control package to spawn and interact with ROS controllers. This provides a framework for different controller types, as well as standardising interactions with Gazebo and RViz.

If you are controlling other equipment you may require a different launch file, such as testrig_hardware.launch

Further ROS Control

The motors can now be controlled by interacting directly with ROS topics or via ROS nodes. Further details are in the ROS directory readme file

Contributing

If you have any problems with the contents of either repository, or have a question about DogBot, please feel free to contact us

If you wish to contribute please fork the project on GitHub. More details on contributing to follow.

License

details to follow

dogbot's People

Contributors

craftit avatar nic-g 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.