Skip to content

Commit e8274f2

Browse files
Feature/update csv publisher (#60)
* make node use argparse * add more csv options to arguments * flip back to using some params * drop csv node for ianvs impl
1 parent 47a3358 commit e8274f2

2 files changed

Lines changed: 1 addition & 152 deletions

File tree

hydra_ros/CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,7 @@ install(
114114
)
115115
install(TARGETS hydra_ros_node RUNTIME DESTINATION lib/${PROJECT_NAME})
116116
install(
117-
PROGRAMS app/csv_to_tf
118-
app/dsg_file_publisher
117+
PROGRAMS app/dsg_file_publisher
119118
app/dsg_republisher
120119
app/odom_to_tf
121120
app/noisy_tf_publisher

hydra_ros/app/csv_to_tf

Lines changed: 0 additions & 150 deletions
This file was deleted.

0 commit comments

Comments
 (0)