Skip to content

Commit

Permalink
Update README.md (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahcorde committed Mar 25, 2024
1 parent d071bc2 commit 1544e2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ We provide a process to republish any topic speaking in a given transport to a d
e.g. have it subscribe to a topic you recorded encoded using draco and publish it as a raw, decoded message

```bash
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
```

### Python
Expand Down

0 comments on commit 1544e2d

Please sign in to comment.