Moveit Benchmarking

asked 2021-07-26 10:29:14 -0500

Ranjit Kathiriya gravatar image

updated 2021-07-28 02:55:41 -0500

Hello there,

I am following the moveit benchmarking tutorial.

https://ros-planning.github.io/moveit...

I am not able to understand what to do in steps 9,10, and In Step 8, Do I have to terminate roslaunch panda_moveit_config demo.launch db:=true this launch in the terminal by pressing ctrl + c?

Thanks in advance for the help!



Change the location output_directory to export the benchmarked files.

Over here I have changed the directory to moveit_ros/benchmarks/examples location.

when I am running with this command then I am getting this errors: roslaunch moveit_ros_benchmarks demo_panda.launch

[ERROR] [1627455614.528753536]: Failed to find planning scene 'Kitchen1'
[ INFO] [1627455614.528812837]: Loaded planning scene successfully
[ERROR] [1627455614.528835750]: Failed to load benchmark query data
[ERROR] [1627455614.528869663]: Failed to run all benchmarks
[ WARN] [1627455614.554018335]: SEVERE WARNING!!!
Attempting to unload /home/kuka-ai/ai_catkin/devel/lib//libmoveit_kdl_kinematics_plugin.so
while objects created by this library still exist in the heap!
You should delete your objects before destroying the ClassLoader. The library will NOT be unloaded.
================================================================================REQUIRED process [moveit_run_benchmark-3] has died!
process has finished cleanly
log file: /home/kuka-ai/.ros/log/73e053dc-ef71-11eb-bc5e-5999434b0c67/moveit_run_benchmark-3*.log
Initiating shutdown!
================================================================================
[moveit_run_benchmark-3] killing on exit
[mongo_wrapper_ros_kukaai_ROG_Zephyrus_G15_GA502IU_GA502IU_8813_4306608128609173900-2] killing on exit
[rosout-1] killing on exit
[master] killing on exit
shutting down processing monitor...
... shutting down processing monitor complete


image description

image description

image description

edit retag flag offensive close merge delete

Comments

2

Very much looks like it, yes. Have you tried it?

fvd gravatar image fvd  ( 2021-07-27 23:51:30 -0500 )edit
2

Sounds like you didn't save your database/scene correctly, judging by Failed to find planning scene 'Kitchen1'

fvd gravatar image fvd  ( 2021-07-28 02:33:41 -0500 )edit
1

Are these correct steps that I have followed? Can it be a Database installation problem?

Ranjit Kathiriya gravatar image Ranjit Kathiriya  ( 2021-07-28 02:56:17 -0500 )edit
2

There might be an issue with how you specified the location. I haven't used the benchmarking code in a while. You can try to dig through the code, find where it loads the database, and print out the location it is checking. And then add that to the logging output for good measure.

fvd gravatar image fvd  ( 2021-07-28 03:39:47 -0500 )edit
1

Thanks for your suggestion. Will look into it.

Ranjit Kathiriya gravatar image Ranjit Kathiriya  ( 2021-07-28 03:56:23 -0500 )edit

After following MoveIt benchmarking tutorial, I still can't understand how it can be applied to my robot, because its tutorial is based on the panda arm.

mug gravatar image mug  ( 2022-01-13 03:01:20 -0500 )edit