-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
168 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
- git: | ||
local-name: orb_slam_2_ros | ||
uri: https://github.com/appliedAI-Initiative/orb_slam_2_ros.git | ||
# camera driver and orb slam 2: | ||
- git: | ||
local-name: realsense-ros | ||
uri: https://github.com/IntelRealSense/realsense-ros.git | ||
- git: | ||
local-name: orb_slam_2_ros | ||
uri: https://github.com/appliedAI-Initiative/orb_slam_2_ros.git |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
# all following packages are for voxblox | ||
- git: | ||
local-name: voxblox | ||
uri: https://github.com/ethz-asl/voxblox.git | ||
- git: | ||
local-name: catkin_simple | ||
uri: https://github.com/catkin/catkin_simple.git | ||
- git: | ||
local-name: eigen_catkin | ||
uri: https://github.com/ethz-asl/eigen_catkin.git | ||
- git: | ||
local-name: eigen_checks | ||
uri: https://github.com/ethz-asl/eigen_checks.git | ||
- git: | ||
local-name: gflags_catkin | ||
uri: https://github.com/ethz-asl/gflags_catkin.git | ||
- git: | ||
local-name: glog_catkin | ||
uri: https://github.com/ethz-asl/glog_catkin.git | ||
- git: | ||
local-name: minkindr | ||
uri: https://github.com/ethz-asl/minkindr.git | ||
- git: | ||
local-name: minkindr_ros | ||
uri: https://github.com/ethz-asl/minkindr_ros.git | ||
- git: | ||
local-name: protobuf_catkin | ||
uri: https://github.com/ethz-asl/protobuf_catkin.git | ||
- git: | ||
local-name: catkin_boost_python_buildtool | ||
uri: https://github.com/ethz-asl/catkin_boost_python_buildtool | ||
- git: | ||
local-name: numpy_eigen | ||
uri: https://github.com/ethz-asl/numpy_eigen.git | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
<launch> | ||
<arg name="voxel_size" default="0.04"/> | ||
<node name="voxblox_node" pkg="voxblox_ros" type="tsdf_server" output="screen" args="-alsologtostderr" clear_params="true"> | ||
<remap from="pointcloud" to="/camera/depth/color/points"/> | ||
<param name="tsdf_voxel_size" value="$(arg voxel_size)" /> | ||
<param name="tsdf_voxels_per_side" value="16" /> | ||
<param name="voxel_carving_enabled" value="true" /> | ||
<param name="color_mode" value="color" /> | ||
<param name="use_tf_transforms" value="true" /> | ||
<param name="world_frame" value="map"/> | ||
<param name="update_mesh_every_n_sec" value="1.0" /> | ||
<param name="min_time_between_msgs_sec" value="0.0" /> | ||
<param name="method" value="fast" /> | ||
<param name="use_const_weight" value="false" /> | ||
<param name="allow_clear" value="true" /> | ||
<param name="verbose" value="false" /> | ||
<param name="mesh_filename" value="/tmp/$(anon voxblox_mesh).ply" /> | ||
</node> | ||
|
||
</launch> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters