You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the z1_controller repository provides a ROS control interface for the Unitree Z1 robotic arm in the /z1_gazebo namespace. However, there is a need to extend support for controlling the Z1 arm when it is mounted on the Aliengo quadruped using the aliengoZ1 model.
Failed attempt to control Z1 arm joints within aliengoZ1_description in Gazebo
Details:
IOROS is Unitree's control interface for Z1 in ROS Gazebo simulation.
Currently, the
z1_controller
repository provides a ROS control interface for the Unitree Z1 robotic arm in the/z1_gazebo
namespace. However, there is a need to extend support for controlling the Z1 arm when it is mounted on the Aliengo quadruped using the aliengoZ1 model.aliengoZ1_description
in GazeboDetails:
IOROS
is Unitree's control interface for Z1 in ROS Gazebo simulation.IOROS
, joint controller topic names are hard-coded with the/z1_gazebo
namespace, makingz1_controller
incompatible with thealiengoZ1_description
model, which uses namespace/aliengoZ1_gazebo
.The text was updated successfully, but these errors were encountered: