Skip to content

Commit 3238454

Browse files
authored
Update README.md (#68) (#74)
1 parent d071bc2 commit 3238454

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ We provide a process to republish any topic speaking in a given transport to a d
6060
e.g. have it subscribe to a topic you recorded encoded using draco and publish it as a raw, decoded message
6161

6262
```bash
63-
ros2 run point_cloud_transport republish --in_transport draco --out_transport raw --ros-args --remap in:=input_topic_name --remap out:=ouput_topic_name
63+
ros2 run point_cloud_transport republish --ros-args -p in_transport:=raw -p out_transport:=draco --remap in:=input_topic_name --remap out:=ouput_topic_name
6464
```
6565

6666
### Python

0 commit comments

Comments
 (0)