-
Notifications
You must be signed in to change notification settings - Fork 373
User_Inst_UbuntuOnOracleVM
Martin Bischoff edited this page Jun 28, 2019
·
11 revisions
1.2 Ubuntu on Oracle VM VirtualBox
- Follow this tutorial to download Oracle VM VirtualBox and create a new VM.
In Oracle VirtualBox, make sure the Ubuntu VM is powered off. Then open the settings for the Ubuntu VM. In the Network tab, add two new network adapters:
- Host-only Adapter
- Network Bridge
In both set the Promiscuous mode toallow VMs
and set theCable Connected
tag.
In Ubuntu type $ ifconfig
to check the network configuration and to verify your Ethernet connection to the Windows OS.
The IP address (enp0s8
) of the Ubuntu system will be used by rosbridge_suite
and RosBridgeClient as mentioned later in tutorial 2.1 tutorial.
These settings are needed so that the RosBridgeClient running in Windows, and the ROSBridge Server running on Ubuntu can communicate.
Next tutorial: 1.3 ROS on Ubuntu
© Siemens AG, 2017-2019 Author: Verena Röhrl ([email protected])
-
- 1.3.1 R2D2 Setup
- 1.3.2 Gazebo Setup on VM
- 1.3.3 TurtleBot Setup (Optional for ROS2)
-
- 2.1 Quick Start
- 2.2 Transfer a URDF from ROS to Unity
- 2.3 Transfer a URDF from Unity to ROS
- 2.4 Unity Simulation Scene Example
- 2.5 Gazebo Simulation Scene Example
- 2.6 Fibonacci Action Client
- 2.7 Fibonacci Action Server
- 3.1 Import a URDF on Windows
- 3.2 Create, Modify and Export a URDF Model
- 3.3 Animate a Robot Model in Unity
- Message Handling: Readers & Writers
- Thread Safety for Message Reception
- File Server Package
- ROS-Unity Coordinate System Conversions
- Post Build Events
- Preprocessor Directives in ROS#
- Adding New Message Types
- RosBridgeClient Protocols
- RosBridgeClient Serializers
- Action Server State Machine Model
© Siemens AG, 2017-2024