No version for distro humble showing github. Known supported distros are highlighted in the buttons above.

Package Summary

Tags No category tags.
Version 0.0.0
License Apache-2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Description ROS2-Control implementations for Quadruped robots, include sim2real
Checkout URI https://github.com/legubiao/quadruped_ros2_control.git
VCS Type git
VCS Version main
Last Updated 2025-06-24
Dev Status UNKNOWN
Released UNRELEASED
Tags rl gazebo xiaomi legged-robots mujoco ros2-control unitree ocs2 deep-robotics
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

TODO: Package description

Additional Links

No additional links.

Maintainers

  • biao

Authors

No additional authors.

Hardware Unitree SDK2

This package contains the hardware interface based on unitree_sdk2 to control the Unitree robot in Mujoco simulator or real Unitree Robots supported by sdk2.

Please use mujoco simulation in unitree_mujoco. In this simulation, I add foot force sensor support.

*[x] [2025-01-16] Add odometer states for simulation.

1. Interfaces

Required hardware interfaces:

  • command:
    • joint position
    • joint velocity
    • joint effort
    • KP
    • KD
  • state:
    • joint effort
    • joint position
    • joint velocity
    • imu sensor
      • linear acceleration
      • angular velocity
      • orientation
    • foot force sensor

2. Build

Tested environment:

  • Ubuntu 24.04
    • ROS2 Jazzy
  • Ubuntu 22.04
    • ROS2 Humble

Build Command:

cd ~/ros2_ws
colcon build --packages-up-to hardware_unitree_sdk2 --symlink-install

3. Config network and domain

Since the real unitree robot has different network and domain name, you need to set the network and domain name in the xacro file.

<hardware>
    <plugin>hardware_unitree_sdk2/HardwareUnitree</plugin>
    <param name="domain">1</param>
    <param name="network_interface">lo</param>
</hardware>

After modified the config, you can tried to visualize the robot info from real robot by following command:

source ~/ros2_ws/install/setup.bash
ros2 launch hardware_unitree_sdk2 visualize.launch.py

CHANGELOG
No CHANGELOG found.

Package Dependencies

System Dependencies

No direct system dependencies.

Dependant Packages

No known dependants.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged hardware_unitree_sdk2 at Robotics Stack Exchange

No version for distro jazzy showing github. Known supported distros are highlighted in the buttons above.

Package Summary

Tags No category tags.
Version 0.0.0
License Apache-2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Description ROS2-Control implementations for Quadruped robots, include sim2real
Checkout URI https://github.com/legubiao/quadruped_ros2_control.git
VCS Type git
VCS Version main
Last Updated 2025-06-24
Dev Status UNKNOWN
Released UNRELEASED
Tags rl gazebo xiaomi legged-robots mujoco ros2-control unitree ocs2 deep-robotics
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

TODO: Package description

Additional Links

No additional links.

Maintainers

  • biao

Authors

No additional authors.

Hardware Unitree SDK2

This package contains the hardware interface based on unitree_sdk2 to control the Unitree robot in Mujoco simulator or real Unitree Robots supported by sdk2.

Please use mujoco simulation in unitree_mujoco. In this simulation, I add foot force sensor support.

*[x] [2025-01-16] Add odometer states for simulation.

1. Interfaces

Required hardware interfaces:

  • command:
    • joint position
    • joint velocity
    • joint effort
    • KP
    • KD
  • state:
    • joint effort
    • joint position
    • joint velocity
    • imu sensor
      • linear acceleration
      • angular velocity
      • orientation
    • foot force sensor

2. Build

Tested environment:

  • Ubuntu 24.04
    • ROS2 Jazzy
  • Ubuntu 22.04
    • ROS2 Humble

Build Command:

cd ~/ros2_ws
colcon build --packages-up-to hardware_unitree_sdk2 --symlink-install

3. Config network and domain

Since the real unitree robot has different network and domain name, you need to set the network and domain name in the xacro file.

<hardware>
    <plugin>hardware_unitree_sdk2/HardwareUnitree</plugin>
    <param name="domain">1</param>
    <param name="network_interface">lo</param>
