Skip to content

Commit 0d0999d

Browse files
committed
simple typo 'setup this up'
1 parent 0f01620 commit 0d0999d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/src/extended_getting_started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ Right now, **why** we did all these things might not be obvious, but it will be
232232
So far we've avoided installing any version of ROS at all. This is great since we can write and run our node on a system without any ROS
233233
making our code extremely portable. However, to actually run our node we'll want a ROS system to connect to.
234234

235-
One way to setup this up would be to go through a full ROS installation for either `ROS1` or `ROS2`, but the recommended approach for roslibrust is use a ROS installation inside a docker container.
235+
One way to set this up would be to go through a full ROS installation for either `ROS1` or `ROS2`, but the recommended approach for roslibrust is use a ROS installation inside a docker container.
236236
This unfortunately introduces the complexity of docker, but it is a very portable and repeatable way to setup a ROS environment.
237237
Furthermore, it makes it extremely easy to experiment with multiple versions of ROS!
238238

0 commit comments

Comments
 (0)