-
Updated
Apr 30, 2021
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 5,637 public repositories matching this topic...
-
Updated
May 10, 2021 - Jupyter Notebook
-
Updated
May 12, 2021 - C++
-
Updated
Apr 14, 2021 - Go
Feature request
Is your feature request related to a problem? Please describe.
Many frames don't work in SITL/autotest as they're missing configuration files.
That list is currently
known_broken_frames = {
'cwx': "missing defaults file",
# the following can be removed once
# https://github.com/ArduPilot/mavlink/pull/205 and and
-
Updated
May 8, 2021 - C++
-
Updated
Apr 22, 2021 - C++
-
Updated
Oct 2, 2020 - JavaScript
-
Updated
May 11, 2021
-
Updated
May 7, 2021 - HTML
-
Updated
Feb 25, 2021
-
Updated
Apr 9, 2021 - Scheme
-
Updated
May 11, 2021 - C#
-
Updated
May 4, 2021
-
Updated
Mar 15, 2019 - Jupyter Notebook
-
Updated
May 11, 2021 - Java
-
Updated
Mar 17, 2021 - C++
-
Updated
May 12, 2021
I'll post it as a question as I am not quite sure that it is a bug. I have been experimenting for a while with the library in a custom environment for a school project and I am really interested in the reproducibility of the result. I have read the disclaimer in the documentation that reads that reproducible results are not guaranteed across multiple platforms or different versions of Pytorch. Ho
Ankit Shah and I are trying to use Gen to support a project and would love the addition of a dirichlet distribution
-
Updated
Feb 15, 2021
-
Updated
May 12, 2021 - C++
Maybe, the Python documentation would be more readable by utilizing the Python typing. For example, instead of:
from controller import Node
class Node:
def getId(self):
def getDef(self):
def getParentNode(self):
def isProto(self):
def getFromProtoDef(self, name):
we could write
from contro
Hello
I was going through the costmap_2d_ros.cpp file, and there is a timer with 0.1 duration, that calls movementCB function, which updates the parameters robot_stopped_ and old_pose.
On searching for these two params int he whole navigation code, I didnt find anything that uses the values of these parameters.
I was wondering what is movementCB and these parameters for?
- Wikipedia
- Wikipedia
The uncompensated temperature of the BMP180 is incorrectly converted to a 16-bit signed value, instead of a 32-bit signed value (long). Since the data is 16-bits wide and can therefore not be negative, the easy fix would be to do the following:
sip.js(1128): uncompensated = uint16(data[0], data[1]);
Please see page 15 of the manual of the BMP180 chip:
https://ae-bst.resource.bosch.com/media