Update of sensor_ros_bridge_connect.py * Connect ReferenceForceUpdater's ref_force (#1033)
- [hrpsys_ros_bridge/scripts/sensor_ros_bridge_connect.py] connect reference force port to ReferenceForceUpdater or EmergencyStopper if exists.
HrpsysSeqStateROSBridge (#1027) * [HrpsysSeqStateROSBridge] fix for using virtual force sensor
Update rtm-ros-robot-interface.l (#1030) * [hrpsys_ros_bridge/euslisp/rtm-ros-robot-interface.l] Add documentation string for new arguments (set-ref-force-linear-p, return-value-mode) * [hrpsys_ros_bridge/euslisp/rtm-ros-robot-interface.l] Add argument to set linear interpolation during increasing force * [hrpsys_ros_bridge/euslisp/rtm-ros-robot-interface.l] Enable to set return value mode * [hrpsys_ros_bridge/euslisp/rtm-ros-robot-interface.l] Enable to get fric coefficient wrench add update print messages * [hrpsys_ros_bridge/euslisp/rtm-ros-robot-interface.l] Update otd checking loop for moment. Exit from do-until-key loop immediately when otd detection. Fix valiables for set ref force * [hrpsys_ros_bridge/euslisp/rtm-ros-robot-interface.l] Use euslisp symbol as detector total wrench parameter * [hrpsys_ros_bridge/euslisp/rtm-ros-robot-interface.l] Enable to access detector total wrench as euslisp symbol. * [hrpsys_ros_bridge/euslisp/rtm-ros-robot-interface.l] Update otd checking loop. Exit from do-until-key loop immediately when otd detection.
Contributors: MasakiMurooka, Shunichi Nozawa, YoheiKakiuchi
HrpsysSeqStateROSBridge.cpp * HrpsysSeqStateROSBridge occurs error if number of force sensor is different with size of contact states. fix number of force sensor (#982) * Revert "[HrpsysSeqStateROSBridge] fix number of force sensor" #984 * Separate offset-removed force sensor data ports from rsforce, which is actual and non-offset-removed data port. Currently rsforce ports -> rsforce ports + offforce ports. (#964) * Fixed mistake of sensor_link_name, when robot has only virturl force sonsors (#945)
HrpsysJointTrajectoryBridge.cpp * publish feedback for joint_trajectory_actions (#966)
hrpsys_ros_bridge/launch/hrpsys_ros_bridge.launch * Add argument to change buffer length of rtmlaunch connection. Set 8 by default (default setting in openrtm). (#980) * fix model filename. Enable cache in ModelLoader, filename should be same as in .conf file. (#978)
euslisp * [rtm-ros-robot-interface.l] refactor torque-controller interface (#994) * Update sequencefull unit system and arguments (#988)
- changed arguments of angle-vector-sequence-full see #985
- [hrpsys-samples/samplerobot-sequence-player.l] Add test for angle-vector-sequence-full (check validity)
- [rtm-ros-robot-interface.l] Use root-coords and zmp in the abs frame and convert them inside the :angle-vector-sequence-full
- [rtm-ros-robot-interface.l] Introduce fsensor length for wrench and optionals
- [rtm-ros-robot-interface.l] Use [mm] and [deg/s] instead of [m] and [rad/s] for vel, pos, and zmp.
- [rtm-ros-robot-interface.l] Use [deg] instead of [rad] for jpos argument and remove jvs arg.
- [rtm-ros-robot-interface.l] Use tm as [ms], previously [s].
[scripts/default_robot_ros_bridge.launch.in] Add nameserver argument for ros_bridge.launch (#950)
[test/hrpsys-samples/samplerobot-stabilizer.l] Update loadPattern sample because add-optional-data-from-rs-list is included in dump-seq-pattern-file (#959)
Contributors: Ryo Koyama, Kei Okada, Noriaki Takasugi, Ryo Terasawa, Shunichi Nozawa, Yohei Kakiuchi, Yoshimaru Tanaka, Iori Kumagai, Iori Yanokura, Juntaro Tamura
[hrpsys_ros_bridge] Do not run collada_to_urdf parallel. In order to avoid parallel execution of collada_to_urdf, add tricky dependency
Add graspless manip mode euslisp interface
[test-*.py] test name could not contain minus? any changet to underscore (http://answers.ros.org/question/197377/rostest-not-finding-the-actual-test/)
[test-samplerobot.py] fix syntax error on loadPattern
update for legged robot
Sample.pos is not installed via deb package, see https://github.com/fkanehiro/openhrp3/issues/46
Fix rmfo sensor argument
copy rtmlaunch,rtmtest to global_bin when compile
Add method to calculate go-velocity param from velocity center offset
Add menus for unstable rtcs (not used by default)
Add setting for HrpsysConfigurator in hrpsys dashboard and apply it to servoOn/Off menu (disabled by default).
Remove unused initial leg offsetting because this is implemented AutoBalancer's setFootSteps
[hrpsys_ros_bridge] Refactor compile_robot_model.cmake
Use ee name for impedance methods
[hrpsys_ros_bridge] collision_state.py: need to wait for activate
[hrpsys_ros_bridge] sensor_ros_bridge_connect.py: wait for sh, sometimes we can not find them
Update impedance start/stop methods
[hrpsys_ros_bridge] Do not call export_collada in parallel
Update :reset-force-moment-offset funcs and add documents
Update documentation strings for ImpedanceController and Ref forces
[hrpsys_ros_bridge] Fix path for catkin build
pass :rarm instead of 'rhsensor' or 'rasensor' to :set-forcemoment-offset-param
Add seq base pos and rpy methods
Remove duplicated method and fix argument passing for imp methods
Contributors: Kei Okada, Ryohei Ueda, Shunichi Nozawa, Eisoku Kuroiwa