Robotics StackExchange | Archived questions

ROS2 Binary or Source Installation ?

I need to download ROS2 (Bouncy Bolson) on Windows 10 and use the RTI as the DDS vendor. Is it ok if I install the binary or do i need to install it from Source ? What is the difference ?

Asked by aks on 2018-09-10 02:20:37 UTC

Comments

Windows install binary - Install additional DDS implementations (optional) documents this.

Asked by gvdhoorn on 2018-09-10 02:42:15 UTC

Answers

Is it ok if I install the binary or do i need to install it from Source ? What is the difference ?

The former lets you use precompiled artefacts, while the latter requires you to setup a build environment and compile everything yourself.

Asked by gvdhoorn on 2018-09-10 02:42:55 UTC

Comments