-
-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
test_walk_1_real_robot
fixes
#720
Conversation
acrylic-origami
commented
Dec 2, 2022
- Only the minimal change is included in this PR the commits are kept minimal
- Code is readable and documented in the code
- Minimal tests have been added
You need to put the skip back in to pass CI |
@@ -32,6 +32,7 @@ def walker(request) -> Navigator: | |||
config_folder_path = f"{file_path}/../../config/" | |||
config_path = config_folder_path + f"{robot_model}_sim_pybullet.yaml" | |||
set_rosparam_from_yaml_file(param_path=config_path) | |||
set_rosparam_from_yaml_file(param_path=f"{file_path}/../../../{robot_model}_description/config/motor_mapping.yaml") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
delete this
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
and then put the rospy.wait_for_message into this
Stale pull request message |
Stale pull request message |