From 6f86ea94532a140106072e1706c4b50087529ea6 Mon Sep 17 00:00:00 2001 From: Michel Breyer <10465414+mbreyer@users.noreply.github.com> Date: Fri, 14 Jan 2022 14:17:38 +0100 Subject: [PATCH] Minor --- cfg/active_grasp.yaml | 3 +-- launch/env.launch | 2 +- src/active_grasp/simulation.py | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/cfg/active_grasp.yaml b/cfg/active_grasp.yaml index e02cfc5..94742e2 100644 --- a/cfg/active_grasp.yaml +++ b/cfg/active_grasp.yaml @@ -34,5 +34,4 @@ policy: nbv_grasp: max_views: 80 min_gain: 10 - downsample: 20 # 10/20 for sim/hw respectively - + downsample: 10 # 10/20 for sim/hw respectively diff --git a/launch/env.launch b/launch/env.launch index 62bbd9b..1413d43 100644 --- a/launch/env.launch +++ b/launch/env.launch @@ -12,7 +12,7 @@ - + diff --git a/src/active_grasp/simulation.py b/src/active_grasp/simulation.py index 634fa82..48d67cb 100644 --- a/src/active_grasp/simulation.py +++ b/src/active_grasp/simulation.py @@ -16,7 +16,7 @@ from vgn.detection import VGN, select_local_maxima rospack = rospkg.RosPack() pkg_root = Path(rospack.get_path("active_grasp")) -urdfs_dir = pkg_root / "assets/urdfs" +urdfs_dir = pkg_root / "assets" class Simulation: