We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d071bc2 commit 3238454Copy full SHA for 3238454
README.md
@@ -60,7 +60,7 @@ We provide a process to republish any topic speaking in a given transport to a d
60
e.g. have it subscribe to a topic you recorded encoded using draco and publish it as a raw, decoded message
61
62
```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
+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
64
```
65
66
### Python
0 commit comments