Skip to content

Commit

Permalink
merges changes in tags/3.1.3(r476:HEAD)
Browse files Browse the repository at this point in the history
git-svn-id: https://hrpsys-base.googlecode.com/svn/trunk@478 a991ac11-fb38-5095-8c12-a1ddb0715245
  • Loading branch information
fkanehiro committed Aug 27, 2012
1 parent 467d69d commit de14b4e
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
1 change: 1 addition & 0 deletions doc/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ set(input_files package.h utilities.h
../idl/DataLoggerService.idl
../idl/ExecutionProfileService.idl
../idl/ForwardKinematicsService.idl
../idl/ImpedanceControllerService.idl
../idl/RobotHardwareService.idl
../idl/SequencePlayerService.idl
../idl/StateHolderService.idl
Expand Down
2 changes: 2 additions & 0 deletions doc/package.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ To use python scripts to create RT components, connect ports and get/set propert
<li>\ref DataLogger</li>
<li>\ref ForwardKinematics</li>
<li>\ref HGcontroller</li>
<li>\ref ImpedanceController</li>
<li>\ref Joystick</li>
<li>\ref Joystick2Velocity2D</li>
<li>\ref Joystick2Velocity3D</li>
Expand All @@ -47,6 +48,7 @@ To use python scripts to create RT components, connect ports and get/set propert
<li>\ref OpenHRP::DataLoggerService</li>
<li>\ref OpenHRP::ExecutionProfileService</li>
<li>\ref OpenHRP::ForwardKinematicsService</li>
<li>\ref OpenHRP::ImpedanceControllerService</li>
<li>\ref OpenHRP::OGMap3DService</li>
<li>\ref OpenHRP::RobotHardwareService</li>
<li>\ref OpenHRP::SequencePlayerService</li>
Expand Down
9 changes: 5 additions & 4 deletions idl/ImpedanceControllerService.idl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @file ImpedanceController.idl
* @file ImpedanceControllerService.idl
* @brief Services for the impedance interface
*/
module OpenHRP
Expand All @@ -26,14 +26,15 @@ module OpenHRP


/**
* @brief set impedance mode.
* @param i_mode_ new impedance mode
* @brief set impedance parameters.
* @param i_param new impedance parameters
* @return true if set successfully, false otherwise
*/
boolean setImpedanceControllerParam(in impedanceParam i_param);

/**
* @brief remove impedance mode.
* @brief remove impedance parameters.
* @param name name of the impedance parameter set
* @return true if set successfully, false otherwise
*/
boolean deleteImpedanceController(in string name);
Expand Down
2 changes: 1 addition & 1 deletion lib/io/iob.h
Original file line number Diff line number Diff line change
Expand Up @@ -634,7 +634,7 @@ extern "C"{
* @brief initialize joint angle
* @param name joint name, part name or "all"
* @param option string of joint angle initialization
* @param TRUE if initialized successfully, FALSE otherwise
* @return TRUE if initialized successfully, FALSE otherwise
*/
int initializeJointAngle(const char *name, const char *option);
//@}
Expand Down

0 comments on commit de14b4e

Please sign in to comment.