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