bitbots_main icon indicating copy to clipboard operation
bitbots_main copied to clipboard

This git contains all RoboCup code from the Hamburg Bit-Bots.

Results 133 bitbots_main issues
Sort by recently updated
recently updated
newest added

## Is your feature request related to a problem? Please describe. Currently the dynup uses strings and/or integers to determine the desired direction. This is not easily readable. ## Describe...

enhancement
motion

## Is your feature request related to a problem? Please describe. Currently, states are represented as integers or strings, this is not easily readable. This impacts `DynupEngineDebug.msg` and the `DynupEngine::publish_debug`...

enhancement
motion

## Expected behavior For the following goal, the kick chooses to use the left foot. However, it cannot reach the ball with the left foot. ``` goal: header: seq: 0...

bug
motion

## Is your feature request related to a problem? Please describe. The following features are missing and need to be implemented in the future: - [ ] Include Ball velocity...

enhancement
misc

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

The stopping of walking was changed in a hacky way in https://github.com/bit-bots/bitbots_motion/pull/285 This should be refactored to something more nice

enhancement
motion

When https://github.com/ros-controls/control_toolbox/pull/125 is merged, it should be possible to use the same node for the PID controller and the other stuff. We should refactor our code to get rid of...

enhancement
motion

In total, we currently have 105 launch files of which 42 contain the `sim` argument. The following launch files do not contain the `sim` launch argument. Please review them and...

misc

## Current behavior So far the team communication, which publishes the `TeamData` msgs upon receiving information from other robots, for further handling in other nodes is utilizing `humanoid_league_msgs/msg/ObstacleRelativeArray`. However the...

bug
misc