Skip to content
#

robots

Here are 434 public repositories matching this topic...

rbudde
rbudde commented Feb 19, 2021

we would like to have a wiki page, which describes in detail the requirements for background images (standard sizes, relation to robot size, ...).

Then there should be a gallery of images, which can be used for free. There have been proposals in the context of GCin, which can be used as a starting point.

The load of a background image in the lab should be possible from a user supplied URL. T

dcieslak19973
dcieslak19973 commented Mar 1, 2021

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

Improve this page

Add a description, image, and links to the robots topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the robots topic, visit your repo's landing page and select "manage topics."

Learn more