</hardware>

After modified the config, you can tried to visualize the robot info from real robot by following command:

source ~/ros2_ws/install/setup.bash
ros2 launch hardware_unitree_sdk2 visualize.launch.py

CHANGELOG
No CHANGELOG found.

Package Dependencies

System Dependencies

No direct system dependencies.

Dependant Packages

No known dependants.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged hardware_unitree_sdk2 at Robotics Stack Exchange

No version for distro kilted showing github. Known supported distros are highlighted in the buttons above.

Package Summary

Tags No category tags.
Version 0.0.0
License Apache-2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Description ROS2-Control implementations for Quadruped robots, include sim2real
Checkout URI https://github.com/legubiao/quadruped_ros2_control.git
VCS Type git
VCS Version main
Last Updated 2025-06-24
Dev Status UNKNOWN
Released UNRELEASED
Tags rl gazebo xiaomi legged-robots mujoco ros2-control unitree ocs2 deep-robotics
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

TODO: Package description

Additional Links

No additional links.

Maintainers

  • biao

Authors

No additional authors.

Hardware Unitree SDK2

This package contains the hardware interface based on unitree_sdk2 to control the Unitree robot in Mujoco simulator or real Unitree Robots supported by sdk2.

Please use mujoco simulation in unitree_mujoco. In this simulation, I add foot force sensor support.

*[x] [2025-01-16] Add odometer states for simulation.

1. Interfaces

Required hardware interfaces:

  • command:
    • joint position
    • joint velocity
    • joint effort
    • KP
    • KD
  • state:
    • joint effort
    • joint position
    • joint velocity
    • imu sensor
      • linear acceleration
      • angular velocity
      • orientation
    • foot force sensor

2. Build

Tested environment:

  • Ubuntu 24.04
    • ROS2 Jazzy
  • Ubuntu 22.04
    • ROS2 Humble

Build Command:

cd ~/ros2_ws
colcon build --packages-up-to hardware_unitree_sdk2 --symlink-install

3. Config network and domain

Since the real unitree robot has different network and domain name, you need to set the network and domain name in the xacro file.

<hardware>
    <plugin>hardware_unitree_sdk2/HardwareUnitree</plugin>
    <param name="domain">1</param>
    <param name="network_interface">lo</param>
</hardware>

After modified the config, you can tried to visualize the robot info from real robot by following command:

source ~/ros2_ws/install/setup.bash
ros2 launch hardware_unitree_sdk2 visualize.launch.py

CHANGELOG
No CHANGELOG found.

Package Dependencies

System Dependencies

No direct system dependencies.

Dependant Packages

No known dependants.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged hardware_unitree_sdk2 at Robotics Stack Exchange

No version for distro rolling showing github. Known supported distros are highlighted in the buttons above.

Package Summary

Tags No category tags.
Version 0.0.0
License Apache-2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Description ROS2-Control implementations for Quadruped robots, include sim2real
Checkout URI https://github.com/legubiao/quadruped_ros2_control.git
VCS Type git
VCS Version main
Last Updated 2025-06-24
Dev Status UNKNOWN
Released UNRELEASED
Tags rl gazebo xiaomi legged-robots mujoco ros2-control unitree ocs2 deep-robotics
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

TODO: Package description

Additional Links

No additional links.

Maintainers

  • biao

Authors

No additional authors.

Hardware Unitree SDK2

This package contains the hardware interface based on unitree_sdk2 to control the Unitree robot in Mujoco simulator or real Unitree Robots supported by sdk2.

Please use mujoco simulation in unitree_mujoco. In this simulation, I add foot force sensor support.

*[x] [2025-01-16] Add odometer states for simulation.

1. Interfaces

Required hardware interfaces:

  • command:
    • joint position
    • joint velocity
    • joint effort
    • KP
    • KD
  • state:
    • joint effort
    • joint position
    • joint velocity
    • imu sensor
      • linear acceleration
      • angular velocity
      • orientation
    • foot force sensor

2. Build

