Skip to content

Commit

Permalink
Update src/action_bridge.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Geoffrey Biggs <[email protected]>
Signed-off-by: Harsh Deshpande <[email protected]>
  • Loading branch information
hsd-dev and gbiggs committed Mar 27, 2023
1 parent c071edf commit be56382
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/action_bridge.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,12 @@ int main(int argc, char * argv[])

std::cout << dir << " " << package << " " << type << " " << name << std::endl;

// ros1 example_tutorials Fibonacci fibonacci

auto factory = ros1_bridge::get_action_factory(dir, package, type);
if (factory) {
printf("created action factory\n");
try {
factory->create_server_client(ros1_node, ros2_node, name);
// printf("Created 2 to 1 bridge for service %s\n", name.data());
} catch (std::runtime_error & e) {
fprintf(stderr, "Failed to created a bridge: %s\n", e.what());
}
Expand Down

0 comments on commit be56382

Please sign in to comment.