Skip to content

Commit

Permalink
CLI in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tgoelles committed Feb 22, 2022
1 parent 16dd9dd commit c3f0896
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 1 deletion.
26 changes: 26 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,32 @@ This produces the plot from the animation above.
.. _html documentation: https://virtual-vehicle.github.io/pointcloudset/
.. _tutorial notebooks: https://github.com/virtual-vehicle/pointcloudset/tree/master/doc/sphinx/source/tutorial_notebooks


CLI to convert ROS bag files to pointcloudset or csv, las and more
################################################

.. raw:: html

<embed>
<html>
<head>
<link rel="stylesheet" type="text/css" href="asciinema-player.css" />
</head>
<body>
<div id="player"></div>
<script src="asciinema-player.min.js"></script>
<script>
AsciinemaPlayer.create(
'470722.cast',
document.getElementById('player'),
{ cols: 131, rows: 20 }
);
</script>
</body>
</html>
</embed>


Comparison to related packages
################################################

Expand Down
4 changes: 3 additions & 1 deletion doc/sphinx/source/commandline_interface.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,6 @@ the converted directory.
.. click:: pointcloudset.io.dataset.commandline:typer_click_object
:prog: rosbagconvert
:nested: full
:nested: full

rosbagconvert . -d converted -o csv

0 comments on commit c3f0896

Please sign in to comment.