The Wayback Machine - https://web.archive.org/web/20211217160913/https://github.com/topics/robotics
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 6,675 public repositories matching this topic...

averelon
averelon commented Aug 7, 2020

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

wechaty
treeguard
treeguard commented Sep 27, 2020

Is your feature request related to a problem? Please describe.
The current RoomMemberQueryFilter doesn't support query by wxid (id of Contact), can we support this?

Describe the solution you'd like
Add id as a string type in RoomMemberQueryFilter
Describe alternatives you've considered

  1. Find all contacts for the room and find out the matched id
  2. Load the contact by id fir
ardupilot
drake
RussTedrake
RussTedrake commented Nov 22, 2021

DirectCollocation only supports continuous-time systems. (It's not that we haven't implemented it yet,; the notion of the time derivative of a trajectory which is fundamental to the DirectCollocation algorithm doesn't make sense in discrete time). If someone passes in a discrete time system, the intended helpful guard/message [here](https://github.com/RobotLocomotion/drake/blob/b7c0497cb120dd5

Wikipedia
Wikipedia