Skip to content

Commit

Permalink
chore: Update dataset documentation and add MCAP scripts examples
Browse files Browse the repository at this point in the history
  • Loading branch information
horverno committed Jul 23, 2024
1 parent a550802 commit 03092e8
Showing 1 changed file with 19 additions and 2 deletions.
21 changes: 19 additions & 2 deletions docs/dataset/jkk_dataset_02.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,26 @@ You can instanly view the data in [Foxglove Studio](https://foxglove.dev/) (Free

![](/img/dataset02A.png)

One of the easiest way to getting started with the dataset is to look at the notebook examples:
### Python scripts for MCAP

[Open MCAP in python notebook](https://github.com/jkk-research/jkk-research.github.io/blob/master/notebooks/mcap_basics.ipynb){ .md-button }
One of the easiest way to getting started with the dataset is to look at the examples:


[MCAP scripts examples](https://github.com/jkk-research/jkk_utils/tree/ros2/mcap_scripts){ .md-button }

[Further MCAP in python notebook](https://github.com/jkk-research/jkk-research.github.io/blob/master/notebooks/mcap_to_trajectory.ipynb){ .md-button }

!!! danger "Important note"
MCAP is ROS 2 agnostic, and can be used in any Python project, but `rosbag2-api` **does rely** on ROS2. Use `mcap-ros2-support` which is not dependent on ROS 2.


`Python MCAP ROS2 support` package (`mcap-ros2-support`) provides ROS2 support for the Python MCAP file format reader. It has no dependencies on ROS2 itself or a ROS 2 environment, and can be used in any Python project.

On windows / linux / mac install the following packages:

``` bash
pip install mcap mcap-ros2-support matplotlib numpy pandas scipy
```

## Dataset description

Expand Down

0 comments on commit 03092e8

Please sign in to comment.