Tested environment:

  • Ubuntu 24.04
    • ROS2 Jazzy
  • Ubuntu 22.04
    • ROS2 Humble

Build Command:

cd ~/ros2_ws
colcon build --packages-up-to hardware_unitree_sdk2 --symlink-install

3. Config network and domain

Since the real unitree robot has different network and domain name, you need to set the network and domain name in the xacro file.

<hardware>
    <plugin>hardware_unitree_sdk2/HardwareUnitree</plugin>
    <param name="domain">1</param>
    <param name="network_interface">lo</param>
</hardware>

After modified the config, you can tried to visualize the robot info from real robot by following command:

source ~/ros2_ws/install/setup.bash
ros2 launch hardware_unitree_sdk2 visualize.launch.py

CHANGELOG
No CHANGELOG found.

Package Dependencies

System Dependencies

No direct system dependencies.

Dependant Packages

No known dependants.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged hardware_unitree_sdk2 at Robotics Stack Exchange

Package Summary

Tags No category tags.
Version 0.0.0
License Apache-2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Description ROS2-Control implementations for Quadruped robots, include sim2real
Checkout URI https://github.com/legubiao/quadruped_ros2_control.git
VCS Type git
VCS Version main
Last Updated 2025-06-24
Dev Status UNKNOWN
Released UNRELEASED
Tags rl gazebo xiaomi legged-robots mujoco ros2-control unitree ocs2 deep-robotics
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

TODO: Package description

Additional Links

No additional links.

Maintainers

  • biao

Authors

No additional authors.

Hardware Unitree SDK2

This package contains the hardware interface based on unitree_sdk2 to control the Unitree robot in Mujoco simulator or real Unitree Robots supported by sdk2.

Please use mujoco simulation in unitree_mujoco. In this simulation, I add foot force sensor support.

*[x] [2025-01-16] Add odometer states for simulation.

1. Interfaces

Required hardware interfaces:

  • command:
    • joint position
    • joint velocity
    • joint effort
    • KP
    • KD
  • state:
    • joint effort
    • joint position
    • joint velocity
    • imu sensor
      • linear acceleration
      • angular velocity
      • orientation
    • foot force sensor

2. Build

Tested environment:

  • Ubuntu 24.04
    • ROS2 Jazzy
  • Ubuntu 22.04
    • ROS2 Humble

Build Command:

cd ~/ros2_ws
colcon build --packages-up-to hardware_unitree_sdk2 --symlink-install

3. Config network and domain

Since the real unitree robot has different network and domain name, you need to set the network and domain name in the xacro file.

<hardware>
    <plugin>hardware_unitree_sdk2/HardwareUnitree</plugin>
    <param name="domain">1</param>
    <param name="network_interface">lo</param>
</hardware>

After modified the config, you can tried to visualize the robot info from real robot by following command:

source ~/ros2_ws/install/setup.bash
ros2 launch hardware_unitree_sdk2 visualize.launch.py

CHANGELOG
No CHANGELOG found.

Package Dependencies

System Dependencies

No direct system dependencies.

Dependant Packages

No known dependants.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged hardware_unitree_sdk2 at Robotics Stack Exchange

No version for distro galactic showing github. Known supported distros are highlighted in the buttons above.

Package Summary

Tags No category tags.
Version 0.0.0
License Apache-2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Description ROS2-Control implementations for Quadruped robots, include sim2real
Checkout URI https://github.com/legubiao/quadruped_ros2_control.git
VCS Type git
VCS Version main
Last Updated 2025-06-24
Dev Status UNKNOWN
Released UNRELEASED
Tags rl gazebo xiaomi legged-robots mujoco ros2-control unitree ocs2 deep-robotics
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

TODO: Package description

Additional Links

No additional links.

Maintainers

  • biao

Authors

No additional authors.

Hardware Unitree SDK2

This package contains the hardware interface based on unitree_sdk2 to control the Unitree robot in Mujoco simulator or real Unitree Robots supported by sdk2.

Please use mujoco simulation in unitree_mujoco. In this simulation, I add foot force sensor support.

