File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -136,7 +136,7 @@ jobs:
136136 nix develop '.#${{ matrix.distro }}-ci' -c cargo build --example twist_pub
137137 nix develop '.#${{ matrix.distro }}-ci' -c cargo build --example battery_state_sub
138138 nix develop '.#${{ matrix.distro }}-ci' -c cargo build --example laser_scan
139- nix develop '.#${{ matrix.distro }}-ci' -c cargo build --example z_srvcli --features ros-z-msgs/ external_msgs
139+ nix develop '.#${{ matrix.distro }}-ci' -c cargo build --example z_srvcli --features external_msgs
140140
141141 - name : Build protobuf demo
142142 run : |
Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ cargo build -p rcl-z
8181cargo build -p ros-z-msgs --features external_msgs
8282
8383# Build example that uses external messages (requires ROS 2)
84- cargo build --example z_srvcli --features ros-z/ external_msgs
84+ cargo build --example z_srvcli --features external_msgs
8585```
8686
8787### Using Nix (Optional)
@@ -156,7 +156,7 @@ Examples are categorized by their dependencies:
156156
157157- ** External messages** (requires ROS 2 installation):
158158 - ` z_srvcli ` - Service client/server using example_interfaces
159- - Build with: ` cargo build --example z_srvcli --features ros-z/ external_msgs `
159+ - Build with: ` cargo build --example z_srvcli --features external_msgs `
160160
161161- ** Advanced** (requires protobuf feature):
162162 - ` protobuf_demo ` - Demonstrates protobuf serialization with both ROS
You can’t perform that action at this time.
0 commit comments