Skip to content
This repository has been archived by the owner on Oct 9, 2019. It is now read-only.

Commit

Permalink
Merge pull request #103 from AcutronicRobotics/fix_id_service
Browse files Browse the repository at this point in the history
Fixing ID in mara service
  • Loading branch information
LanderU authored Jun 10, 2019
2 parents 6693b31 + a5a72b1 commit 6068432
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions mara_gazebo_plugins/src/mara_gazebo_joint_plugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -651,8 +651,9 @@ void MARAGazeboPluginRosPrivate::IDService(
(void)req;

res->device_kind_id = hrim_generic_srvs::srv::ID::Response::HRIM_ACTUATOR;
res->hros_version = "Ardent";
res->hrim_version = "Anboto";
res->hros_version = "Dashing";
res->hrim_version = "Coliza";
res->device_name = "Servo";
}

void MARAGazeboPluginRosPrivate::URDFService(
Expand Down

0 comments on commit 6068432

Please sign in to comment.