Skip to content

ESP4Ever/blogs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

Quadruped Robot Development Guide

Introduction

This article provides software development guidance based on Xiaomi's four-legged development platform.

Table of Contents

Frame

Develop overall framework diagram

dev

Development Method

  1. Write a program based on PC and schedule the robot through grpc or ros.
  2. Write a scheduler based on NX and call the existing service class ros interface (recommended)
  3. Rewrite the program based on the NX side to conduct secondary development of existing scheduling or service businesses

Development Process

  1. Apply for developer permission through mobile APP

  2. Establish a connection with the robot (either wireless or wired)

    • Wired login method, USB-Type data cable connects the PC and the robot Download port:

      ssh [email protected]

      passwd: "123"

    • Wirelessly, connect the robot to the Internet through the app, and log in using the wireless network IP (which can be viewed in the app)

    connect

  3. Just start the way you want

resource

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published