Skip to content

Commit

Permalink
[ros_bridge][py] Add back CollisionDetector as an option.
Browse files Browse the repository at this point in the history
Now that RTCs to activate is selectable from the end client (e.g. hironx.py), we need to expose all RTCs available.
  • Loading branch information
130s committed Apr 29, 2017
1 parent 0f427c2 commit 8755fe8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hironx_ros_bridge/src/hironx_ros_bridge/hironx_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ class via the link above; nicely formatted api doc web page
['fk', "ForwardKinematics"],
['ic', "ImpedanceController"],
['el', "SoftErrorLimiter"],
# ['co', "CollisionDetector"],
['co', "CollisionDetector"],
['sc', "ServoController"],
['log', "DataLogger"],
]
Expand Down

0 comments on commit 8755fe8

Please sign in to comment.