3D rotations are complex. This simple tool is designed to publish TF frames. Thus it can help in finding the correct rotation based on Euler angles.
pyqt5
: Install it usingsudo apt install python3-pyqt5
- Download or clone the repository to the source directory of ROS workspace
- Compile the workspace by using
catkin_make
$ source devel/setup.bash
$ roslaunch frame_publisher run.launch
- This package has been tested on ROS Noetic (Ubuntu 20.04.6 LTS)
Please check here and create issues accordingly.