Skip to content

Commit b9a9f88

Browse files
committed
Cmake added and launch file
1 parent b4431f0 commit b9a9f88

File tree

5 files changed

+6
-2
lines changed

5 files changed

+6
-2
lines changed

src/wr_hsi_sensing/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ add_message_files(
5757
# Message1.msg
5858
# Message2.msg
5959
CoordinateMsg.msg
60+
Marker.msg
61+
MarkerArray.msg
6062
)
6163

6264
## Generate services in the 'srv' folder

src/wr_hsi_sensing/launch/mapviz.launch

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<!-- Launches mapviz visualization. -->
33
<!-- Requires ardusimple_provided node to be running -->
44
<!-- <include file="$(find wr_hsi_sensing)/launch/ardusimple_provided.launch" /> -->
5+
<node pkg="wr_hsi_sensing" type="publis_points.py" name="gps_data_points_pub" />
56

67
<node pkg="mapviz" type="mapviz" name="mapviz">
78
<!-- <param name="config" value=""/> -->

src/wr_hsi_sensing/nodes/publish_points.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,6 @@ def publish_markers():
4545

4646

4747
if(__name__ == "__main__"):
48-
rospy.init_node("gps_data_pub", anonymous = False)
48+
rospy.init_node("gps_data_points_pub", anonymous = False)
4949
publish_markers()
5050
rospy.spin()

src/wr_hsi_sensing/sh2

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Subproject commit b514b1e2586ddc195e553dac89fc94c637b25298

0 commit comments

Comments
 (0)