-
Updated
May 14, 2020
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,378 public repositories matching this topic...
-
Updated
May 8, 2020 - Jupyter Notebook
I'm following https://gobot.io/documentation/platforms/chip/ on macOS and seeing a compilation error in the sample program:
undefined: gobot.On
Repro steps
I ran go get -d -u gobot.io/x/gobot/...
(worked)
Pasted the sample listed to main.go:
package main
import (
"fmt"
"gobot.io/x/gobot"
"gobot.io/x/gobot/drivers/gpio"
"gobot.io/x/gobot/platfor
Reading the documentation, it is not entirely clear to me what are the differences of the joint control modes supported in pybullet.
I try to recap them here, please @erwincoumans feel free to jump in to add more details and address holes in my understanding.
Let's assume that in all cases (excluding torque), the reference error is the following:
error = kp * (pos_des - pos) + kd *
Hi,
I am planning to use Standalone Cartographer (i.e without ROS ).
I have gone through the documentation cartographer.readthedocs but it was not enough to start feeding the live sensors data( not from rosbag ) and running the SLAM.
I have found this similar issue 1229
Feature request
Customer request to add support for the Celsius Fast-Response, ±0.1°C Temperature Sensor (I2C) for ArduRover.
Support for the Library and Driver were added in 2017, but only for ArduSub, no other firmware type. [AP_TemperatureSensor: Add AP_TemperatureSensor library and TSYS01 driver](https
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
-
Updated
Apr 28, 2020 - Python
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!
-
Updated
May 21, 2020 - HTML
-
Updated
May 21, 2020 - C++
-
Updated
May 9, 2020
-
Updated
May 21, 2020 - C#
Ghost unit tests no longer pass, for unknown reason. The last passed in pull req #3632 on 4 March 2020 and fail on #3636 which does nothing but modify the README.
The last time all 11 unit tests ran and passed was https://circleci.com/gh/opencog/opencog/2422 (later pull reqs did not run all tests!?)
There were only two changes: first change is opencog/opencog@852c6
-
Updated
Mar 15, 2019 - Jupyter Notebook
We don't show anybody, yet, how to visualize forces. It would be easy/nice to add to the tutorial.
So far, when someone asked, I've responded with:
In meshcat, we have:
https://github.com/RobotLocomotion/drake/search?q=MeshcatContactVisualizer&unscoped_q=MeshcatContactVisualizer
For drake-visualizer, we have:
https://github.com/RobotLocomotion/drake/search?q=ConnectContactResultsToDrak
Changing an integrator's accuracy after initializing a TimeStepper has no effect, but this does not seem to be documented.
Discovered in opensim-org/opensim-core#2041.
-
Updated
Apr 21, 2020
Ankit Shah and I are trying to use Gen to support a project and would love the addition of a dirichlet distribution
An extra null pointer check is not needed in functions like the following.
- CameraThread
- [OdometryFovis](https://github.com/introlab/r
WIP in the branch: port-doc-sphinx-breathe
Instructions and dependencies here.
-
Inspiration:
-
Motivation:
- Sphi
-
Updated
May 7, 2020 - Python
-
Updated
May 6, 2020
-
Updated
Mar 24, 2020 - Python
-
Updated
Feb 24, 2020 - Python
- Wikipedia
- Wikipedia
There is an optional
board
param than may be passed in the constructor opts for all device classes. Simply put, it allows the user to specify which board they want to use in projects that have multiple boards. It is currently not documented anywhere and should probably be added to all the classes.