- Install the Remote - Containers extension in VSCode
- Install Docker on local machine (https://docs.docker.com/desktop/setup/install/linux/ubuntu/)
- Open the allan_variance_ros repository in VSCode
- Reopen in Container: Use the Command Palette (Ctrl+Shift+P or Cmd+Shift+P on macOS) and select "Remote-Containers: Reopen in Container". This will build the container using the Dockerfile and open your project inside the container
- Run
catkin build allan_variance_ros
to build the package - Run
rosrun allan_variance_ros allan_variance /path/to/rosbag.bag /path/to/config.yaml
to run the tool
Once the repository is open in the container, you can develop as normal following the instructions in the README.md file.