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,282 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
vivek1729
vivek1729 commented Sep 18, 2016

Absolutely love the work you guys are doing and I firmly believe that javascript is the way to go with everything. I want to make a Chrome App using cylon.js and therefore stumbled upon this repo from this blog post. Looking through the README, it's documented that we have to write our code in the script.js file for instance and bundle it using Browserify like so:

 ./node_modules/.bin/brows
AFIDclan
AFIDclan commented Mar 6, 2020

When attempting to download cityscapes_2048x1024 I got: ./download-models.sh: line 721: download_fcn_resnet18_cityscapes_2048x512: command not found
It looks like there was a typo, and line 721 needs to be changed from:
download_fcn_resnet18_cityscapes_2048x512 to download_fcn_resnet18_cityscapes_2048x1024

Thanks for the amazing repo!

stellarspot
stellarspot commented Apr 26, 2019

Run the sample:

(use-modules
 (opencog)
 (opencog nlp)
 (opencog nlp relex2logic)
 (opencog ghost)
 (opencog ghost procedures)
 (opencog exec))

(ghost-parse "
r: (where do _* work) '_0 work in SomeCompany.
")

; Test Ghost
(test-ghost "Where do I work?")
(test-ghost "Where does Alice works?")

The output is (i work in SomeCompany.)
The rule "(where do _* work)" d

drake
RussTedrake
RussTedrake commented Apr 19, 2020

I just responded to a student question, and realized that I might have been hiding a pretty useful debugging workflow. @hongkai-dai -- would you consider adding this to your MP tutorials?

But please know that there are some good tools for debugging constraints in mathematical program.  > I'm sorry we haven't advertised them better.

Take a look at the trick shot example in https://gith

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