Skip to content

Commit

Permalink
Add database file (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
sjahr authored Sep 24, 2024
1 parent 545146d commit 39d8787
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
Binary file added demo/config/panda_benchmarks.sqlite
Binary file not shown.
4 changes: 2 additions & 2 deletions demo/launch/pipeline_testbench.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ def launch_setup(context, *args, **kwargs):

# Warehouse config
sqlite_database = os.path.join(
get_package_share_directory("moveit_benchmark_resources"),
"databases",
get_package_share_directory("moveit_drake"),
"config",
"panda_benchmarks.sqlite",
)

Expand Down
4 changes: 0 additions & 4 deletions moveit_drake.repos
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,3 @@ repositories:
type: git
url: https://github.com/moveit/moveit_msgs
version: ros2
moveit_benchmark_resources:
type: git
url: https://github.com/sjahr/moveit_benchmark_resources
version: pr-fix-motion-plan-requests

0 comments on commit 39d8787

Please sign in to comment.