Quickstart Guide
Last updated
Last updated
The available VM has been tested both on a Windows 11 Intel PC and a MacOS 13.4 Intel Mac. For Silicon M1/M2 Macs, the VirtualBox is only available as a developers preview and therefore considered experimental.
Download and install VirtualBox and the extension Pack.
To improve the
Download and import the .ova
VM in VirtualBox.
In theory, the network settings should be configured correctly. To check them, open the settings and make sure the network adapters are configured as follows:
Additionally, you can configure the system settings to utilize all cores and RAM in the system settings.
To make use of the shared folder, update the shared folders settings to a existing folder.
Start the VM and log in with the password RoboDog3
.
If you're using the VM from above, the rbd_packages
folder is already available in the ~/git/
folder and symbolically linked to the catkin workspace ~/ROSWorkspaces/BA/src/
.
To execute the ROS commands, change to the catkin workspace with cd ~/ROSWorkspaces/BA
.
First, clone the GitHub repo with git clone
https://github.com/juripfammatter/rbd_package
.
Create a workspace folder (assuming you've installed ROS Melodic):
Link the rbd_packages folder symbolically to the new catkin workspace:
ln -s ~/git/rbd_packages/rbd_ros_local ~/ROSWorkspaces/BA/src
.
Build the packages with catkin build
.
source devel/setup.bash
.
Mount the camera mount to the ZED2 Stereo camera.
Mount the camera with the camera mount to the robot.
Insert two M3 screws diagonally into the LiDAR mount.
Connect the power cable to the 19 V output and the LiDAR's USB-cable to the robot.
Mount the LiDAR mount onto the robot.
Connect the ZED2 camera via its USB-cable.
Check the battery status by pressing the power button located on the battery on the left-hand side once.
Start the robot by pressing the power button once and then holding it until the LEDs begin to move.
After a few seconds connect your local machine to the Unitree's WiFi hotspot.
Unplug the USB-cable of the LiDAR for one second, then plug it back in.
Check the connection to the robot with ping unitree@192.168.123.12
.
Start the whole system by running ./rbd_startup.sh
in your home directory.
Now the GUI, camera image and Rviz should open a window on your local machine.