-
Updated
Nov 23, 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 5,141 public repositories matching this topic...
-
Updated
Dec 7, 2020 - Jupyter Notebook
-
Updated
Dec 5, 2020 - C++
-
Updated
Dec 1, 2020 - Go
Mode::get_pilot_desired_heading_and_speed() directly takes the steering and throttle input from the RC object instead of using Mode::get_pilot_input(). This means simple mode will not work correctly with two paddle input.
This should be quite a straightforward fix it just needs to be tested afterwards to be sure the fix is correct.
-
Updated
Nov 23, 2020 - C++
-
Updated
Nov 19, 2020 - C++
-
Updated
Oct 2, 2020 - JavaScript
-
Updated
Oct 6, 2020 - Python
-
Updated
Nov 19, 2020
-
Updated
Dec 2, 2020 - HTML
-
Updated
Nov 29, 2020 - C++
-
Updated
Nov 13, 2020 - Scheme
-
Updated
Dec 7, 2020 - C#
-
Updated
Sep 24, 2020
-
Updated
Mar 15, 2019 - Jupyter Notebook
-
Updated
Dec 7, 2020 - Java
-
Updated
Dec 5, 2020 - C++
Ankit Shah and I are trying to use Gen to support a project and would love the addition of a dirichlet distribution
-
Updated
Nov 18, 2020
-
Updated
Dec 5, 2020 - C++
-
Updated
Dec 7, 2020
To enable non-static behavior with the Pedestrian proto, the users have to add a dummy controllerArg
value, which is odd and difficult to understand. We should implement a simpler way to do this, like for example add a mass
field that would enable non-static behavior if the mass is greater t
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