Skip to content

Commit

Permalink
Merge pull request #14 from ROBOTIS-GIT/develop
Browse files Browse the repository at this point in the history
Upgrade to 2.0.0
  • Loading branch information
Taehun Lim authored Nov 30, 2018
2 parents f91ae7d + 2bc261a commit 9a3c056
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 26 deletions.
2 changes: 0 additions & 2 deletions dynamixel_workbench_msgs/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@ add_message_files(

add_service_files(
FILES
JointCommand.srv
WheelCommand.srv
GetDynamixelInfo.srv
DynamixelCommand.srv
)
Expand Down
13 changes: 4 additions & 9 deletions dynamixel_workbench_msgs/msg/DynamixelState.msg
Original file line number Diff line number Diff line change
@@ -1,16 +1,11 @@
# This message includes basic data of dynamixel

string model_name
string name
uint8 id
uint8 torque_enable

int16 goal_current
int32 goal_velocity
int32 goal_position

int16 present_current
int32 present_position
int32 present_velocity
int32 present_position
int16 present_current


uint8 moving

2 changes: 1 addition & 1 deletion dynamixel_workbench_msgs/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="2">
<name>dynamixel_workbench_msgs</name>
<version>1.0.0</version>
<version>2.0.0</version>
<description>
This package includes ROS messages and services for dynamixel_workbench packages
</description>
Expand Down
3 changes: 2 additions & 1 deletion dynamixel_workbench_msgs/srv/DynamixelCommand.srv
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@

string command

uint8 id
string addr_name
int64 value
int32 value

---

Expand Down
7 changes: 0 additions & 7 deletions dynamixel_workbench_msgs/srv/JointCommand.srv

This file was deleted.

6 changes: 0 additions & 6 deletions dynamixel_workbench_msgs/srv/WheelCommand.srv

This file was deleted.

0 comments on commit 9a3c056

Please sign in to comment.