Skip to content

This container could be used to parse bagfiles with out interfering with host OS ROS processes. Please, follow REDME.md for usage instruction.

License

Notifications You must be signed in to change notification settings

RobotiXX/ROS-Noetic-Container

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Setup instruction

This container could be used to parse bagfiles with out interfering with host OS ROS processes. Please, follow REDME.md for usage instruction.

  • Setup docker in your machine follow: https://docs.docker.com/get-docker/ .

  • In your terminal run docker --version should work now.

  • clone this github repository.

  • cd into the reposoitory: cd ROS-Noetic-Container

  • to build image: docker build -t {your_unique_name} .

  • this will mount your present working directory to /src inside docker and take you to contaier command line: docker run -it -v "$(pwd)":/src <your_unique_name> bash

  • rosbag --version

  • python3 --version

  • rosversion -d

About

This container could be used to parse bagfiles with out interfering with host OS ROS processes. Please, follow REDME.md for usage instruction.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published