Skip to content

Commit

Permalink
update docs (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
koide3 authored Jul 23, 2024
1 parent 8ecef6e commit 1a2d9d7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ mkdir gtsam_points/build && cd gtsam_points/build
cmake .. -DBUILD_WITH_CUDA=ON
make -j$(nproc)
sudo make install


# Make shared libraries visible to the system
sudo ldconfig
```

#### From [PPA](https://github.com/koide3/gtsam_points) [Ubuntu 24.04 , 22.04, 20.04 / AMD64, ARM64]
Expand Down
2 changes: 1 addition & 1 deletion docs/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ ros2 run glim_ros glim_rosnode --ros-args -p config_path:=$(realpath ./config)

The mapping result data (dump data) is saved in ```/tmp/dump``` when closing glim_rosnode or glim_rosbag. The dump data can be visualized and edited using the offline viewer (```rosrun glim_ros offline_viewer```).

**Example dump data**: [dump_os1_128.tar.gz](https://drive.google.com/file/d/1lOGGYpIicmBYZeaxKzwXc5NaK6d-krMn/view?usp=sharing)
**Example dump data**: [dump_rosbag2_2024_04_16-14_17_01.tar.gz](https://drive.google.com/file/d/1bZDhCTrhPftnU2d4UwRy3rhkbf2NI_eQ/view?usp=sharing) (trajectory errors injected for manual loop closure test)

### Offline viewer (manual map editing and point cloud export)

Expand Down

0 comments on commit 1a2d9d7

Please sign in to comment.