Unity's Robotics

NOOB here at Robotics, and I would like to try using ROS tools and Unity Simulation Engine to simulate a Differential Drive Robot.

Thanks

I have used ROS on Ubuntu 20.04 Linux Setup… I am assuming that Unity and ROS will work on the same computer? I also use Windows and MacOS…

Any advice here before jumping into the packages…

Glad you’re interested in checking out the Robotics tools! You might want to get started with taking a look at our Navigation 2 SLAM Example, which uses a TurtleBot3:

Hope this helps!

I am stuck here Configure your Development Environment source previously mentioned…

My environment:

  • Ubuntu 20.04.3 LTS

  • Unity Editor system requirements: Ubuntu 20.04

  • Unity Editor 2020.3.26f1

  • ROS_VERSION=2

  • ROS_PYTHON_VERSION=3

  • PWD=/opt/ros/foxy

Build the Docker container
cd ros2_docker
docker build -t unity-robotics:nav2-slam-example ./

The above CLI commands did not work…

Under the git ros2_docker directory contains the following:
colcon_ws , Dockerfile , ros2-setup.bash

…, so what am I doing wrong?

Source:

When you say the commands “did not work”, what exactly happened?