We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fc543c commit 1a7512aCopy full SHA for 1a7512a
README.md
@@ -57,6 +57,15 @@ $ roslaunch patchworkpp demo.launch
57
$ rosbag play kitti_00_sample.bag
58
```
59
60
+or run the demo that is dynamically reconfigurable with `rqt_reconfigure`
61
+
62
+```bash
63
+# Start reconfigurable Patchwork++
64
+$ roslaunch patchworkpp demo_reconf.launch
65
+# Start the bag file
66
+$ rosbag play kitti_00_sample.bag
67
+```
68
69
## :pushpin: TODO List
70
- [ ] Update additional demo codes processing data with .bin file format
71
- [ ] Generalize point type in the source code
0 commit comments