Skip to content

Commit

Permalink
Merge branch 'develop' into survey_planner
Browse files Browse the repository at this point in the history
  • Loading branch information
marinagmoreira authored Jan 4, 2024
2 parents 70c8eb5 + 7c0ea09 commit 1555212
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@
path = astrobee/survey_manager/survey_dependencies/popf
url = https://github.com/Bckempa/popf.git
branch = noetic-devel

Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<root BTCPP_format="4" main_tree_to_execute = "MainTree" >
<BehaviorTree ID="MainTree">
<Sequence name="root_sequence">
<Move name="collecting_panoramas" goal="${arg2}"/>
</Sequence>
</BehaviorTree>
</root>
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<root BTCPP_format="4" main_tree_to_execute = "MainTree" >
<BehaviorTree ID="MainTree">
<Sequence name="root_sequence">
<Move name="move" goal="${arg2}"/>
</Sequence>
</BehaviorTree>
</root>
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<root BTCPP_format="4" main_tree_to_execute = "MainTree" >
<BehaviorTree ID="MainTree">
<Sequence name="root_sequence">
<NavigateNode name="move_to_inspect" robot="${arg0}" pose_id="${arg2}" />
<!--<TakePictureNavCam robot="${arg0}" waypoint="${arg2}"/>-->
</Sequence>
</BehaviorTree>
</root>
1 change: 1 addition & 0 deletions astrobee/survey_manager/survey_planner/src/ros1_lifecycle
Submodule ros1_lifecycle added at 39f5ac
Submodule ros2_planning_system added at 87d165
4 changes: 2 additions & 2 deletions dense_map/geometry_mapper/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ To compile Voxblox, clone

https://github.com/oleg-alexandrov/voxblox/

(branch isaac, comitt 9098a0f). This fork differs from the main repository at
(branch isaac). This fork differs from the main repository at
https://github.com/ethz-asl/voxblox by the introduction of a small
tool named batch_tsdf.cc that reads the clouds to fuse and the
transforms from disk and writes the output mesh back to disk, instead
Expand All @@ -185,7 +185,7 @@ fusing the clouds, which is computed by the geometry mapper.

Compile it using the instructions at:

https://github.com/oleg-alexandrov/voxblox/blob/master/docs/pages/Installation.rst
https://github.com/oleg-alexandrov/voxblox/blob/isaac/docs/pages/Installation.rst

This should end up creating the program:

Expand Down

0 comments on commit 1555212

Please sign in to comment.