realsense_gazebo_plugin icon indicating copy to clipboard operation
realsense_gazebo_plugin copied to clipboard

Is there any kinetic branch package?

Open zzy5510 opened this issue 5 years ago • 7 comments
trafficstars

the master branch seems not works rightly on my environment. the move_group node always exits

zzy5510 avatar Mar 21 '20 03:03 zzy5510

Master should work can you post the error please?

SyrianSpock avatar Mar 21 '20 13:03 SyrianSpock

emmm... the plugin works rightly. And i can get cloudpoint if I run as you said in Readme.md. However, when i uses this plugin in moveit, which means moveit will listen to this topic and transform it to Octomap, so moveit can feel the obstacle in the environment, and it fails to roslaunch ur5_planning_executin_example_execution.launch. the error is: [ERROR] [1584798236.109192037, 1062.893000000]: Transform error: Lookup would require extrapolation into the past. Requested time 1038.528000000 but the earliest data is at time 1061.233000000, when looking up transform from frame [gripper_finger1_knuckle_link] to frame [color] [ERROR] [1584798236.109424738, 1062.893000000]: Transform cache was not updated. Self-filtering may fail.

And the same config with a kinect camera works normally. I think this may be too complicated. Can you get what i said? Thankyou anyway.

zzy5510 avatar Mar 21 '20 13:03 zzy5510

Are you using sim time?

SyrianSpock avatar Mar 21 '20 15:03 SyrianSpock

i have tried both ur5_planning_executin_example_execution.launch and depth_proc.launch use sim time or don't use sim_time. in the former case, the error before will show once, while in the latter case, the error will show preiodicly. That is supper strange. And i find if i run ur5_planning_executin_example_execution.launch before depth_proc.launch, it has no error but i get no pointcloud.even the topic of pointcloud exist and movegroup has subscripted it.

zzy5510 avatar Mar 22 '20 02:03 zzy5510

Please share your launch files

SyrianSpock avatar Mar 22 '20 09:03 SyrianSpock

this is launch_simulation.launch

launch_simulation.txt

main.txt urwh_planning_example_execution.txt These are three launch files. I will first launch main.launch to run gazebo, and then run urwh_planning_example_execution.launch to run rviz.

zzy5510 avatar Mar 22 '20 09:03 zzy5510

Hi guys and SyrianSpock, thanks for your help and it turns out to be a time problem. Now i use sim time in all my nodes and this error disappear. Unlucky, i got another error:

[ERROR] [1585381836.248724327, 1517.576000000]: Transform error: "shoulder_link" passed to lookupTransform argument source_frame does not exist.

And I can not find this mysterious source_frame in every urdf. What does this mean?

zzy5510 avatar Mar 28 '20 07:03 zzy5510