Skip to content

Latest commit

 

History

History
46 lines (32 loc) · 1.78 KB

README.md

File metadata and controls

46 lines (32 loc) · 1.78 KB

Franka vision grasping

This repo is for grasping task on the following setup.

Arm: Franka Emika Panda

Vision Sensor: Intel RealSense D435

Computing Platform: Jetson AGX Xavier

Requirements

Usage

DetectNet trained on COCO-bottle

python3 vision_grasping.py --network=coco-bottle

Self-trained ONNX model

python3 vision_grasping.py --model=<path-to-your-model> --labels=<path-to-your-label> --input-blob=input_0 --output-cvg=scores --output-bbox=boxes

Troubleshooting

  • After flash the Jetson Xavier with JetPack 4.4 and realtime kernel patch, sudo jetson_clocks may not able to turn on the fan, which will lead to severe heat accumulation. You can use echo 255 | sudo tee /sys/devices/pwm-fan/target-pwm to manually set the fan at maximum speed.

    Reference: https://forums.developer.nvidia.com/t/fan-management-xavier/70166/9