robots
Here are 470 public repositories matching this topic...
-
Updated
Jul 4, 2021 - C#
-
Updated
Nov 26, 2020
-
Updated
Jun 7, 2021
-
Updated
May 28, 2021 - PHP
-
Updated
Jun 17, 2021 - Solidity
-
Updated
Jun 29, 2021 - Go
-
Updated
Jun 29, 2021 - Python
-
Updated
Jul 7, 2021 - Java
-
Updated
Jul 6, 2021 - Python
-
Updated
Jun 9, 2021 - JavaScript
-
Updated
Jul 5, 2021 - Python
-
Updated
Apr 26, 2019 - C
-
Updated
Dec 13, 2018 - Kotlin
-
Updated
May 30, 2021 - Python
-
Updated
May 19, 2021 - Python
Hello,
I was wondering if it is possible to share some complete scenes like indoor places or any scene for obstacle avoidance and potential machine learning. Is there any way to add objects, textures and so on to the scene? Thanks
-
Updated
Dec 20, 2020 - Python
-
Updated
Aug 24, 2020 - Python
-
Updated
Feb 6, 2021 - Java
-
Updated
Dec 28, 2018
Context:
- either in the data base or exported there may be outdated xml programs
- if this is detected, a transformer is called to update the xml to the current version 3.1
- currently this is done inline in rest methods that are responsible for loading/importing program
Goal:
- create a new rest method, that gets old xml and returns new xml
- add the uri of this rest method to
-
Updated
Jul 6, 2021 - HTML
-
Updated
Sep 18, 2019 - C++
-
Updated
Nov 27, 2020
-
Updated
Mar 31, 2021 - JavaScript
Describe the bug
Current call uses:
const auto angle = iangle - odom->getState(StateMode::FRAME_TRANSFORMATION).theta;
Which can lead to 270 degree turns instead of 90 degree turns.
Changing to:
const auto angle = OdomMath::constrainAngle180(iangle - odom->getState(StateMode::FRAME_TRANSFORMATION).theta);
Should ensure the robot turns the shortest angle
**Steps To R
-
Updated
Aug 7, 2019 - Python
-
Updated
Jan 26, 2021 - C++
Improve this page
Add a description, image, and links to the robots topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the robots topic, visit your repo's landing page and select "manage topics."
As pointed out in cyberbotics/webots#2787 (comment), we should probably create a common
stylesheet.qssin theresourcesfolder that would contain the common style sheets to all platforms.