CardiffUniversityComputationalRobotics / a1_pose

Publishes poses for Unitree A1.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

a1_pose

This package is in charge of publishing both the joints for the A1 real-world robot and additionally uses other packages to publish the odometry transform and data.

Joints States

To publish the joint states, the node in a1_joint_states.py is used, which has the following publishers and subscribers.

Publishers

Subscribers

Odometry

Additionally, to estimate odometry, we use the node state_estimation_node from champ_base package which publishes the odom transform and the data to the topic odom/raw.

For a complete execution of all the mentioned above, check the launch file a1_pose.launch in this package.

About

Publishes poses for Unitree A1.

License:MIT License


Languages

Language:Python 95.7%Language:CMake 4.3%