*[x] [2025-01-16] Add odometer states for simulation.

1. Interfaces

Required hardware interfaces:

  • command:
    • joint position
    • joint velocity
    • joint effort
    • KP
    • KD
  • state:
    • joint effort
    • joint position
    • joint velocity
    • imu sensor
      • linear acceleration
      • angular velocity
      • orientation
    • foot force sensor

2. Build

Tested environment:

  • Ubuntu 24.04
    • ROS2 Jazzy
  • Ubuntu 22.04
    • ROS2 Humble

Build Command:

cd ~/ros2_ws
colcon build --packages-up-to hardware_unitree_sdk2 --symlink-install

3. Config network and domain

Since the real unitree robot has different network and domain name, you need to set the network and domain name in the xacro file.

<hardware>
    <plugin>hardware_unitree_sdk2/HardwareUnitree</plugin>
    <param name="domain">1</param>
    <param name="network_interface">lo</param>
</hardware>

After modified the config, you can tried to visualize the robot info from real robot by following command:

source ~/ros2_ws/install/setup.bash
ros2 launch hardware_unitree_sdk2 visualize.launch.py

CHANGELOG
No CHANGELOG found.

Package Dependencies

System Dependencies

No direct system dependencies.

Dependant Packages

No known dependants.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged hardware_unitree_sdk2 at Robotics Stack Exchange

No version for distro iron showing github. Known supported distros are highlighted in the buttons above.

Package Summary

Tags No category tags.
Version 0.0.0
License Apache-2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Description ROS2-Control implementations for Quadruped robots, include sim2real
Checkout URI https://github.com/legubiao/quadruped_ros2_control.git
VCS Type git
VCS Version main
Last Updated 2025-06-24
Dev Status UNKNOWN
Released UNRELEASED
Tags rl gazebo xiaomi legged-robots mujoco ros2-control unitree ocs2 deep-robotics
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

TODO: Package description

Additional Links

No additional links.

Maintainers

  • biao

Authors

No additional authors.

Hardware Unitree SDK2

This package contains the hardware interface based on unitree_sdk2 to control the Unitree robot in Mujoco simulator or real Unitree Robots supported by sdk2.

Please use mujoco simulation in unitree_mujoco. In this simulation, I add foot force sensor support.

*[x] [2025-01-16] Add odometer states for simulation.

1. Interfaces

Required hardware interfaces:

  • command:
    • joint position
    • joint velocity
    • joint effort
    • KP
    • KD
  • state:
    • joint effort
    • joint position
    • joint velocity
    • imu sensor
      • linear acceleration
      • angular velocity
      • orientation
    • foot force sensor

2. Build

Tested environment:

  • Ubuntu 24.04
    • ROS2 Jazzy
  • Ubuntu 22.04
    • ROS2 Humble

Build Command:

cd ~/ros2_ws
colcon build --packages-up-to hardware_unitree_sdk2 --symlink-install

3. Config network and domain

Since the real unitree robot has different network and domain name, you need to set the network and domain name in the xacro file.

<hardware>
    <plugin>hardware_unitree_sdk2/HardwareUnitree</plugin>
    <param name="domain">1</param>
    <param name="network_interface">lo</param>
</hardware>

After modified the config, you can tried to visualize the robot info from real robot by following command:

source ~/ros2_ws/install/setup.bash
ros2 launch hardware_unitree_sdk2 visualize.launch.py

CHANGELOG
No CHANGELOG found.

Package Dependencies

System Dependencies

No direct system dependencies.

Dependant Packages

No known dependants.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged hardware_unitree_sdk2 at Robotics Stack Exchange

No version for distro melodic showing github. Known supported distros are highlighted in the buttons above.

Package Summary

Tags No category tags.
Version 0.0.0
License Apache-2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Description ROS2-Control implementations for Quadruped robots, include sim2real
Checkout URI https://github.com/legubiao/quadruped_ros2_control.git
VCS Type git
VCS Version main
Last Updated 2025-06-24
Dev Status UNKNOWN
Released UNRELEASED
Tags rl gazebo xiaomi legged-robots mujoco ros2-control unitree ocs2 deep-robotics
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

