This package contains the Noetic Dockerfile for TIAGo Base (PMB2), TIAGo OMNI Base and ARan Base (PMB3) online tutorials.
Important Note: This Dockerfile is meant to be used to explore the functionalities of PAL Robotics mobile bases, it is not meant for development on the real robots since more functionalities are available in the dockers provided to customers when purchasing a robot.
You can find the Dockerfile corresponding to each ROS distribution in its respective branch.
To use this Docker you can either:
- Build it locally with the latest version of all our packages
or
- Pull the already build image from DockerHub
cd pal_mobile_base_docker
docker build --no-cache -t pal_mobile_base_noetic_docker .
The image can be pulled from DockeHub :
docker pull palroboticssl/pal_mobile_base_tutorials:noetic
The tutorials that can be followed thanks to this Docker are listed here:
- TIAGo Base: http://wiki.ros.org/Robots/PMB-2/Tutorials
- TIAGo OMNI Base: http://wiki.ros.org/Robots/TIAGo-OMNI-base/Tutorials
- ARan Base: http://wiki.ros.org/Robots/TIAGo-OMNI-base/Tutorials
If issues are encountered during those tutorials please open an issue on the appropriate repository.
- Repository: https://github.com/pal-robotics/pmb2_tutorials
- Bugtracker: https://github.com/pal-robotics/pmb2_tutorials/issues