No version for distro humble showing melodic. Known supported distros are highlighted in the buttons above.
![]() |
hironx_moveit_config package from rtmros_hironx repohironx_calibration hironx_moveit_config hironx_ros_bridge rtmros_hironx |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 2.2.0 |
License | BSD |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Description | hironx controller and applications using rtmros packages |
Checkout URI | https://github.com/start-jsk/rtmros_hironx.git |
VCS Type | git |
VCS Version | indigo-devel |
Last Updated | 2020-05-13 |
Dev Status | DEVELOPED |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
An automatically generated package with all the configuration and launch files for using the HiroNX with the MoveIt Motion Planning Framework
Additional Links
Maintainers
- Kei Okada
- TORK
Authors
- Urko Esnaola
- Isaac I.Y. Saito
roscd hironx_moveit_config/models
mkdir meshes
rosrun collada_urdf collada_to_urdf $(rospack find collada_robots)/data/robots/kawada-hironx.dae -A --mesh_output_dir `pwd`/meshes --mesh_prefix 'package://hironx_moveit_config/models/meshes'
CHANGELOG
Changelog for package hironx_moveit_config
2.2.0 (2020-05-13)
2.1.1 (2019-02-20)
2.1.0 (2017-09-07)
- set trajectory_execution/allowed_execution_duration_scaling to 2.0
(#518)
- Same as https://github.com/tork-a/rtmros_nextage/commit/b568101055fec975b6130cebf6150f85106e3bee
- see https://answers.ros.org/question/196586/how-do-i-disable-execution_duration_monitoring/
- Change to use moveit_simple_controller
- Contributors: Ryosuke Tajima
2.0.0 (2017-08-10)
- Use docker to run tests and add kinetic test
(#517)
- remove pr2_controller_msgs and use control_msgs
- Contributors: Kei Okada
1.1.25 (2017-06-02)
1.1.24 (2017-05-09)
1.1.23 (2017-04-03)
1.1.22 (2017-03-24)
1.1.21 (2017-03-16)
1.1.20 (2017-02-09)
1.1.19 (2017-01-12)
1.1.18 (2016-10-28)
- [fix][moveit config] Fix Interactive Marker size.
- Contributors: Isaac I.Y. Saito
1.1.17 (2016-10-13)
1.1.16 (2016-07-11)
1.1.15 (2016-06-02)
- Workaround MoveIt! RRT issue (see https://github.com/tork-a/rtmros_nextage/issues/170).
- Contributors: Isaac I.Y. Saito
1.1.14 (2016-05-19)
1.1.13 (2016-05-16)
- [sys] Add test for eef geometry.
- Contributors: Isaac I.Y. Saito
1.1.12 (2016-05-05)
- [fix][test_hironx_moveit.py] fix "rospy.init_node() has already been called with different arguments" exception.
- [fix][test_hironx_moveit.py] old file names
- [improve][test-hironx-moveit.test] Relax test duration.
- Contributors: Kei Okada
1.1.11 (2016-02-18)
1.1.10 (2016-02-11)
1.1.9 (2016-02-11)
1.1.8 (2016-02-09)
1.1.7 (2016-02-05)
1.1.6 (2016-02-03)
1.1.5 (2016-01-26)
- [feat][ROS_CLient] Upperbody move group.
- [feat] Rename both arms group to adjust to that of NEXTAGE Open.
- [feat] Add torso and head move groups.
- [feat] Factory-init pose for MoveIt! reserved pose.
- Contributors: Isaac I.Y. Saito
1.1.4 (2016-01-25)
- [sys][moveit config] Enable unit test for ROS_Client-RobotCommander integration Missing dependency
- Contributors: Isaac I.Y. Saito
1.1.3 (2015-12-16)
1.1.2 (2015-11-11)
1.1.1 (2015-11-02)
File truncated at 100 lines see the full file
Package Dependencies
Deps | Name |
---|---|
collada_urdf | |
hironx_ros_bridge | |
moveit_ros_move_group | |
catkin | |
moveit_planners | |
moveit_ros | |
moveit_simple_controller_manager | |
rostest |
System Dependencies
No direct system dependencies.
Dependant Packages
Launch files
- launch/HiroNX_moveit_controller_manager.launch
-
- moveit_controller_manager [default: moveit_simple_controller_manager/MoveItSimpleControllerManager]
- controller_manager_name [default: pr2_controller_manager]
- use_controller_manager [default: false]
- launch/HiroNX_moveit_sensor_manager.launch
- launch/airbus_hiro_moveit_controller_manager.launch
- launch/airbus_hiro_moveit_sensor_manager.launch
- launch/default_warehouse_db.launch
-
- reset [default: false]
- launch/demo.launch
- launch/move_group.launch
-
- debug [default: false]
- info [default: $(arg debug)]
- allow_trajectory_execution [default: true]
- max_safe_path_cost [default: 1]
- jiggle_fraction [default: 0.05]
- publish_monitored_planning_scene [default: false]
- launch/moveit_planning_execution.launch
- launch/moveit_rviz.launch
-
- debug [default: false]
- config [default: false]
- launch/ompl_planning_pipeline.launch
- launch/planning_context.launch
-
- load_robot_description [default: false]
- launch/planning_pipeline.launch
-
- pipeline [default: ompl]
- launch/run_benchmark_ompl.launch
-
- cfg
- launch/sensor_manager.launch
-
- moveit_sensor_manager [default: HiroNX]
- launch/setup_assistant.launch
- Re-launch the MoveIt Setup Assistant with this configuration package already loaded
-
- debug [default: false]
- launch/trajectory_execution.launch
-
- moveit_manage_controllers [default: true]
- moveit_controller_manager [default: HiroNX]
- launch/warehouse.launch
-
- moveit_warehouse_database_path
- launch/warehouse_settings.launch
-
- moveit_warehouse_port [default: 33829]
- moveit_warehouse_host [default: localhost]
Messages
No message files found.
Services
No service files found
Plugins
No plugins found.
Recent questions tagged hironx_moveit_config at Robotics Stack Exchange
No version for distro jazzy showing melodic. Known supported distros are highlighted in the buttons above.
![]() |
hironx_moveit_config package from rtmros_hironx repohironx_calibration hironx_moveit_config hironx_ros_bridge rtmros_hironx |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 2.2.0 |
License | BSD |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Description | hironx controller and applications using rtmros packages |
Checkout URI | https://github.com/start-jsk/rtmros_hironx.git |
VCS Type | git |
VCS Version | indigo-devel |
Last Updated | 2020-05-13 |
Dev Status | DEVELOPED |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
An automatically generated package with all the configuration and launch files for using the HiroNX with the MoveIt Motion Planning Framework
Additional Links
Maintainers
- Kei Okada
- TORK
Authors
- Urko Esnaola
- Isaac I.Y. Saito
roscd hironx_moveit_config/models
mkdir meshes
rosrun collada_urdf collada_to_urdf $(rospack find collada_robots)/data/robots/kawada-hironx.dae -A --mesh_output_dir `pwd`/meshes --mesh_prefix 'package://hironx_moveit_config/models/meshes'
CHANGELOG
Changelog for package hironx_moveit_config
2.2.0 (2020-05-13)
2.1.1 (2019-02-20)
2.1.0 (2017-09-07)
- set trajectory_execution/allowed_execution_duration_scaling to 2.0
(#518)
- Same as https://github.com/tork-a/rtmros_nextage/commit/b568101055fec975b6130cebf6150f85106e3bee
- see https://answers.ros.org/question/196586/how-do-i-disable-execution_duration_monitoring/
- Change to use moveit_simple_controller
- Contributors: Ryosuke Tajima
2.0.0 (2017-08-10)
- Use docker to run tests and add kinetic test
(#517)
- remove pr2_controller_msgs and use control_msgs
- Contributors: Kei Okada
1.1.25 (2017-06-02)
1.1.24 (2017-05-09)
1.1.23 (2017-04-03)
1.1.22 (2017-03-24)
1.1.21 (2017-03-16)
1.1.20 (2017-02-09)
1.1.19 (2017-01-12)
1.1.18 (2016-10-28)
- [fix][moveit config] Fix Interactive Marker size.
- Contributors: Isaac I.Y. Saito
1.1.17 (2016-10-13)
1.1.16 (2016-07-11)
1.1.15 (2016-06-02)
- Workaround MoveIt! RRT issue (see https://github.com/tork-a/rtmros_nextage/issues/170).
- Contributors: Isaac I.Y. Saito
1.1.14 (2016-05-19)
1.1.13 (2016-05-16)
- [sys] Add test for eef geometry.
- Contributors: Isaac I.Y. Saito
1.1.12 (2016-05-05)
- [fix][test_hironx_moveit.py] fix "rospy.init_node() has already been called with different arguments" exception.
- [fix][test_hironx_moveit.py] old file names
- [improve][test-hironx-moveit.test] Relax test duration.
- Contributors: Kei Okada
1.1.11 (2016-02-18)
1.1.10 (2016-02-11)
1.1.9 (2016-02-11)
1.1.8 (2016-02-09)
1.1.7 (2016-02-05)
1.1.6 (2016-02-03)
1.1.5 (2016-01-26)
- [feat][ROS_CLient] Upperbody move group.
- [feat] Rename both arms group to adjust to that of NEXTAGE Open.
- [feat] Add torso and head move groups.
- [feat] Factory-init pose for MoveIt! reserved pose.
- Contributors: Isaac I.Y. Saito
1.1.4 (2016-01-25)
- [sys][moveit config] Enable unit test for ROS_Client-RobotCommander integration Missing dependency
- Contributors: Isaac I.Y. Saito
1.1.3 (2015-12-16)
1.1.2 (2015-11-11)
1.1.1 (2015-11-02)
File truncated at 100 lines see the full file
Package Dependencies
Deps | Name |
---|---|
collada_urdf | |
hironx_ros_bridge | |
moveit_ros_move_group | |
catkin | |
moveit_planners | |
moveit_ros | |
moveit_simple_controller_manager | |
rostest |
System Dependencies
No direct system dependencies.
Dependant Packages
Launch files
- launch/HiroNX_moveit_controller_manager.launch
-
- moveit_controller_manager [default: moveit_simple_controller_manager/MoveItSimpleControllerManager]
- controller_manager_name [default: pr2_controller_manager]
- use_controller_manager [default: false]
- launch/HiroNX_moveit_sensor_manager.launch
- launch/airbus_hiro_moveit_controller_manager.launch
- launch/airbus_hiro_moveit_sensor_manager.launch
- launch/default_warehouse_db.launch
-
- reset [default: false]
- launch/demo.launch
- launch/move_group.launch
-
- debug [default: false]
- info [default: $(arg debug)]
- allow_trajectory_execution [default: true]
- max_safe_path_cost [default: 1]
- jiggle_fraction [default: 0.05]
- publish_monitored_planning_scene [default: false]
- launch/moveit_planning_execution.launch
- launch/moveit_rviz.launch
-
- debug [default: false]
- config [default: false]
- launch/ompl_planning_pipeline.launch
- launch/planning_context.launch
-
- load_robot_description [default: false]
- launch/planning_pipeline.launch
-
- pipeline [default: ompl]
- launch/run_benchmark_ompl.launch
-
- cfg
- launch/sensor_manager.launch
-
- moveit_sensor_manager [default: HiroNX]
- launch/setup_assistant.launch
- Re-launch the MoveIt Setup Assistant with this configuration package already loaded
-
- debug [default: false]
- launch/trajectory_execution.launch
-
- moveit_manage_controllers [default: true]
- moveit_controller_manager [default: HiroNX]
- launch/warehouse.launch
-
- moveit_warehouse_database_path
- launch/warehouse_settings.launch
-
- moveit_warehouse_port [default: 33829]
- moveit_warehouse_host [default: localhost]
Messages
No message files found.
Services
No service files found
Plugins
No plugins found.
Recent questions tagged hironx_moveit_config at Robotics Stack Exchange
No version for distro kilted showing melodic. Known supported distros are highlighted in the buttons above.
![]() |
hironx_moveit_config package from rtmros_hironx repohironx_calibration hironx_moveit_config hironx_ros_bridge rtmros_hironx |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 2.2.0 |
License | BSD |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Description | hironx controller and applications using rtmros packages |
Checkout URI | https://github.com/start-jsk/rtmros_hironx.git |
VCS Type | git |
VCS Version | indigo-devel |
Last Updated | 2020-05-13 |
Dev Status | DEVELOPED |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
An automatically generated package with all the configuration and launch files for using the HiroNX with the MoveIt Motion Planning Framework
Additional Links
Maintainers
- Kei Okada
- TORK
Authors
- Urko Esnaola
- Isaac I.Y. Saito
roscd hironx_moveit_config/models
mkdir meshes
rosrun collada_urdf collada_to_urdf $(rospack find collada_robots)/data/robots/kawada-hironx.dae -A --mesh_output_dir `pwd`/meshes --mesh_prefix 'package://hironx_moveit_config/models/meshes'
CHANGELOG
Changelog for package hironx_moveit_config
2.2.0 (2020-05-13)
2.1.1 (2019-02-20)
2.1.0 (2017-09-07)
- set trajectory_execution/allowed_execution_duration_scaling to 2.0
(#518)
- Same as https://github.com/tork-a/rtmros_nextage/commit/b568101055fec975b6130cebf6150f85106e3bee
- see https://answers.ros.org/question/196586/how-do-i-disable-execution_duration_monitoring/
- Change to use moveit_simple_controller
- Contributors: Ryosuke Tajima
2.0.0 (2017-08-10)
- Use docker to run tests and add kinetic test
(#517)
- remove pr2_controller_msgs and use control_msgs
- Contributors: Kei Okada
1.1.25 (2017-06-02)
1.1.24 (2017-05-09)
1.1.23 (2017-04-03)
1.1.22 (2017-03-24)
1.1.21 (2017-03-16)
1.1.20 (2017-02-09)
1.1.19 (2017-01-12)
1.1.18 (2016-10-28)
- [fix][moveit config] Fix Interactive Marker size.
- Contributors: Isaac I.Y. Saito
1.1.17 (2016-10-13)
1.1.16 (2016-07-11)
1.1.15 (2016-06-02)
- Workaround MoveIt! RRT issue (see https://github.com/tork-a/rtmros_nextage/issues/170).
- Contributors: Isaac I.Y. Saito
1.1.14 (2016-05-19)
1.1.13 (2016-05-16)
- [sys] Add test for eef geometry.
- Contributors: Isaac I.Y. Saito
1.1.12 (2016-05-05)
- [fix][test_hironx_moveit.py] fix "rospy.init_node() has already been called with different arguments" exception.
- [fix][test_hironx_moveit.py] old file names
- [improve][test-hironx-moveit.test] Relax test duration.
- Contributors: Kei Okada
1.1.11 (2016-02-18)
1.1.10 (2016-02-11)
1.1.9 (2016-02-11)
1.1.8 (2016-02-09)
1.1.7 (2016-02-05)
1.1.6 (2016-02-03)
1.1.5 (2016-01-26)
- [feat][ROS_CLient] Upperbody move group.
- [feat] Rename both arms group to adjust to that of NEXTAGE Open.
- [feat] Add torso and head move groups.
- [feat] Factory-init pose for MoveIt! reserved pose.
- Contributors: Isaac I.Y. Saito
1.1.4 (2016-01-25)
- [sys][moveit config] Enable unit test for ROS_Client-RobotCommander integration Missing dependency
- Contributors: Isaac I.Y. Saito
1.1.3 (2015-12-16)
1.1.2 (2015-11-11)
1.1.1 (2015-11-02)
File truncated at 100 lines see the full file
Package Dependencies
Deps | Name |
---|---|
collada_urdf | |
hironx_ros_bridge | |
moveit_ros_move_group | |
catkin | |
moveit_planners | |
moveit_ros | |
moveit_simple_controller_manager | |
rostest |
System Dependencies
No direct system dependencies.
Dependant Packages
Launch files
- launch/HiroNX_moveit_controller_manager.launch
-
- moveit_controller_manager [default: moveit_simple_controller_manager/MoveItSimpleControllerManager]
- controller_manager_name [default: pr2_controller_manager]
- use_controller_manager [default: false]
- launch/HiroNX_moveit_sensor_manager.launch
- launch/airbus_hiro_moveit_controller_manager.launch
- launch/airbus_hiro_moveit_sensor_manager.launch
- launch/default_warehouse_db.launch
-
- reset [default: false]
- launch/demo.launch
- launch/move_group.launch
-
- debug [default: false]
- info [default: $(arg debug)]
- allow_trajectory_execution [default: true]
- max_safe_path_cost [default: 1]
- jiggle_fraction [default: 0.05]
- publish_monitored_planning_scene [default: false]
- launch/moveit_planning_execution.launch
- launch/moveit_rviz.launch
-
- debug [default: false]
- config [default: false]
- launch/ompl_planning_pipeline.launch
- launch/planning_context.launch
-
- load_robot_description [default: false]
- launch/planning_pipeline.launch
-
- pipeline [default: ompl]
- launch/run_benchmark_ompl.launch
-
- cfg
- launch/sensor_manager.launch
-
- moveit_sensor_manager [default: HiroNX]
- launch/setup_assistant.launch
- Re-launch the MoveIt Setup Assistant with this configuration package already loaded
-
- debug [default: false]
- launch/trajectory_execution.launch
-
- moveit_manage_controllers [default: true]
- moveit_controller_manager [default: HiroNX]
- launch/warehouse.launch
-
- moveit_warehouse_database_path
- launch/warehouse_settings.launch
-
- moveit_warehouse_port [default: 33829]
- moveit_warehouse_host [default: localhost]
Messages
No message files found.
Services
No service files found
Plugins
No plugins found.
Recent questions tagged hironx_moveit_config at Robotics Stack Exchange
No version for distro rolling showing melodic. Known supported distros are highlighted in the buttons above.
![]() |
hironx_moveit_config package from rtmros_hironx repohironx_calibration hironx_moveit_config hironx_ros_bridge rtmros_hironx |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 2.2.0 |
License | BSD |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Description | hironx controller and applications using rtmros packages |
Checkout URI | https://github.com/start-jsk/rtmros_hironx.git |
VCS Type | git |
VCS Version | indigo-devel |
Last Updated | 2020-05-13 |
Dev Status | DEVELOPED |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
An automatically generated package with all the configuration and launch files for using the HiroNX with the MoveIt Motion Planning Framework
Additional Links
Maintainers
- Kei Okada
- TORK
Authors
- Urko Esnaola
- Isaac I.Y. Saito
roscd hironx_moveit_config/models
mkdir meshes
rosrun collada_urdf collada_to_urdf $(rospack find collada_robots)/data/robots/kawada-hironx.dae -A --mesh_output_dir `pwd`/meshes --mesh_prefix 'package://hironx_moveit_config/models/meshes'
CHANGELOG
Changelog for package hironx_moveit_config
2.2.0 (2020-05-13)
2.1.1 (2019-02-20)
2.1.0 (2017-09-07)
- set trajectory_execution/allowed_execution_duration_scaling to 2.0
(#518)
- Same as https://github.com/tork-a/rtmros_nextage/commit/b568101055fec975b6130cebf6150f85106e3bee
- see https://answers.ros.org/question/196586/how-do-i-disable-execution_duration_monitoring/
- Change to use moveit_simple_controller
- Contributors: Ryosuke Tajima
2.0.0 (2017-08-10)
- Use docker to run tests and add kinetic test
(#517)
- remove pr2_controller_msgs and use control_msgs
- Contributors: Kei Okada
1.1.25 (2017-06-02)
1.1.24 (2017-05-09)
1.1.23 (2017-04-03)
1.1.22 (2017-03-24)
1.1.21 (2017-03-16)
1.1.20 (2017-02-09)
1.1.19 (2017-01-12)
1.1.18 (2016-10-28)
- [fix][moveit config] Fix Interactive Marker size.
- Contributors: Isaac I.Y. Saito
1.1.17 (2016-10-13)
1.1.16 (2016-07-11)
1.1.15 (2016-06-02)
- Workaround MoveIt! RRT issue (see https://github.com/tork-a/rtmros_nextage/issues/170).
- Contributors: Isaac I.Y. Saito
1.1.14 (2016-05-19)
1.1.13 (2016-05-16)
- [sys] Add test for eef geometry.
- Contributors: Isaac I.Y. Saito
1.1.12 (2016-05-05)
- [fix][test_hironx_moveit.py] fix "rospy.init_node() has already been called with different arguments" exception.
- [fix][test_hironx_moveit.py] old file names
- [improve][test-hironx-moveit.test] Relax test duration.
- Contributors: Kei Okada
1.1.11 (2016-02-18)
1.1.10 (2016-02-11)
1.1.9 (2016-02-11)
1.1.8 (2016-02-09)
1.1.7 (2016-02-05)
1.1.6 (2016-02-03)
1.1.5 (2016-01-26)
- [feat][ROS_CLient] Upperbody move group.
- [feat] Rename both arms group to adjust to that of NEXTAGE Open.
- [feat] Add torso and head move groups.
- [feat] Factory-init pose for MoveIt! reserved pose.
- Contributors: Isaac I.Y. Saito
1.1.4 (2016-01-25)
- [sys][moveit config] Enable unit test for ROS_Client-RobotCommander integration Missing dependency
- Contributors: Isaac I.Y. Saito
1.1.3 (2015-12-16)
1.1.2 (2015-11-11)
1.1.1 (2015-11-02)
File truncated at 100 lines see the full file
Package Dependencies
Deps | Name |
---|---|
collada_urdf | |
hironx_ros_bridge | |
moveit_ros_move_group | |
catkin | |
moveit_planners | |
moveit_ros | |
moveit_simple_controller_manager | |
rostest |
System Dependencies
No direct system dependencies.
Dependant Packages
Launch files
- launch/HiroNX_moveit_controller_manager.launch
-
- moveit_controller_manager [default: moveit_simple_controller_manager/MoveItSimpleControllerManager]
- controller_manager_name [default: pr2_controller_manager]
- use_controller_manager [default: false]
- launch/HiroNX_moveit_sensor_manager.launch
- launch/airbus_hiro_moveit_controller_manager.launch
- launch/airbus_hiro_moveit_sensor_manager.launch
- launch/default_warehouse_db.launch
-
- reset [default: false]
- launch/demo.launch
- launch/move_group.launch
-
- debug [default: false]
- info [default: $(arg debug)]
- allow_trajectory_execution [default: true]
- max_safe_path_cost [default: 1]
- jiggle_fraction [default: 0.05]
- publish_monitored_planning_scene [default: false]
- launch/moveit_planning_execution.launch
- launch/moveit_rviz.launch
-
- debug [default: false]
- config [default: false]
- launch/ompl_planning_pipeline.launch
- launch/planning_context.launch
-
- load_robot_description [default: false]
- launch/planning_pipeline.launch
-
- pipeline [default: ompl]
- launch/run_benchmark_ompl.launch
-
- cfg
- launch/sensor_manager.launch
-
- moveit_sensor_manager [default: HiroNX]
- launch/setup_assistant.launch
- Re-launch the MoveIt Setup Assistant with this configuration package already loaded
-
- debug [default: false]
- launch/trajectory_execution.launch
-
- moveit_manage_controllers [default: true]
- moveit_controller_manager [default: HiroNX]
- launch/warehouse.launch
-
- moveit_warehouse_database_path
- launch/warehouse_settings.launch
-
- moveit_warehouse_port [default: 33829]
- moveit_warehouse_host [default: localhost]
Messages
No message files found.
Services
No service files found
Plugins
No plugins found.
Recent questions tagged hironx_moveit_config at Robotics Stack Exchange
No version for distro github showing melodic. Known supported distros are highlighted in the buttons above.
![]() |
hironx_moveit_config package from rtmros_hironx repohironx_calibration hironx_moveit_config hironx_ros_bridge rtmros_hironx |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 2.2.0 |
License | BSD |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Description | hironx controller and applications using rtmros packages |
Checkout URI | https://github.com/start-jsk/rtmros_hironx.git |
VCS Type | git |
VCS Version | indigo-devel |
Last Updated | 2020-05-13 |
Dev Status | DEVELOPED |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
An automatically generated package with all the configuration and launch files for using the HiroNX with the MoveIt Motion Planning Framework
Additional Links
Maintainers
- Kei Okada
- TORK
Authors
- Urko Esnaola
- Isaac I.Y. Saito
roscd hironx_moveit_config/models
mkdir meshes
rosrun collada_urdf collada_to_urdf $(rospack find collada_robots)/data/robots/kawada-hironx.dae -A --mesh_output_dir `pwd`/meshes --mesh_prefix 'package://hironx_moveit_config/models/meshes'
CHANGELOG
Changelog for package hironx_moveit_config
2.2.0 (2020-05-13)
2.1.1 (2019-02-20)
2.1.0 (2017-09-07)
- set trajectory_execution/allowed_execution_duration_scaling to 2.0
(#518)
- Same as https://github.com/tork-a/rtmros_nextage/commit/b568101055fec975b6130cebf6150f85106e3bee
- see https://answers.ros.org/question/196586/how-do-i-disable-execution_duration_monitoring/
- Change to use moveit_simple_controller
- Contributors: Ryosuke Tajima
2.0.0 (2017-08-10)
- Use docker to run tests and add kinetic test
(#517)
- remove pr2_controller_msgs and use control_msgs
- Contributors: Kei Okada
1.1.25 (2017-06-02)
1.1.24 (2017-05-09)
1.1.23 (2017-04-03)
1.1.22 (2017-03-24)
1.1.21 (2017-03-16)
1.1.20 (2017-02-09)
1.1.19 (2017-01-12)
1.1.18 (2016-10-28)
- [fix][moveit config] Fix Interactive Marker size.
- Contributors: Isaac I.Y. Saito
1.1.17 (2016-10-13)
1.1.16 (2016-07-11)
1.1.15 (2016-06-02)
- Workaround MoveIt! RRT issue (see https://github.com/tork-a/rtmros_nextage/issues/170).
- Contributors: Isaac I.Y. Saito
1.1.14 (2016-05-19)
1.1.13 (2016-05-16)
- [sys] Add test for eef geometry.
- Contributors: Isaac I.Y. Saito
1.1.12 (2016-05-05)
- [fix][test_hironx_moveit.py] fix "rospy.init_node() has already been called with different arguments" exception.
- [fix][test_hironx_moveit.py] old file names
- [improve][test-hironx-moveit.test] Relax test duration.
- Contributors: Kei Okada
1.1.11 (2016-02-18)
1.1.10 (2016-02-11)
1.1.9 (2016-02-11)
1.1.8 (2016-02-09)
1.1.7 (2016-02-05)
1.1.6 (2016-02-03)
1.1.5 (2016-01-26)
- [feat][ROS_CLient] Upperbody move group.
- [feat] Rename both arms group to adjust to that of NEXTAGE Open.
- [feat] Add torso and head move groups.
- [feat] Factory-init pose for MoveIt! reserved pose.
- Contributors: Isaac I.Y. Saito
1.1.4 (2016-01-25)
- [sys][moveit config] Enable unit test for ROS_Client-RobotCommander integration Missing dependency
- Contributors: Isaac I.Y. Saito
1.1.3 (2015-12-16)
1.1.2 (2015-11-11)
1.1.1 (2015-11-02)
File truncated at 100 lines see the full file
Package Dependencies
Deps | Name |
---|---|
collada_urdf | |
hironx_ros_bridge | |
moveit_ros_move_group | |
catkin | |
moveit_planners | |
moveit_ros | |
moveit_simple_controller_manager | |
rostest |
System Dependencies
No direct system dependencies.
Dependant Packages
Launch files
- launch/HiroNX_moveit_controller_manager.launch
-
- moveit_controller_manager [default: moveit_simple_controller_manager/MoveItSimpleControllerManager]
- controller_manager_name [default: pr2_controller_manager]
- use_controller_manager [default: false]
- launch/HiroNX_moveit_sensor_manager.launch
- launch/airbus_hiro_moveit_controller_manager.launch
- launch/airbus_hiro_moveit_sensor_manager.launch
- launch/default_warehouse_db.launch
-
- reset [default: false]
- launch/demo.launch
- launch/move_group.launch
-
- debug [default: false]
- info [default: $(arg debug)]
- allow_trajectory_execution [default: true]
- max_safe_path_cost [default: 1]
- jiggle_fraction [default: 0.05]
- publish_monitored_planning_scene [default: false]
- launch/moveit_planning_execution.launch
- launch/moveit_rviz.launch
-
- debug [default: false]
- config [default: false]
- launch/ompl_planning_pipeline.launch
- launch/planning_context.launch
-
- load_robot_description [default: false]
- launch/planning_pipeline.launch
-
- pipeline [default: ompl]
- launch/run_benchmark_ompl.launch
-
- cfg
- launch/sensor_manager.launch
-
- moveit_sensor_manager [default: HiroNX]
- launch/setup_assistant.launch
- Re-launch the MoveIt Setup Assistant with this configuration package already loaded
-
- debug [default: false]
- launch/trajectory_execution.launch
-
- moveit_manage_controllers [default: true]
- moveit_controller_manager [default: HiroNX]
- launch/warehouse.launch
-
- moveit_warehouse_database_path
- launch/warehouse_settings.launch
-
- moveit_warehouse_port [default: 33829]
- moveit_warehouse_host [default: localhost]
Messages
No message files found.
Services
No service files found
Plugins
No plugins found.
Recent questions tagged hironx_moveit_config at Robotics Stack Exchange
No version for distro galactic showing melodic. Known supported distros are highlighted in the buttons above.
![]() |
hironx_moveit_config package from rtmros_hironx repohironx_calibration hironx_moveit_config hironx_ros_bridge rtmros_hironx |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 2.2.0 |
License | BSD |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Description | hironx controller and applications using rtmros packages |
Checkout URI | https://github.com/start-jsk/rtmros_hironx.git |
VCS Type | git |
VCS Version | indigo-devel |
Last Updated | 2020-05-13 |
Dev Status | DEVELOPED |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
An automatically generated package with all the configuration and launch files for using the HiroNX with the MoveIt Motion Planning Framework
Additional Links
Maintainers
- Kei Okada
- TORK
Authors
- Urko Esnaola
- Isaac I.Y. Saito
roscd hironx_moveit_config/models
mkdir meshes
rosrun collada_urdf collada_to_urdf $(rospack find collada_robots)/data/robots/kawada-hironx.dae -A --mesh_output_dir `pwd`/meshes --mesh_prefix 'package://hironx_moveit_config/models/meshes'
CHANGELOG
Changelog for package hironx_moveit_config
2.2.0 (2020-05-13)
2.1.1 (2019-02-20)
2.1.0 (2017-09-07)
- set trajectory_execution/allowed_execution_duration_scaling to 2.0
(#518)
- Same as https://github.com/tork-a/rtmros_nextage/commit/b568101055fec975b6130cebf6150f85106e3bee
- see https://answers.ros.org/question/196586/how-do-i-disable-execution_duration_monitoring/
- Change to use moveit_simple_controller
- Contributors: Ryosuke Tajima
2.0.0 (2017-08-10)
- Use docker to run tests and add kinetic test
(#517)
- remove pr2_controller_msgs and use control_msgs
- Contributors: Kei Okada
1.1.25 (2017-06-02)
1.1.24 (2017-05-09)
1.1.23 (2017-04-03)
1.1.22 (2017-03-24)
1.1.21 (2017-03-16)
1.1.20 (2017-02-09)
1.1.19 (2017-01-12)
1.1.18 (2016-10-28)
- [fix][moveit config] Fix Interactive Marker size.
- Contributors: Isaac I.Y. Saito
1.1.17 (2016-10-13)
1.1.16 (2016-07-11)
1.1.15 (2016-06-02)
- Workaround MoveIt! RRT issue (see https://github.com/tork-a/rtmros_nextage/issues/170).
- Contributors: Isaac I.Y. Saito
1.1.14 (2016-05-19)
1.1.13 (2016-05-16)
- [sys] Add test for eef geometry.
- Contributors: Isaac I.Y. Saito
1.1.12 (2016-05-05)
- [fix][test_hironx_moveit.py] fix "rospy.init_node() has already been called with different arguments" exception.
- [fix][test_hironx_moveit.py] old file names
- [improve][test-hironx-moveit.test] Relax test duration.
- Contributors: Kei Okada
1.1.11 (2016-02-18)
1.1.10 (2016-02-11)
1.1.9 (2016-02-11)
1.1.8 (2016-02-09)
1.1.7 (2016-02-05)
1.1.6 (2016-02-03)
1.1.5 (2016-01-26)
- [feat][ROS_CLient] Upperbody move group.
- [feat] Rename both arms group to adjust to that of NEXTAGE Open.
- [feat] Add torso and head move groups.
- [feat] Factory-init pose for MoveIt! reserved pose.
- Contributors: Isaac I.Y. Saito
1.1.4 (2016-01-25)
- [sys][moveit config] Enable unit test for ROS_Client-RobotCommander integration Missing dependency
- Contributors: Isaac I.Y. Saito
1.1.3 (2015-12-16)
1.1.2 (2015-11-11)
1.1.1 (2015-11-02)
File truncated at 100 lines see the full file
Package Dependencies
Deps | Name |
---|---|
collada_urdf | |
hironx_ros_bridge | |
moveit_ros_move_group | |
catkin | |
moveit_planners | |
moveit_ros | |
moveit_simple_controller_manager | |
rostest |
System Dependencies
No direct system dependencies.
Dependant Packages
Launch files
- launch/HiroNX_moveit_controller_manager.launch
-
- moveit_controller_manager [default: moveit_simple_controller_manager/MoveItSimpleControllerManager]
- controller_manager_name [default: pr2_controller_manager]
- use_controller_manager [default: false]
- launch/HiroNX_moveit_sensor_manager.launch
- launch/airbus_hiro_moveit_controller_manager.launch
- launch/airbus_hiro_moveit_sensor_manager.launch
- launch/default_warehouse_db.launch
-
- reset [default: false]
- launch/demo.launch
- launch/move_group.launch
-
- debug [default: false]
- info [default: $(arg debug)]
- allow_trajectory_execution [default: true]
- max_safe_path_cost [default: 1]
- jiggle_fraction [default: 0.05]
- publish_monitored_planning_scene [default: false]
- launch/moveit_planning_execution.launch
- launch/moveit_rviz.launch
-
- debug [default: false]
- config [default: false]
- launch/ompl_planning_pipeline.launch
- launch/planning_context.launch
-
- load_robot_description [default: false]
- launch/planning_pipeline.launch
-
- pipeline [default: ompl]
- launch/run_benchmark_ompl.launch
-
- cfg
- launch/sensor_manager.launch
-
- moveit_sensor_manager [default: HiroNX]
- launch/setup_assistant.launch
- Re-launch the MoveIt Setup Assistant with this configuration package already loaded
-
- debug [default: false]
- launch/trajectory_execution.launch
-
- moveit_manage_controllers [default: true]
- moveit_controller_manager [default: HiroNX]
- launch/warehouse.launch
-
- moveit_warehouse_database_path
- launch/warehouse_settings.launch
-
- moveit_warehouse_port [default: 33829]
- moveit_warehouse_host [default: localhost]
Messages
No message files found.
Services
No service files found
Plugins
No plugins found.
Recent questions tagged hironx_moveit_config at Robotics Stack Exchange
No version for distro iron showing melodic. Known supported distros are highlighted in the buttons above.
![]() |
hironx_moveit_config package from rtmros_hironx repohironx_calibration hironx_moveit_config hironx_ros_bridge rtmros_hironx |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 2.2.0 |
License | BSD |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Description | hironx controller and applications using rtmros packages |
Checkout URI | https://github.com/start-jsk/rtmros_hironx.git |
VCS Type | git |
VCS Version | indigo-devel |
Last Updated | 2020-05-13 |
Dev Status | DEVELOPED |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
An automatically generated package with all the configuration and launch files for using the HiroNX with the MoveIt Motion Planning Framework
Additional Links
Maintainers
- Kei Okada
- TORK
Authors
- Urko Esnaola
- Isaac I.Y. Saito
roscd hironx_moveit_config/models
mkdir meshes
rosrun collada_urdf collada_to_urdf $(rospack find collada_robots)/data/robots/kawada-hironx.dae -A --mesh_output_dir `pwd`/meshes --mesh_prefix 'package://hironx_moveit_config/models/meshes'
CHANGELOG
Changelog for package hironx_moveit_config
2.2.0 (2020-05-13)
2.1.1 (2019-02-20)
2.1.0 (2017-09-07)
- set trajectory_execution/allowed_execution_duration_scaling to 2.0
(#518)
- Same as https://github.com/tork-a/rtmros_nextage/commit/b568101055fec975b6130cebf6150f85106e3bee
- see https://answers.ros.org/question/196586/how-do-i-disable-execution_duration_monitoring/
- Change to use moveit_simple_controller
- Contributors: Ryosuke Tajima
2.0.0 (2017-08-10)
- Use docker to run tests and add kinetic test
(#517)
- remove pr2_controller_msgs and use control_msgs
- Contributors: Kei Okada
1.1.25 (2017-06-02)
1.1.24 (2017-05-09)
1.1.23 (2017-04-03)
1.1.22 (2017-03-24)
1.1.21 (2017-03-16)
1.1.20 (2017-02-09)
1.1.19 (2017-01-12)
1.1.18 (2016-10-28)
- [fix][moveit config] Fix Interactive Marker size.
- Contributors: Isaac I.Y. Saito
1.1.17 (2016-10-13)
1.1.16 (2016-07-11)
1.1.15 (2016-06-02)
- Workaround MoveIt! RRT issue (see https://github.com/tork-a/rtmros_nextage/issues/170).
- Contributors: Isaac I.Y. Saito
1.1.14 (2016-05-19)
1.1.13 (2016-05-16)
- [sys] Add test for eef geometry.
- Contributors: Isaac I.Y. Saito
1.1.12 (2016-05-05)
- [fix][test_hironx_moveit.py] fix "rospy.init_node() has already been called with different arguments" exception.
- [fix][test_hironx_moveit.py] old file names
- [improve][test-hironx-moveit.test] Relax test duration.
- Contributors: Kei Okada
1.1.11 (2016-02-18)
1.1.10 (2016-02-11)
1.1.9 (2016-02-11)
1.1.8 (2016-02-09)
1.1.7 (2016-02-05)
1.1.6 (2016-02-03)
1.1.5 (2016-01-26)
- [feat][ROS_CLient] Upperbody move group.
- [feat] Rename both arms group to adjust to that of NEXTAGE Open.
- [feat] Add torso and head move groups.
- [feat] Factory-init pose for MoveIt! reserved pose.
- Contributors: Isaac I.Y. Saito
1.1.4 (2016-01-25)
- [sys][moveit config] Enable unit test for ROS_Client-RobotCommander integration Missing dependency
- Contributors: Isaac I.Y. Saito
1.1.3 (2015-12-16)
1.1.2 (2015-11-11)
1.1.1 (2015-11-02)
File truncated at 100 lines see the full file
Package Dependencies
Deps | Name |
---|---|
collada_urdf | |
hironx_ros_bridge | |
moveit_ros_move_group | |
catkin | |
moveit_planners | |
moveit_ros | |
moveit_simple_controller_manager | |
rostest |
System Dependencies
No direct system dependencies.
Dependant Packages
Launch files
- launch/HiroNX_moveit_controller_manager.launch
-
- moveit_controller_manager [default: moveit_simple_controller_manager/MoveItSimpleControllerManager]
- controller_manager_name [default: pr2_controller_manager]
- use_controller_manager [default: false]
- launch/HiroNX_moveit_sensor_manager.launch
- launch/airbus_hiro_moveit_controller_manager.launch
- launch/airbus_hiro_moveit_sensor_manager.launch
- launch/default_warehouse_db.launch
-
- reset [default: false]
- launch/demo.launch
- launch/move_group.launch
-
- debug [default: false]
- info [default: $(arg debug)]
- allow_trajectory_execution [default: true]
- max_safe_path_cost [default: 1]
- jiggle_fraction [default: 0.05]
- publish_monitored_planning_scene [default: false]
- launch/moveit_planning_execution.launch
- launch/moveit_rviz.launch
-
- debug [default: false]
- config [default: false]
- launch/ompl_planning_pipeline.launch
- launch/planning_context.launch
-
- load_robot_description [default: false]
- launch/planning_pipeline.launch
-
- pipeline [default: ompl]
- launch/run_benchmark_ompl.launch
-
- cfg
- launch/sensor_manager.launch
-
- moveit_sensor_manager [default: HiroNX]
- launch/setup_assistant.launch
- Re-launch the MoveIt Setup Assistant with this configuration package already loaded
-
- debug [default: false]
- launch/trajectory_execution.launch
-
- moveit_manage_controllers [default: true]
- moveit_controller_manager [default: HiroNX]
- launch/warehouse.launch
-
- moveit_warehouse_database_path
- launch/warehouse_settings.launch
-
- moveit_warehouse_port [default: 33829]
- moveit_warehouse_host [default: localhost]
Messages
No message files found.
Services
No service files found
Plugins
No plugins found.
Recent questions tagged hironx_moveit_config at Robotics Stack Exchange
![]() |
hironx_moveit_config package from rtmros_hironx repohironx_calibration hironx_moveit_config hironx_ros_bridge rtmros_hironx |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 2.2.0 |
License | BSD |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Description | hironx controller and applications using rtmros packages |
Checkout URI | https://github.com/start-jsk/rtmros_hironx.git |
VCS Type | git |
VCS Version | indigo-devel |
Last Updated | 2020-05-13 |
Dev Status | DEVELOPED |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
An automatically generated package with all the configuration and launch files for using the HiroNX with the MoveIt Motion Planning Framework
Additional Links
Maintainers
- Kei Okada
- TORK
Authors
- Urko Esnaola
- Isaac I.Y. Saito
roscd hironx_moveit_config/models
mkdir meshes
rosrun collada_urdf collada_to_urdf $(rospack find collada_robots)/data/robots/kawada-hironx.dae -A --mesh_output_dir `pwd`/meshes --mesh_prefix 'package://hironx_moveit_config/models/meshes'
CHANGELOG
Changelog for package hironx_moveit_config
2.2.0 (2020-05-13)
2.1.1 (2019-02-20)
2.1.0 (2017-09-07)
- set trajectory_execution/allowed_execution_duration_scaling to 2.0
(#518)
- Same as https://github.com/tork-a/rtmros_nextage/commit/b568101055fec975b6130cebf6150f85106e3bee
- see https://answers.ros.org/question/196586/how-do-i-disable-execution_duration_monitoring/
- Change to use moveit_simple_controller
- Contributors: Ryosuke Tajima
2.0.0 (2017-08-10)
- Use docker to run tests and add kinetic test
(#517)
- remove pr2_controller_msgs and use control_msgs
- Contributors: Kei Okada
1.1.25 (2017-06-02)
1.1.24 (2017-05-09)
1.1.23 (2017-04-03)
1.1.22 (2017-03-24)
1.1.21 (2017-03-16)
1.1.20 (2017-02-09)
1.1.19 (2017-01-12)
1.1.18 (2016-10-28)
- [fix][moveit config] Fix Interactive Marker size.
- Contributors: Isaac I.Y. Saito
1.1.17 (2016-10-13)
1.1.16 (2016-07-11)
1.1.15 (2016-06-02)
- Workaround MoveIt! RRT issue (see https://github.com/tork-a/rtmros_nextage/issues/170).
- Contributors: Isaac I.Y. Saito
1.1.14 (2016-05-19)
1.1.13 (2016-05-16)
- [sys] Add test for eef geometry.
- Contributors: Isaac I.Y. Saito
1.1.12 (2016-05-05)
- [fix][test_hironx_moveit.py] fix "rospy.init_node() has already been called with different arguments" exception.
- [fix][test_hironx_moveit.py] old file names
- [improve][test-hironx-moveit.test] Relax test duration.
- Contributors: Kei Okada
1.1.11 (2016-02-18)
1.1.10 (2016-02-11)
1.1.9 (2016-02-11)
1.1.8 (2016-02-09)
1.1.7 (2016-02-05)
1.1.6 (2016-02-03)
1.1.5 (2016-01-26)
- [feat][ROS_CLient] Upperbody move group.
- [feat] Rename both arms group to adjust to that of NEXTAGE Open.
- [feat] Add torso and head move groups.
- [feat] Factory-init pose for MoveIt! reserved pose.
- Contributors: Isaac I.Y. Saito
1.1.4 (2016-01-25)
- [sys][moveit config] Enable unit test for ROS_Client-RobotCommander integration Missing dependency
- Contributors: Isaac I.Y. Saito
1.1.3 (2015-12-16)
1.1.2 (2015-11-11)
1.1.1 (2015-11-02)
File truncated at 100 lines see the full file
Package Dependencies
Deps | Name |
---|---|
collada_urdf | |
hironx_ros_bridge | |
moveit_ros_move_group | |
catkin | |
moveit_planners | |
moveit_ros | |
moveit_simple_controller_manager | |
rostest |
System Dependencies
No direct system dependencies.
Dependant Packages
Launch files
- launch/HiroNX_moveit_controller_manager.launch
-
- moveit_controller_manager [default: moveit_simple_controller_manager/MoveItSimpleControllerManager]
- controller_manager_name [default: pr2_controller_manager]
- use_controller_manager [default: false]
- launch/HiroNX_moveit_sensor_manager.launch
- launch/airbus_hiro_moveit_controller_manager.launch
- launch/airbus_hiro_moveit_sensor_manager.launch
- launch/default_warehouse_db.launch
-
- reset [default: false]
- launch/demo.launch
- launch/move_group.launch
-
- debug [default: false]
- info [default: $(arg debug)]
- allow_trajectory_execution [default: true]
- max_safe_path_cost [default: 1]
- jiggle_fraction [default: 0.05]
- publish_monitored_planning_scene [default: false]
- launch/moveit_planning_execution.launch
- launch/moveit_rviz.launch
-
- debug [default: false]
- config [default: false]
- launch/ompl_planning_pipeline.launch
- launch/planning_context.launch
-
- load_robot_description [default: false]
- launch/planning_pipeline.launch
-
- pipeline [default: ompl]
- launch/run_benchmark_ompl.launch
-
- cfg
- launch/sensor_manager.launch
-
- moveit_sensor_manager [default: HiroNX]
- launch/setup_assistant.launch
- Re-launch the MoveIt Setup Assistant with this configuration package already loaded
-
- debug [default: false]
- launch/trajectory_execution.launch
-
- moveit_manage_controllers [default: true]
- moveit_controller_manager [default: HiroNX]
- launch/warehouse.launch
-
- moveit_warehouse_database_path
- launch/warehouse_settings.launch
-
- moveit_warehouse_port [default: 33829]
- moveit_warehouse_host [default: localhost]
Messages
No message files found.
Services
No service files found
Plugins
No plugins found.
Recent questions tagged hironx_moveit_config at Robotics Stack Exchange
No version for distro noetic showing melodic. Known supported distros are highlighted in the buttons above.
![]() |
hironx_moveit_config package from rtmros_hironx repohironx_calibration hironx_moveit_config hironx_ros_bridge rtmros_hironx |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 2.2.0 |
License | BSD |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Description | hironx controller and applications using rtmros packages |
Checkout URI | https://github.com/start-jsk/rtmros_hironx.git |
VCS Type | git |
VCS Version | indigo-devel |
Last Updated | 2020-05-13 |
Dev Status | DEVELOPED |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
An automatically generated package with all the configuration and launch files for using the HiroNX with the MoveIt Motion Planning Framework
Additional Links
Maintainers
- Kei Okada
- TORK
Authors
- Urko Esnaola
- Isaac I.Y. Saito
roscd hironx_moveit_config/models
mkdir meshes
rosrun collada_urdf collada_to_urdf $(rospack find collada_robots)/data/robots/kawada-hironx.dae -A --mesh_output_dir `pwd`/meshes --mesh_prefix 'package://hironx_moveit_config/models/meshes'
CHANGELOG
Changelog for package hironx_moveit_config
2.2.0 (2020-05-13)
2.1.1 (2019-02-20)
2.1.0 (2017-09-07)
- set trajectory_execution/allowed_execution_duration_scaling to 2.0
(#518)
- Same as https://github.com/tork-a/rtmros_nextage/commit/b568101055fec975b6130cebf6150f85106e3bee
- see https://answers.ros.org/question/196586/how-do-i-disable-execution_duration_monitoring/
- Change to use moveit_simple_controller
- Contributors: Ryosuke Tajima
2.0.0 (2017-08-10)
- Use docker to run tests and add kinetic test
(#517)
- remove pr2_controller_msgs and use control_msgs
- Contributors: Kei Okada
1.1.25 (2017-06-02)
1.1.24 (2017-05-09)
1.1.23 (2017-04-03)
1.1.22 (2017-03-24)
1.1.21 (2017-03-16)
1.1.20 (2017-02-09)
1.1.19 (2017-01-12)
1.1.18 (2016-10-28)
- [fix][moveit config] Fix Interactive Marker size.
- Contributors: Isaac I.Y. Saito
1.1.17 (2016-10-13)
1.1.16 (2016-07-11)
1.1.15 (2016-06-02)
- Workaround MoveIt! RRT issue (see https://github.com/tork-a/rtmros_nextage/issues/170).
- Contributors: Isaac I.Y. Saito
1.1.14 (2016-05-19)
1.1.13 (2016-05-16)
- [sys] Add test for eef geometry.
- Contributors: Isaac I.Y. Saito
1.1.12 (2016-05-05)
- [fix][test_hironx_moveit.py] fix "rospy.init_node() has already been called with different arguments" exception.
- [fix][test_hironx_moveit.py] old file names
- [improve][test-hironx-moveit.test] Relax test duration.
- Contributors: Kei Okada
1.1.11 (2016-02-18)
1.1.10 (2016-02-11)
1.1.9 (2016-02-11)
1.1.8 (2016-02-09)
1.1.7 (2016-02-05)
1.1.6 (2016-02-03)
1.1.5 (2016-01-26)
- [feat][ROS_CLient] Upperbody move group.
- [feat] Rename both arms group to adjust to that of NEXTAGE Open.
- [feat] Add torso and head move groups.
- [feat] Factory-init pose for MoveIt! reserved pose.
- Contributors: Isaac I.Y. Saito
1.1.4 (2016-01-25)
- [sys][moveit config] Enable unit test for ROS_Client-RobotCommander integration Missing dependency
- Contributors: Isaac I.Y. Saito
1.1.3 (2015-12-16)
1.1.2 (2015-11-11)
1.1.1 (2015-11-02)
File truncated at 100 lines see the full file
Package Dependencies
Deps | Name |
---|---|
collada_urdf | |
hironx_ros_bridge | |
moveit_ros_move_group | |
catkin | |
moveit_planners | |
moveit_ros | |
moveit_simple_controller_manager | |
rostest |
System Dependencies
No direct system dependencies.
Dependant Packages
Launch files
- launch/HiroNX_moveit_controller_manager.launch
-
- moveit_controller_manager [default: moveit_simple_controller_manager/MoveItSimpleControllerManager]
- controller_manager_name [default: pr2_controller_manager]
- use_controller_manager [default: false]
- launch/HiroNX_moveit_sensor_manager.launch
- launch/airbus_hiro_moveit_controller_manager.launch
- launch/airbus_hiro_moveit_sensor_manager.launch
- launch/default_warehouse_db.launch
-
- reset [default: false]
- launch/demo.launch
- launch/move_group.launch
-
- debug [default: false]
- info [default: $(arg debug)]
- allow_trajectory_execution [default: true]
- max_safe_path_cost [default: 1]
- jiggle_fraction [default: 0.05]
- publish_monitored_planning_scene [default: false]
- launch/moveit_planning_execution.launch
- launch/moveit_rviz.launch
-
- debug [default: false]
- config [default: false]
- launch/ompl_planning_pipeline.launch
- launch/planning_context.launch
-
- load_robot_description [default: false]
- launch/planning_pipeline.launch
-
- pipeline [default: ompl]
- launch/run_benchmark_ompl.launch
-
- cfg
- launch/sensor_manager.launch
-
- moveit_sensor_manager [default: HiroNX]
- launch/setup_assistant.launch
- Re-launch the MoveIt Setup Assistant with this configuration package already loaded
-
- debug [default: false]
- launch/trajectory_execution.launch
-
- moveit_manage_controllers [default: true]
- moveit_controller_manager [default: HiroNX]
- launch/warehouse.launch
-
- moveit_warehouse_database_path
- launch/warehouse_settings.launch
-
- moveit_warehouse_port [default: 33829]
- moveit_warehouse_host [default: localhost]
Messages
No message files found.
Services
No service files found
Plugins
No plugins found.