Skip to content
This repository has been archived by the owner on Jan 2, 2020. It is now read-only.

Commit

Permalink
Add version string output
Browse files Browse the repository at this point in the history
  • Loading branch information
tylertian123 committed Mar 26, 2019
1 parent af9d350 commit ef6da7e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/nt_ros_translate/src/nt_ros_translate_node.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,9 @@ int main(int argc, char **argv) {
table->PutBoolean("vision-online", true);
ROS_INFO("vision-online has been set to true");

ROS_INFO("Arctos 6135 Vision Code v1.1");
table->PutString("version", "v1.1");

ros::Rate rate(25);

while(ros::ok()) {
Expand Down

0 comments on commit ef6da7e

Please sign in to comment.