[wip/dynamic-graph-bridge] Release 1.0.0
robotpkg: - dynamic-graph-bridge is intended to stay on wip since it depends of realtimetools which is a hydro package managed here as an groovy one (robotpkg does not handle hydro yet) - patch-aa has been added because realtime_tools is not handle as a catkin package in robotpkg - patch-ab has been added because for standalone use, libros_bridge need to be installed Release 1.0.0 ------------- * Install executables. * Synchronize cmake submodule. * Synchronize cmake submodule. * Create files in binary directory instead of source directory. * Synchronize cmake submodule. * Add a script to publish JointState to TF * Add documentation. * Call rosInit in command loadUrdf. * Add missing dependency to jrl-dynamics-urdf. * Merge branch 'groovy' * Merge pull request #15 from bcoudrin/groovy * Merge pull request #14 from nemogiftsun/master * Merge remote-tracking branch 'origin/groovy' into groovy * Modify RosRobotModel to derive from sot::Dynamic * catkin_migration * Merge pull request #13 from nemogiftsun/master * fixed this error:floating-point literal cannot appear in a constant-expression * added ignore for temp files *~ * Rename ros_import into ros_publish, and ros_export into ros_subscribe. * Rename ros_import into ros_publish, and ros_export into ros_subscribe. * Call RosShell runcode instead of parent class * Fixes #5 * Fixes #4 * add support for unsigned int values import/export (close #2) * add support for unsigned int values import/export (close #2) * Disable non-standard dependencies for now. * Look for Bullet as a system dependency * Remove dependency to Bullet * Correct link with boost. * Add the internal dependencies between the projects. * Make sure interpreter is started before advertizing run_command service. * Fix bug in computing the parallel joint state. * Handle parallel joints. * Publish joint-states using the SoT * Add a loader to test with rviz the SoT architecture. * Update lib installation path (multiarch portability). * Synchronize. * Fix a pb for inclusion of ROS & python interpreter in ART OpenRTM. * Correct the dependencies' flags handling. * Synchronize. * Adapt ros_interpreter to handle error messages in prologue. * Print warning regarding install target using CMake. * Add documentation for RosTime, RosExport and RosImport entity classes. * Add joint limits in RosRobotModel. * Add zmp, com, Jcom computation. * Update to match new jrl_dynamics_urdf API. * Update documentation. * Add prefix to joint_states topic. * Rename dgbridge-remote to a more decent name. * Remove default data broadcasting. * Use boost::posix_time::ptime to convey time between Ros and dynamic-graph. * Do not assert when plugging a vector which is too small. * Force rpath for all targets. * Add missing library in exported lflags. * Add RosRobotModel entity. * Add missing dependency. * Read the joint names in the robot model to fill the joint_states message. * Document class RosExport and implement method list. * Fix RosImport entity documentation. * Document class RosImport and implement method list. * Fix webpage in manifest.xml. * Do not remove rpath at install. * Preserve rpath when instaling libros_bridge.so. * Fix installation rules. * Fix signed/unsigned comparison warning. * Synchronize. * Fix exported rpath in manifest.xml. * Fix typo in CMakeLists.txt. * Fix several compilation and installation issues * Synchronize cmake submodule * Improve spinner management. * Add runCommand method to interpreter. * Implement RunCommand service. * Add tf_publisher. * Pull tf_broadcaster outside of the build directory. * Add support for robot hands, * Fix type name. * Create build subdirectories properly. * Publish plan_left_ankle to tf. * Make rosInit callable from outside. * Update dependencies. * Add tf_broadcaster. * Fix joint state publisher. * Fix topic name. * Add support for vector3 and add tf_broadcaster. * Add missing files. * Share node handle between modules. * Fix signal type in RosImport. * Add Twist support and clean code. * Add Boost dependency. * Add support for additional types in RosImport. * Make sure we do not publish faster than 100hz. * Switch to realtime publisher. * Fix comment. * Add Ros joint state entity. * Fix Ros import class. * Teach root level make about the install target. * Fix RosExport destructor. * Fix Python installation. * Handle timestamped types (TransformStamped). * Add matrix homogeneous support. * Update to new dynamic-graph. * Fix naming. * Fix manifest now that dynamic graph has its own stack. * Fix implementation. * Add README file. * Add rosinstall file. * Clean and implement export entity. * Add export node. * Make sure ros::init is called before creating the node handle. * Bind vector and matrix MAL types. * Clean RosImport class. * Start implementing dynamic-graph signal export into ROS. * Initial commit.
Showing
- Makefile 1 addition, 0 deletionsMakefile
- dynamic-graph-bridge/DESCR 1 addition, 0 deletionsdynamic-graph-bridge/DESCR
- dynamic-graph-bridge/Makefile 42 additions, 0 deletionsdynamic-graph-bridge/Makefile
- dynamic-graph-bridge/PLIST 178 additions, 0 deletionsdynamic-graph-bridge/PLIST
- dynamic-graph-bridge/depend.mk 38 additions, 0 deletionsdynamic-graph-bridge/depend.mk
- dynamic-graph-bridge/distinfo 5 additions, 0 deletionsdynamic-graph-bridge/distinfo
- dynamic-graph-bridge/patches/patch-aa 15 additions, 0 deletionsdynamic-graph-bridge/patches/patch-aa
- dynamic-graph-bridge/patches/patch-ab 15 additions, 0 deletionsdynamic-graph-bridge/patches/patch-ab
Loading
Please register or sign in to comment