Skip to content

Commit c619b7f

Browse files
Merge pull request #31 from ethz-asl/fix/cs_install_scripts
removed gps_spoofer from CMakeLists
2 parents 3107249 + 7ac8952 commit c619b7f

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)