Skip to content

Commit

Permalink
launch commands and fix node type
Browse files Browse the repository at this point in the history
  • Loading branch information
tetov committed Aug 19, 2024
1 parent 8bdca10 commit d4406a9
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,3 +75,21 @@ The relevant ones are
```sh
roslaunch biodigitalmatter_ros bringup.launch rgbd_camera:=D435i
```

## Launch setups

### Kaolin on robot

### Kaolin

```bash
ROS_MASTER_URI=http://cook.local:11311/ mon launch biodigitalmatter_ros
bringup.launch no_robots:=true rgbd_oak_model:=OAK-D-PRO no_rgb:=true
no_record:=true
```

### Cook

```bash
ROS_MASTER_URI=http://cook.local:11311 mon launch biodigitalmatter_ros bringup.launch no_rgbd:=true no_rrc:=true rgb_pw:=MASKED
```
2 changes: 1 addition & 1 deletion launch/bringup.launch
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
args="--all --publish --output-prefix=$(env HOME)/rosbags/$(optenv HOSTNAME no_env_hostname) --split
--duration=2h --lz4"
unless="$(arg no_record)" />
<node name="store_pointclouds" pkg="pcl_ros" type="pointcloud">
<node name="store_pointclouds" pkg="pcl_ros" type="pointcloud_to_pcd">
<remap from="input" to="/points" />
<param name="fixed_frame" value="world" />
<param name="prefix" value="$(env HOME)/pcds/" />
Expand Down

0 comments on commit d4406a9

Please sign in to comment.