You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/building.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -127,7 +127,7 @@ Now that everything is set up, you can build with `colcon`. The basic command to
127
127
colcon build --packages-up-to $YOUR_PACKAGE
128
128
```
129
129
130
-
where `$YOUR_PACKAGE` could be e.g. `rclrs_examples`. See `colcon build --help` for a complete list of options.
130
+
where `$YOUR_PACKAGE` could be e.g. `examples_rclrs_minimal_pub_sub`. See `colcon build --help` for a complete list of options.
131
131
132
132
It's normal to see a `Some selected packages are already built in one or more underlay workspace` warning. This is because the standard message definitions that are part of ROS 2 need to be regenerated in order to create Rust bindings. If and when `ros2_rust` becomes an officially supported client library, this issue will disappear.
133
133
@@ -181,8 +181,8 @@ To summarize:
181
181
# Initial build of the package with colcon
182
182
# The --lookup-in-workspace flag is recommended for a cargo-based workflow
183
183
# Compare .cargo/config.toml with and without it to see its effect
0 commit comments