From db5e4861a3bcf7e8b0c923e1251482185717a2e4 Mon Sep 17 00:00:00 2001 From: Timo Schneider Date: Sat, 10 May 2025 19:53:33 +0200 Subject: [PATCH] forgot this --- src/sherpa/urdf/components/camera.xacro | 49 +++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 src/sherpa/urdf/components/camera.xacro diff --git a/src/sherpa/urdf/components/camera.xacro b/src/sherpa/urdf/components/camera.xacro new file mode 100644 index 0000000..3fe1e5b --- /dev/null +++ b/src/sherpa/urdf/components/camera.xacro @@ -0,0 +1,49 @@ + + + + + + + + + + + + + + + + + + + ${frequency} + ${topic} + ${name}_link + + ${(fov/360) * (2*3.1415)} + + 800 + 800 + R8G8B8 + + + 0.02 + 300 + + + gaussian + 0 + 0.007 + + + + + + \ No newline at end of file