Florian Vahl

Results 64 issues of Florian Vahl

There is some role position related code in there and the description is the same as in the GoToDefensePosition. We should do some cleanup here.

behavior

Currently the path planning controller assumes that it's last result is the current cmd_vel. So if the path planning gets a new goal the velocity smoothing starts with the last...

bug
navigation

Currently, the pickup decision checks if the robot is upright the acceleration values directly. A more robust method would be a check via the filtered IMU orientation, which exists for...

enhancement
motion

Change the carrot distance based on the straightness of the path. We can pull the carrot closer for tight turns. This might lead to more agressive corrections, so we might...

enhancement
navigation

## Proposed changes Add reference to the new anchorless weights

## Proposed changes Adapt this repo for evaluation on the cityscapes dataset # **Do not merge this pr!!!**

wontfix

Building a `setup.py` based setup results in code being generated in the source folder. A cleaner approach would be probably to store this not in the `src` directory. This would...

Followup of #494

enhancement
motion

Add support for the MuJoCo Simulator This is still very much WIP.

enhancement
simulation