Launch AprilTag

This commit is contained in:
Michel Breyer
2021-12-03 10:53:23 +01:00
parent ba03f501b7
commit ecb6da23eb
4 changed files with 45 additions and 6 deletions

13
launch/hw.launch Normal file
View File

@@ -0,0 +1,13 @@
<?xml version="1.0" ?>
<launch>
<!-- Panda -->
<include file="$(find active_grasp)/launch/panda.launch" />
<!-- Camera -->
<include file="$(find realsense2_camera)/launch/rs_camera.launch">
<arg name="enable_pointcloud" value="true" />
<arg name="publish_tf" value="false" />
</include>
</launch>