- Clone the repository: `git clone https://gitlab.iri.upc.edu/labrobotica/ros/devices/ptu_d46/iri_dynamixel_pan_tilt_description.git`
- Compile: `roscd && cd .. && catkin_make -DCMAKE_BUILD_TYPE=Release`
# How to use it
The [ax12_pan_tilt_example.xacro](https://gitlab.iri.upc.edu/labrobotica/ros/devices/dynamixel_pan_tilt/iri_dynamixel_pan_tilt_description/blob/master/urdf/ax12_pan_tilt_example.xacro)
file shows an example of how to include the xacro macro in another xacro file.
The xacro macro has the following parameters:
***prefix:** name of the device used to specify the frames and joints to allow multiples instances.
***parent:** name of the parent frame of the IMU sensor.
***pan_joint_name:** name of the pan joint.
***tilt_joint_name:** name of the tilt joint.
***load_name:** name of the load frame.
***origin:** pose of the device with respect of the parent frame.