Skip to content
Snippets Groups Projects

Refactor code into three packages

Merged Dan Jia requested to merge dan_ros into master
88 files
+ 357
16
Compare changes
  • Side-by-side
  • Inline
Files
88
+ 0
7
<!-- Starts up everything needed to run the example listener/talker nodes. -->
<launch>
<!-- The Python talker node will publish a custom message. -->
<node pkg="pwc_net" type="publisher.py" name="publisher" output="screen">
</node>
</launch>
Loading