Show EOL distros:
Package Summary
The nextage_ros_bridge package is a main ROS interface for developers and users of Nextage dual-armed robot from Kawada Robotics Inc. Developers can build their own application that takes control over Nextage via this package. Interface for both ROS and OpenRTM is provided.
- Maintainer status: developed
- Maintainer: Isaac Isao Saito <iisaito AT opensource-robotics.tokyo DOT jp>, Kei Okada <k-okada AT jsk.t.u-tokyo.ac DOT jp>
- Author: Isaac Isao Saito <iisaito AT opensource-robotics.tokyo DOT jp>
- License: BSD
- Bug / feature tracker: https://github.com/tork-a/rtmros_nextage/issues
- Source: git https://github.com/tork-a/rtmros_nextage.git (branch: groovy-devel)
Package Summary
The nextage_ros_bridge package is a main ROS interface for developers and users of Nextage dual-armed robot from Kawada Robotics Inc. Developers can build their own application that takes control over Nextage via this package. Interface for both ROS and OpenRTM is provided.
- Maintainer status: developed
- Maintainer: Isaac Isao Saito <iisaito AT opensource-robotics.tokyo DOT jp>, Kei Okada <k-okada AT jsk.t.u-tokyo.ac DOT jp>
- Author: Isaac Isao Saito <iisaito AT opensource-robotics.tokyo DOT jp>, Akio Ochiai
- License: BSD, MIT
- Bug / feature tracker: https://github.com/tork-a/rtmros_nextage/issues
- Source: git https://github.com/tork-a/rtmros_nextage.git (branch: hydro-devel)
Package Summary
A main ROS interface for developers and users of Nextage dual-armed robot from Kawada Robotics Inc. Developers can build their own application that takes control over Nextage via this package. Interface for both ROS and OpenRTM is provided.
- Maintainer status: maintained
- Maintainer: TORK <dev AT opensource-robotics.tokyo DOT jp>, Kei Okada <k-okada AT jsk.t.u-tokyo.ac DOT jp>
- Author: Isaac Isao Saito <iisaito AT opensource-robotics.tokyo DOT jp>, Akio Ochiai
- License: BSD, MIT
- Bug / feature tracker: https://github.com/tork-a/rtmros_nextage/issues
- Source: git https://github.com/tork-a/rtmros_nextage.git (branch: indigo-devel)
Package Summary
A main ROS interface for developers and users of Nextage dual-armed robot from Kawada Robotics Inc. Developers can build their own application that takes control over Nextage via this package. Interface for both ROS and OpenRTM is provided.
- Maintainer status: maintained
- Maintainer: TORK <dev AT opensource-robotics.tokyo DOT jp>, Kei Okada <k-okada AT jsk.t.u-tokyo.ac DOT jp>
- Author: Isaac Isao Saito <iisaito AT opensource-robotics.tokyo DOT jp>, Akio Ochiai
- License: BSD, MIT
- Bug / feature tracker: https://github.com/tork-a/rtmros_nextage/issues
- Source: git https://github.com/tork-a/rtmros_nextage.git (branch: indigo-devel)
Package Summary
A main ROS interface for developers and users of Nextage dual-armed robot from Kawada Robotics Inc. Developers can build their own application that takes control over Nextage via this package. Interface for both ROS and OpenRTM is provided.
- Maintainer status: maintained
- Maintainer: TORK <dev AT opensource-robotics.tokyo DOT jp>, Kei Okada <k-okada AT jsk.t.u-tokyo.ac DOT jp>
- Author: Isaac Isao Saito <iisaito AT opensource-robotics.tokyo DOT jp>, Akio Ochiai
- License: BSD, MIT
- Bug / feature tracker: https://github.com/tork-a/rtmros_nextage/issues
- Source: git https://github.com/tork-a/rtmros_nextage.git (branch: indigo-devel)
Contents
DEVELOPMENTAL: This status indicates that this software is not yet production ready code. The software has some level of unit-testing. There are known issues and missing functionality. The APIs are unstable but unlikely to change drastically. Use in production systems will likely require modifications including improvements and/or bug fixes. For more information see the ROS-Industrial software status page. |
Operate via Robot Client
NextageClient is a python class that functions as a programming interface for the robot users. As seen in the api document, it extends HIRONX class so that all the public methods are inherited from there on.
The reason NextageClient was created separately from HIRONX is because of the DIO design unique to NEXTAGE OPEN robot.