My goal is to make the UR3e react to the movement of a MPU9250 (gyroscop, accelerometer and magnetometer hooked up to an arduino) If possible I would like the robots tool center point to mimic the motion of the MPU9250 in 3D space. I do not have a Gripper or tool attached to the Robot, I would like to move the position and orientation of the wrist though.
I followed enough tutorials to be able to run a ROS node on the Arduino to process data from the gyroscope and send TF data or gemometry_msgs to Turtlesim. (The turtle moves when the gyroscop is moved)
I have installed ROS melodic, RosIndustrial and the Universal_Robots_ROS_Driver driver. The github instructions for establishing communication via ethernet worked. (ROS can “ping” the robot) Unfortunately I have no idea how to translate the 2D simulation into actual robot movements.
- How do I write a basic subscriber node or action listener to run on the UR? (Are there any tutorials or demos about this? )
- Do I need some special algorythms to translate geometry_msgs to the pose of the UR?
- Are there some good functions, libraries or frameworks for me to look into?
I’m a s student (Junior) working on my bachelors degree in software engineering. This project is part of my internship with a robotics departement in an actual company. I’m new to ROS and this is my first time working with an UR robot. I would ask my co workers if they had experience working with UR and ROS.