Skip to content

Releases: snt-arg/unitree_ros

1.2.0

23 Jul 06:46
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.1.1...1.2.0

1.1.1

25 Apr 17:36
f59e24d
Compare
Choose a tag to compare

🚀 Unitree ROS Driver v1.1.1 Release

This release fixes a bug in the launch file, where in the humble distribution there was an import error and in addition the launch file had the missing default value for the robot_ip, causing it to require the user to always input the right robot_ip.

From now on, in order to launch for a Wi-Fi connection, one just needs to add the arg wifi:=true.
Here's the command: ros2 launch unitree_ros unitree_ros_launch.py wifi:=true

What's Changed

New Contributors

Full Changelog: 1.0.0...1.1.1

v1.0.0

08 Feb 14:36
Compare
Choose a tag to compare

🚀 Unitree ROS Driver v1.0.0 Release

🛠️ Features:

  • Supports Unitree Go1
  • Supports ROS foxy, humble and iron
  • Receive velocity commands
  • Stand down/up the robot
  • Publish odometry
  • Publish IMU
  • Publish ultrasonic sensors ranges
  • Publish battery state
  • Supports configuration via ROS parameters
  • Shows status using head LEDs
  • Low battery protection
  • Enable obstacle avoidance

📓 Notes:

This release marks the initial stable version of unitree_ros, providing essential functionality for interfacing with Unitree robot platforms. Users are encouraged to review the updated documentation for setup instructions and usage guidelines.