Skip to content
This repository has been archived by the owner on Jan 23, 2024. It is now read-only.

Commit

Permalink
Merge branch 'cleanup_motion' of github.com:bit-bots/bitbots_motion i…
Browse files Browse the repository at this point in the history
…nto cleanup_motion
  • Loading branch information
Flova committed Nov 2, 2023
2 parents d4ed38b + 30569be commit b697398
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 8 deletions.
2 changes: 1 addition & 1 deletion bitbots_dynup/src/dynup_engine.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -678,7 +678,7 @@ void DynupEngine::setGoals(const DynupRequest &goals) {
// we re-request the values every time because they can be changed by dynamic reconfigure
// and re-requesting them is fast enough
std::vector<rclcpp::Parameter> walking_params;
// Gat params and wait for walking to be ready
// Get params and wait for walking to be ready
walking_params = walking_param_client_->get_parameters({"engine.trunk_pitch",
"engine.trunk_height",
"engine.foot_distance",
Expand Down
2 changes: 1 addition & 1 deletion bitbots_hcm/bitbots_hcm/hcm_dsd/actions/wait.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

class Wait(AbstractHCMActionElement):
"""
This action does nothing. If a time is given, it will wait for that time.before it pops itself.
This action does nothing. If a time is given, it will wait for that time before it pops itself.
"""

def __init__(self, blackboard, dsd, parameters=None):
Expand Down
3 changes: 1 addition & 2 deletions bitbots_hcm/config/hcm_wolfgang.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,10 @@
falling_right: "falling_right"
turning_back_left: "turning_back_left"
turning_back_right: "turning_back_right"
anim_package: "wolfgang_animations"

# Falling
stand_up_active: true # Enables the robot to stand up automatically
falling_active: true # Enables the check for falling and coresponding counter meassurements
falling_active: true # Enables the check for falling and corresponding counter measurements
# Threshold tighter --> earlier reaction but more false positives, e.g. while walking
# Threshold softer --> too late reaction
falling_thresh_gyro_pitch: 7.0 # > gyroY
Expand Down
2 changes: 1 addition & 1 deletion bitbots_hcm/docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ What to do when it does not work
--------------------------------

1. Is `ros_control` running? Do you recieve joint states (`/joint_states`) or IMU data (`/imu/data_raw`)?
2. What is the state of the HCM (`rostopic echo /robot_state`)? The number has to be matched with the message
2. What is the state of the HCM (`ros2 topic echo /robot_state`)? The number has to be matched with the message
description (`ros2 interface show bitbots_msgs/msg/RobotControlState`).
3. The visualization of the DSD is possible with the standard DSD visualization using the rqt plugin.
There you can see exactly which decision is responsible for the current behavior and then you can look into the code.
Expand Down
1 change: 0 additions & 1 deletion bitbots_hcm/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
<depend>geometry_msgs</depend>
<depend>pybind11-dev</depend>
<depend>python3-numpy</depend>
<depend>python3-sklearn</depend>
<depend>python3-transforms3d</depend>
<depend>rclpy</depend>
<depend>ros2_numpy</depend>
Expand Down
2 changes: 0 additions & 2 deletions bitbots_head_mover/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,6 @@ std_msgs
tf2_geometry_msgs
tf2_kdl
tf2_ros


)

install(TARGETS
Expand Down

0 comments on commit b697398

Please sign in to comment.