Skip to content
#

Robotics

Robotics is a branch of engineering and computer science which works to design, build, program. and operate robots. Robots are used in many environments in which human involvement could be dangerous, including bomb defusal, space repairs, and manufacturing processes. Robots typically work either autonomously or with commands sent by human operators.

Here are 4,173 public repositories matching this topic...

gavan1
gavan1 commented Oct 20, 2018

I've looked at the Master robot example which helps adding and starting multiple robots.
in this code example the mqttbot is receiving correct callback from a MQTT server, I am just not sure how to call the Tello bot TakeOff method, drone.Start() is functioning.

Using the gobot frame work how do we have leverage MQTTbot events to control the TelloBot Driver?

Thanks


func main(){
ardupilot
rosshemsley
rosshemsley commented Sep 13, 2019

Are there any examples using Python to feed OpenCV images instead of reading files?

Context is that I have a program receiving a stream of OpenCV images (in a Ros node) and I would like to run detection.

Ideally, re-using as many resources between calls as possible.

Currently the API that only takes files means I have to round-trip to the disk, which is quite expensive.

linas
linas commented Nov 29, 2018

Per discussion in #3032

The openpsi README.md describes a version of openpsi that no longer exists. It's inaccurate in 120 different ways ... I recognize it, as something that I wrote long ago. As far as I know, there is no adequate documentation for openpsi that

-- explains what it is
-- explains how it works; this includes a review of all of the major components, including control, de

drake
sherm1
sherm1 commented Mar 17, 2020

(From discussion in PR #12875)

We've been inconsistent in use of terms like "precision", "accuracy", and "tolerance" in Drake. We should document how we define these terms and standardize on usage. From the PR discussion:

Sherm: FWIW I generally use "tolerance" as an absolute quantity with units, as in "constraint tolerance" which means the amount by which some error can deviate from z

mrpt
Wikipedia
Wikipedia
You can’t perform that action at this time.