Skip to content

Commit 7ac8952

Browse files
removed gps_spoofer from CMakeLists
1 parent 3107249 commit 7ac8952

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ cs_add_executable(gps_to_pose_conversion_node src/gps_to_pose_conversion_node.cp
1616
#target_link_libraries(gps_to_pose_conversion_node ${catkin_LIBRARIES})
1717

1818
cs_install()
19-
cs_install_scripts(src/gps_spoofer.py src/euler_radians_to_degrees.py)
19+
cs_install_scripts(src/euler_radians_to_degrees.py)
2020
cs_export()

0 commit comments

Comments
 (0)