Skip to content

Commit

Permalink
small updates to the interface
Browse files Browse the repository at this point in the history
  • Loading branch information
Zolkin1 committed Jan 26, 2025
1 parent d18d380 commit 34ca842
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions obelisk/cpp/zoo/hardware/robots/unitree/unitree_interface.h
Original file line number Diff line number Diff line change
Expand Up @@ -122,11 +122,6 @@ namespace obelisk {
return CRC32;
};

enum class AnkleMode {
PR = 0, // Series Control for Ptich/Roll Joints
AB = 1 // Parallel Control for A/B Joints
};

// ---------- Topics ---------- //
// TODO: Verify these are the same of the G1 and the Go2
std::string CMD_TOPIC_;
Expand All @@ -135,7 +130,6 @@ namespace obelisk {
std::string network_interface_name_;
std::shared_ptr<unitree::robot::b2::MotionSwitcherClient> mode_switch_manager_;

std::string name_;
size_t num_motors_;
std::vector<std::string> joint_names_;

Expand Down

0 comments on commit 34ca842

Please sign in to comment.