Random poses for a robotic arm
Hi guys,
I need to finish a project for an internship but I am not really sure how to do it. Can you check it out?
1) Solution launched 2) User inputs number of poses to test 3) Poses are generated for workspace volume 4) Poses are tested to be reachable by robot a. ROSINFO outputs current pose details: i. Pose Number ii. Cartesian pose details iii. Is pose reachable by robot? (successful or unsuccessful) 5) Results are saved to CSV file
So basically, they want me to make a robot arm and give 100 random poses to it and do the rest. I am sure I can write a python script to generate the poses and publish it (Yeah but how?) And I don't know how to use ROSINFO and how to save results to a CSV file... And I don't want to use any simulation to create those poses such as MoveIt etc.
So any source suggestion or any kind of help from all...