Skip to content

Added documentation and bug fixes during SURF 2025 (excluding D1 Arm code)#149

Open
eloisezeng wants to merge 78 commits intomainfrom
surf2025_fixes
Open

Added documentation and bug fixes during SURF 2025 (excluding D1 Arm code)#149
eloisezeng wants to merge 78 commits intomainfrom
surf2025_fixes

Conversation

@eloisezeng
Copy link
Collaborator

No description provided.

@eloisezeng eloisezeng requested a review from Zolkin1 September 23, 2025 23:12
Copy link
Collaborator

@Zolkin1 Zolkin1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looking like a lot of really good changes that I had wanted fixed for a while. Thanks for this. I left a number of comments, so please address those or reply back and we can figure it out.

Also, Ruff (the python linter) had a few issues with the code so if you could fix those up that would be great.

@@ -80,7 +80,8 @@ namespace obelisk {
}

this->GetPublisher<unitree_controller_msg>(this->ctrl_key_)->publish(msg);

RCLCPP_INFO_STREAM(this->get_logger(), "msg.u_mujoco.size*(): " << msg.u_mujoco.size()); // FIXME: This is 81 but should be 87
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lets remove this log

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

When I launched g1_cpp.yaml, the number of control inputs did not match the number of joints in the G1 mujoco model. Thus, an error message was raised. I added the log statement as a reminder to debug this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants