review dependencies
authors in package xml
Merge branch 'test_of_feature_with_adapt_frame_tracker' of github.com:ipa-fxm-mb/cob_control into test_of_feature
Corrections integrated from PR: [WIP] Finalizing/Testing of TwistController features (#51). Renaming from frame_to_collision to link_to_collision.
boost revision
Some preparations for test: IMarker smaller, Alpha settings, More scripts. Default value for Frame Tracker params.
merge
more dependency fixes according to review comments
explicit dependency to boost
Fixed bug when obstacles move away from robot. Clear distances list when new distances arrive (also in case nothing is available for current link) to avoid no movement.
Due to restructuring of self-collision YYAMLs also restructured computation of the file and the ignoreSelfCollisionPart method.
Resolved merge conflicts.
more fixes for migration afer merge
merge with package_xml_2
remove trailing whitespaces
migrate to package format 2
Merge branch 'indigo_dev' of github.com:ipa320/cob_control into test_of_feature
Fixed message generation issue
review dependencies
updates from ipa-fxm-mb
updates from ipa320
cleanup
missing add_dependencies
sort dependencies
Fixed bugs in cartesian_controller: waitFor last available transform else extrapolation error; send always a new constructed StampedTransform instead of using an already existent one, else end-effector is decoupled from manipulator and other confusing things happen...; Added responsible node to tf error msg.
Merged with ipa-fxm/test_of_feature branch.
added publisher for path preview
allow target_frame to be configured via private param, beautifying
added interactive_obstacle test node, less sleep time on marker publisher
Further tests and adaptations for test.
Reduced granularity of a fcl::shape representation. Replaced arm_1_collision with mild.dae.
Fixed integer size. There might never be 2^64 joints. But maybe more than 255 that's why 2^16 had been chosen.
finalize example.launch
move distance_vector marker publisher to separate node
Reduced granularity of a fcl::shape representation. Replaced arm_1_collision with mild.dae.
fix sleep rates
add topic name to ROS_WARN output
add example launch file
generalize scripts, minor changes
Corrected CMakeLists.txt. Replaced ASSIMP_LIBRARIES with assimp.
Added consideration of origin from URDF tags. Removed shape_type and so Registration.srv and replaced by SetString service. Removed comments.
Considering visual tag as fallback now. Removed duplicate map and struct.
Considered further proposals from https://github.com/ipa-fxm/cob_control/pull/7.
Considered proposals from https://github.com/ipa-fxm/cob_control/pull/7
Added a YAML file to have the parameters as example. This folder can be deleted after integration into cob_robots package.
Added self-collision checking. Corrected fcl bug(?): In case of simple geometric shapes the nearest_points differ from BVH models. Therefore converted simple shapes into BVH models to have the same behaviour in all cases.
Made usage of common methods. Added defines for conversion of array access.
Transform is done in a separate thread now. Added subscriber to CollisionObject messages to create obstacle in other nodes (e.g. Python test nodes). Added corresponding methods to process CollisionObject mesh data.
Integrated comments of https://github.com/ipa-fxm/cob_control/pull/7. Replaced static link2collision map with URDF parser. Added class for URDF parser and create marker shapes.
Added functions to represent a registered robot link as a mesh instead of simple shapes. Added a mapping between robot link name and mesh resource name.
Added JLA inequality constraint to be used within the dynamic task strategy. Added checking and resetting of dynamic_reconfigure params. Corrected formatting of LSV damping.
Separated constraints from solvers and vice versa. Added new parameters. Prettified GUI.
Added assimp library for generic mesh file parsing. Added a parser base to specify common interfaces and methods.
Added roslib to resolve package:// uris. Renamed typedefs. Specialized template implementation for fcl::BVHModel<fcl::RSS> > to use meshes like simple shapes. Added example code for a arm_1_collision.stl mesh.
Made CA possible with active base. Bug fixing of solvers in case of base active. Corrected JLA constraints.
re-arrange Parameter structs
Added new method for dynamic tasks readjustment. Implemented prediction of distance now for vectors.
resolve conflicts after merging ipa-fxm-mb/task_stack_prio_feature
beautify and code-review
Added chain recursive fk vel calculator. Corrected calculation of translational Jacobian for CA. Introduced further msg types to achieve that. Extended solvers: CA as first prio task, CA as GPM, CA as GPM with disappearing main tasks.
Corrected dist calclation for GPM CA
Corrected CMakeLists.txt and package.xml. Resolved dependencies.
Added stack of tasks and further developments on GPM CA.
Further developments.
Implemented proposals from discussion https://github.com/ipa320/cob_control/pull/38. Removed tabs. Corrected node handles.
Made corrections proposed in https://github.com/ipa320/cob_control/pull/38#
Only in case of the parameter /robot_description could not be read the xml file is used (e.g. for testing purposes). - For that added roslib as dependency.
Renaming
Contributors: Andriy Petlovanyy, ipa-fxm, ipa-fxm-mb