ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

Octomap / GPU Voxel / Franka / MoveIt / Collision Avoidance - Help

asked 2019-07-23 07:29:23 -0500

Hi folks,

I want to implement a collision Avoidance for a Franka Robot using two Intel D435i 3D Cameras, Octomap and Moveit.

First Problem: The Octomaps refresh very slowly, at least in rviz. I would say about 2 Seconds when i put an obstacle into the view of the 3D cameras. I tried to limit the octomap distances, bigger voxels, etc. It is still very slow. When i display the two original point cloud topic streams from both the camera nodes, they display flawlessly with 60 fps. Is it still to much data for octomap?

Second Problem: I thought about using GPU Voxels instead of Octomap. This uses CUDA, but libfranka needs an PREEMPT_RT linux kernel. But there are no nvidia drivers for RT Kernels. The nouveau drivers have still their performance problem and liqourix kernel which has realtime capabilities and support for nvidia drivers does not work with libfranka.

What can i do about it? Later i want to implement some ML algorithms for object detection for the panda robot. Do i have to run the visual part of ROS on a second machine and the libfranka part on another one? Or any other suggestions?

Thanks in advance Armin

edit retag flag offensive close merge delete

Comments

I got some news from franka-community. At the franka_ros/franka_control node some can pass a realtime ignore Parameter to the Franka::Robot instance inside of the cpp program. The robot should then run even on a non realtime kernel. I tried it with a generic linux kernel and the liqourix kernel and started the nodes with launch-prefix"sudo -S -E nice -n -20" but only the gripper moves. The robot itself throws a controller. So still playing with the idea of two separate systems.

nero_valerius gravatar image nero_valerius  ( 2019-07-25 13:06:22 -0500 )edit

1 Answer

Sort by ยป oldest newest most voted
0

answered 2019-07-25 12:46:35 -0500

duck-development gravatar image

I think the two machine solution is the best. for controlling the franka you do need much computation power. just some Ethernet adapters

edit flag offensive delete link more

Question Tools

2 followers

Stats

Asked: 2019-07-23 07:29:23 -0500

Seen: 893 times

Last updated: Jul 25 '19