TODO: Package description

Additional Links

No additional links.

Maintainers

  • biao

Authors

No additional authors.

Hardware Unitree SDK2

This package contains the hardware interface based on unitree_sdk2 to control the Unitree robot in Mujoco simulator or real Unitree Robots supported by sdk2.

Please use mujoco simulation in unitree_mujoco. In this simulation, I add foot force sensor support.

*[x] [2025-01-16] Add odometer states for simulation.

1. Interfaces

Required hardware interfaces:

  • command:
    • joint position
    • joint velocity
    • joint effort
    • KP
    • KD
  • state:
    • joint effort
    • joint position
    • joint velocity
    • imu sensor
      • linear acceleration
      • angular velocity
      • orientation
    • foot force sensor

2. Build

Tested environment:

  • Ubuntu 24.04
    • ROS2 Jazzy
  • Ubuntu 22.04
    • ROS2 Humble

Build Command:

cd ~/ros2_ws
colcon build --packages-up-to hardware_unitree_sdk2 --symlink-install

3. Config network and domain

Since the real unitree robot has different network and domain name, you need to set the network and domain name in the xacro file.

<hardware>
    <plugin>hardware_unitree_sdk2/HardwareUnitree</plugin>
    <param name="domain">1</param>
    <param name="network_interface">lo</param>
</hardware>

After modified the config, you can tried to visualize the robot info from real robot by following command:

source ~/ros2_ws/install/setup.bash
ros2 launch hardware_unitree_sdk2 visualize.launch.py

CHANGELOG
No CHANGELOG found.

Package Dependencies

System Dependencies

No direct system dependencies.

Dependant Packages

No known dependants.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged hardware_unitree_sdk2 at Robotics Stack Exchange

No version for distro noetic showing github. Known supported distros are highlighted in the buttons above.

Package Summary

Tags No category tags.
Version 0.0.0
License Apache-2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Description ROS2-Control implementations for Quadruped robots, include sim2real
Checkout URI https://github.com/legubiao/quadruped_ros2_control.git
VCS Type git
VCS Version main
Last Updated 2025-06-24
Dev Status UNKNOWN
Released UNRELEASED
Tags rl gazebo xiaomi legged-robots mujoco ros2-control unitree ocs2 deep-robotics
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

TODO: Package description

Additional Links

No additional links.

Maintainers

  • biao

Authors

No additional authors.

Hardware Unitree SDK2

This package contains the hardware interface based on unitree_sdk2 to control the Unitree robot in Mujoco simulator or real Unitree Robots supported by sdk2.

Please use mujoco simulation in unitree_mujoco. In this simulation, I add foot force sensor support.

*[x] [2025-01-16] Add odometer states for simulation.

1. Interfaces

Required hardware interfaces:

  • command:
    • joint position
    • joint velocity
    • joint effort
    • KP
    • KD
  • state:
    • joint effort
    • joint position
    • joint velocity
    • imu sensor
      • linear acceleration
      • angular velocity
      • orientation
    • foot force sensor

2. Build

Tested environment:

  • Ubuntu 24.04
    • ROS2 Jazzy
  • Ubuntu 22.04
    • ROS2 Humble

Build Command:

cd ~/ros2_ws
colcon build --packages-up-to hardware_unitree_sdk2 --symlink-install

3. Config network and domain

Since the real unitree robot has different network and domain name, you need to set the network and domain name in the xacro file.

<hardware>
    <plugin>hardware_unitree_sdk2/HardwareUnitree</plugin>
    <param name="domain">1</param>
    <param name="network_interface">lo</param>
</hardware>

After modified the config, you can tried to visualize the robot info from real robot by following command:

source ~/ros2_ws/install/setup.bash
ros2 launch hardware_unitree_sdk2 visualize.launch.py

CHANGELOG
No CHANGELOG found.

Package Dependencies

System Dependencies

No direct system dependencies.

Dependant Packages

No known dependants.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged hardware_unitree_sdk2 at Robotics Stack Exchange