No version for distro humble showing indigo. Known supported distros are highlighted in the buttons above.

Package Summary

Tags No category tags.
Version 0.0.4
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/jsk-ros-pkg/jsk_demos.git
VCS Type git
VCS Version 0.0.4
Last Updated 2017-03-15
Dev Status DEVELOPED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

drc_task_common

Additional Links

No additional links.

Maintainers

  • Masaki Murooka

Authors

  • Masaki Murooka

drc_task_common

Introduction

provides drc_task_ common task programs.

Setup

  1. Setup your account allowing sudo without password and keep environmental variable.

It’s required to use socket port 1-1023.

Run following command

$ sudo visudo

And add these lines:

  YOUR_ACCOUNT ALL=(ALL) NOPASSWD:ALL
  Defaults env_keep += "PYTHONPATH"
  Defaults env_keep += "ROS_PACKAGE_PATH"
  Defaults env_keep += "ROS_MASTER_URI"
  

And restart your computer.

  1. speed up roslaunch
sudo patch -u /usr/lib/python2.7/dist-packages/catkin_pkg/packages.py < $(rospack find drc_task_common)/patch/catkin_packages.patch

  1. Set enviroment variable “ROBOT” For example,
   export ROBOT=HRP2JSKNT
   

or

   export ROBOT=JAXON
   

drc_task_common.launch

DEVICE

this program needs

  • 3D mouse (for move t-marker)
  • B-Controll (for some bottuns)
  • Track ball mouse (for move robot head)

DEPEND

$ sudo aptitude install python-pygame
$ sudo pip install fysom
$ sudo aptitude install spacenavd ros-hydro-spacenav-node
$ sudo aptitude install python-urlgrabber

How to launch

You should put two commands in the defferent terminal

roslaunch drc_task_common operator_station_main.launch
roslaunch drc_task_common field_computer_main.launch

How to Use B-Controll Interface

B-Controll provides 2x8 Buttons and 8 bars. This Section Introduces how to use buttons

for more details, please read source codes https://github.com/jsk-ros-pkg/jsk_demos/blob/master/jsk_2015_06_hrp_drc/drc_task_common/scripts/b_control_client.py provides bottun interface

Upper, (1, 2, 3) From the Left,(Box, Cylinder, Torus) Button

Change Transformable Marker Type, for (Box, Cylinder, Torus) Like Objects.

Upper, 4 From the Left, SETPOS Button

Auto Move Robot Before T-Object Marker.(Maybe before 50cm from Objects, But Needs Some Changes)

Upper, 5 From the Left, GOPOS Button

Go Pos From Real Pos To Robot Marker Pos. (Push U8 or D8 to Select)

Upper, 6 From the Left, Save Button

SAVE CURRENT OBJECT POSE(for moving object)

Upper, 7 From the Left, TOGGLE Button

Not Used

Lower, 1 From the Left, APPROACH Button

Change IK mode

  • None (Simply solve IK with the coords)
  • Reach (Solve IK to Reach object coords)
  • Release (Solve IK to Release object) current mode is displayed on rviz.

Lower, 2 From the Left, Mode Button

Change Marker Setting Mode,

  • autoset (object will be set by click b-box)
  • manuset (manual set object with 3d mouse)

File truncated at 100 lines see the full file

CHANGELOG

Changelog for package drc_task_common

0.0.4 (2017-03-15)

  • remove jsk_pcl_ros from generate_messages
  • Migrate srv files from jsk_pcl_ros to jsk_recognition_msgs see
  • Stop using deprecated jsk_topic_tools/log_utils.h see
  • [drc_task_common] Add VIEWER options to toggle using rviz or not. Default behaviors are not changed.
  • [drc_task_common] Add input_cloud arg to valve detection launch
  • [drc_task_common] Add valve detection parameter arguments, which do not change default behavior.
  • [conservative_detection.launch] add simulation setting
  • [jaxon_demo] fix euslisp for simulation
  • [drc_task_common] add stair model to drc-testbed-models.l
  • [drc_task_common] add hrp2 demo of walking down blocks
  • [jsk_2015_06_hrp_drc/drc_task_common/euslisp/test-drc-terrain-walk.l] Update hrp2jsk stair function.
  • [jsk_2015_06_hrp_drc/drc_task_common/euslisp/drc-testbed-models.l] Separate block model method as function to reuse it.
  • add launch and launch with glc is optional behavior
  • [drc_task_common] Add valve_model for conservative valve detection
  • [drc_task_common] no-UI valve rotation and opening door
  • [drc_task_common] Add /map frame_id
  • remove old dynamic_reconfigure.parameter_generator, now everything runnning with catkin
  • remove depends to rosbuild/mk
  • gen_reconfigure_msg did not work propery on travis
  • Contributors: Juntaro Tamura, Kei Okada, Kentaro Wada, Ryohei Ueda, Shunichi Nozawa, Yohei Kakiuchi, Eisoku Kuroiwa, Iori Kumagai

0.0.3 (2016-02-11)

  • [robot_model.launch] use upstream launch file
  • [robot-util.l] add jaxon_jvrc in robot-file
  • [drc_task_common/euslisp/irex_carry_trass] Set red color for trass interactive marker
  • [drc_task_common/euslisp/irex_carry_trass] Test large step stride while trass demo walking.
  • [drc_task_common/irex-large-box] Reduce initialization time by k-kimura.
  • [drc_task_common/irex_carry_trass] Add viewer title and reduce unnecessary sleep by rkoyama.
  • [drc_task_common/euslisp/irex_carry_trass] Add argument to skip recog&gopos.
  • [drc_task_common/euslisp/irex-large-box] Add resizing of irt viewer
  • [drc_task_common/euslisp/irex-large-box] Update for sift recog by k-kimura and youhei
  • [drc_task_common/euslisp/irex-large-box] Fix via coords for reaching and add setting of time parameter for object turnaround detection for box pushing.(by k-kimura)
  • [drc_task_common/euslisp/irex_carry_trass] Add y-o-n-p for recognition by rkoyama.
  • [drc_task_common/euslisp/irex_carry_trass] Use y-or-n-p instead of read-line
  • [drc_task_common/euslisp/irex_carry_trass] Fix gopos value and rename function
  • [drc_task_common/euslisp/irex_carry_trass] debug the vibration during carrying the trass
  • change push emergency stopper threshold parameter to 100N
  • [drc_task_common] Add imprecise scheduler prototype
  • [drc_task_common/euslisp/irex_carry_trass]add recognition, and debug the refforce estimation
  • modify the timing of recognition
  • add apply-primitive-dimensions-to-midi-device
  • modify calib-offset-coords parameter
  • [drc_task_common/euslisp/irex_carry_trass/carry-trass.l] modify demo to use pfilter
  • add jaxon-wooden-box-okkake loop
  • receiveing estimated pose from particle filter
  • change new sift template KEEP DRY label
  • Delete anybots-box programs
  • Add maai diff value
  • [drc_task_common/euslisp/irex_carry_trass] modify the pose to carry trass
  • Add interactive marker
  • Change irex demo version for pushing box
  • Merge remote-tracking branch 'koyama/add_irex_koyama_release'
  • add snozawa san commit
  • [drc_task_common/euslisp/irex_carry_trass/carry-trass.l]modify the pose to reach-trass
  • add box-push emergency stopper
  • modify comment out
  • change apc_box name to wooden_box name
  • [irex_carry_trass] update trass
  • [drc_task_common/euslisp] add files to carry trass.
  • add y-or-n-p cancel mode
  • modify head neck-p joint-angle
  • change head neck-p angle and sift-label-coords
  • Merge pull request #1126 from mmurooka/valve-motion-slower [drc_task_common] make slow valve motion a little
  • CMakeLists.txt : clean up install rules
  • CMakeLists.txt remove install FILES plugin_description.xml, which is

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Launch files

Plugins

Recent questions tagged drc_task_common at Robotics Stack Exchange

No version for distro jazzy showing indigo. Known supported distros are highlighted in the buttons above.

Package Summary

Tags No category tags.
Version 0.0.4
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/jsk-ros-pkg/jsk_demos.git
VCS Type git
VCS Version 0.0.4
Last Updated 2017-03-15
Dev Status DEVELOPED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

drc_task_common

Additional Links

No additional links.

Maintainers

  • Masaki Murooka

Authors

  • Masaki Murooka

drc_task_common

Introduction

provides drc_task_ common task programs.

Setup

  1. Setup your account allowing sudo without password and keep environmental variable.

It’s required to use socket port 1-1023.

Run following command

$ sudo visudo

And add these lines:

  YOUR_ACCOUNT ALL=(ALL) NOPASSWD:ALL
  Defaults env_keep += "PYTHONPATH"
  Defaults env_keep += "ROS_PACKAGE_PATH"
  Defaults env_keep += "ROS_MASTER_URI"
  

And restart your computer.

  1. speed up roslaunch
sudo patch -u /usr/lib/python2.7/dist-packages/catkin_pkg/packages.py < $(rospack find drc_task_common)/patch/catkin_packages.patch

  1. Set enviroment variable “ROBOT” For example,
   export ROBOT=HRP2JSKNT
   

or

   export ROBOT=JAXON
   

drc_task_common.launch

DEVICE

this program needs

  • 3D mouse (for move t-marker)
  • B-Controll (for some bottuns)
  • Track ball mouse (for move robot head)

DEPEND

$ sudo aptitude install python-pygame
$ sudo pip install fysom
$ sudo aptitude install spacenavd ros-hydro-spacenav-node
$ sudo aptitude install python-urlgrabber

How to launch

You should put two commands in the defferent terminal

roslaunch drc_task_common operator_station_main.launch
roslaunch drc_task_common field_computer_main.launch

How to Use B-Controll Interface

B-Controll provides 2x8 Buttons and 8 bars. This Section Introduces how to use buttons

for more details, please read source codes https://github.com/jsk-ros-pkg/jsk_demos/blob/master/jsk_2015_06_hrp_drc/drc_task_common/scripts/b_control_client.py provides bottun interface

Upper, (1, 2, 3) From the Left,(Box, Cylinder, Torus) Button

Change Transformable Marker Type, for (Box, Cylinder, Torus) Like Objects.

Upper, 4 From the Left, SETPOS Button

Auto Move Robot Before T-Object Marker.(Maybe before 50cm from Objects, But Needs Some Changes)

Upper, 5 From the Left, GOPOS Button

Go Pos From Real Pos To Robot Marker Pos. (Push U8 or D8 to Select)

Upper, 6 From the Left, Save Button

SAVE CURRENT OBJECT POSE(for moving object)

Upper, 7 From the Left, TOGGLE Button

Not Used

Lower, 1 From the Left, APPROACH Button

Change IK mode

  • None (Simply solve IK with the coords)
  • Reach (Solve IK to Reach object coords)
  • Release (Solve IK to Release object) current mode is displayed on rviz.

Lower, 2 From the Left, Mode Button

Change Marker Setting Mode,

  • autoset (object will be set by click b-box)
  • manuset (manual set object with 3d mouse)

File truncated at 100 lines see the full file

CHANGELOG

Changelog for package drc_task_common

0.0.4 (2017-03-15)

  • remove jsk_pcl_ros from generate_messages
  • Migrate srv files from jsk_pcl_ros to jsk_recognition_msgs see
  • Stop using deprecated jsk_topic_tools/log_utils.h see
  • [drc_task_common] Add VIEWER options to toggle using rviz or not. Default behaviors are not changed.
  • [drc_task_common] Add input_cloud arg to valve detection launch
  • [drc_task_common] Add valve detection parameter arguments, which do not change default behavior.
  • [conservative_detection.launch] add simulation setting
  • [jaxon_demo] fix euslisp for simulation
  • [drc_task_common] add stair model to drc-testbed-models.l
  • [drc_task_common] add hrp2 demo of walking down blocks
  • [jsk_2015_06_hrp_drc/drc_task_common/euslisp/test-drc-terrain-walk.l] Update hrp2jsk stair function.
  • [jsk_2015_06_hrp_drc/drc_task_common/euslisp/drc-testbed-models.l] Separate block model method as function to reuse it.
  • add launch and launch with glc is optional behavior
  • [drc_task_common] Add valve_model for conservative valve detection
  • [drc_task_common] no-UI valve rotation and opening door
  • [drc_task_common] Add /map frame_id
  • remove old dynamic_reconfigure.parameter_generator, now everything runnning with catkin
  • remove depends to rosbuild/mk
  • gen_reconfigure_msg did not work propery on travis
  • Contributors: Juntaro Tamura, Kei Okada, Kentaro Wada, Ryohei Ueda, Shunichi Nozawa, Yohei Kakiuchi, Eisoku Kuroiwa, Iori Kumagai

0.0.3 (2016-02-11)

  • [robot_model.launch] use upstream launch file
  • [robot-util.l] add jaxon_jvrc in robot-file
  • [drc_task_common/euslisp/irex_carry_trass] Set red color for trass interactive marker
  • [drc_task_common/euslisp/irex_carry_trass] Test large step stride while trass demo walking.
  • [drc_task_common/irex-large-box] Reduce initialization time by k-kimura.
  • [drc_task_common/irex_carry_trass] Add viewer title and reduce unnecessary sleep by rkoyama.
  • [drc_task_common/euslisp/irex_carry_trass] Add argument to skip recog&gopos.
  • [drc_task_common/euslisp/irex-large-box] Add resizing of irt viewer
  • [drc_task_common/euslisp/irex-large-box] Update for sift recog by k-kimura and youhei
  • [drc_task_common/euslisp/irex-large-box] Fix via coords for reaching and add setting of time parameter for object turnaround detection for box pushing.(by k-kimura)
  • [drc_task_common/euslisp/irex_carry_trass] Add y-o-n-p for recognition by rkoyama.
  • [drc_task_common/euslisp/irex_carry_trass] Use y-or-n-p instead of read-line
  • [drc_task_common/euslisp/irex_carry_trass] Fix gopos value and rename function
  • [drc_task_common/euslisp/irex_carry_trass] debug the vibration during carrying the trass
  • change push emergency stopper threshold parameter to 100N
  • [drc_task_common] Add imprecise scheduler prototype
  • [drc_task_common/euslisp/irex_carry_trass]add recognition, and debug the refforce estimation
  • modify the timing of recognition
  • add apply-primitive-dimensions-to-midi-device
  • modify calib-offset-coords parameter
  • [drc_task_common/euslisp/irex_carry_trass/carry-trass.l] modify demo to use pfilter
  • add jaxon-wooden-box-okkake loop
  • receiveing estimated pose from particle filter
  • change new sift template KEEP DRY label
  • Delete anybots-box programs
  • Add maai diff value
  • [drc_task_common/euslisp/irex_carry_trass] modify the pose to carry trass
  • Add interactive marker
  • Change irex demo version for pushing box
  • Merge remote-tracking branch 'koyama/add_irex_koyama_release'
  • add snozawa san commit
  • [drc_task_common/euslisp/irex_carry_trass/carry-trass.l]modify the pose to reach-trass
  • add box-push emergency stopper
  • modify comment out
  • change apc_box name to wooden_box name
  • [irex_carry_trass] update trass
  • [drc_task_common/euslisp] add files to carry trass.
  • add y-or-n-p cancel mode
  • modify head neck-p joint-angle
  • change head neck-p angle and sift-label-coords
  • Merge pull request #1126 from mmurooka/valve-motion-slower [drc_task_common] make slow valve motion a little
  • CMakeLists.txt : clean up install rules
  • CMakeLists.txt remove install FILES plugin_description.xml, which is

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Launch files

Plugins

Recent questions tagged drc_task_common at Robotics Stack Exchange

No version for distro kilted showing indigo. Known supported distros are highlighted in the buttons above.

Package Summary

Tags No category tags.
Version 0.0.4
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/jsk-ros-pkg/jsk_demos.git
VCS Type git
VCS Version 0.0.4
Last Updated 2017-03-15
Dev Status DEVELOPED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

drc_task_common

Additional Links

No additional links.

Maintainers

  • Masaki Murooka

Authors

  • Masaki Murooka

drc_task_common

Introduction

provides drc_task_ common task programs.

Setup

  1. Setup your account allowing sudo without password and keep environmental variable.

It’s required to use socket port 1-1023.

Run following command

$ sudo visudo

And add these lines:

  YOUR_ACCOUNT ALL=(ALL) NOPASSWD:ALL
  Defaults env_keep += "PYTHONPATH"
  Defaults env_keep += "ROS_PACKAGE_PATH"
  Defaults env_keep += "ROS_MASTER_URI"
  

And restart your computer.

  1. speed up roslaunch
sudo patch -u /usr/lib/python2.7/dist-packages/catkin_pkg/packages.py < $(rospack find drc_task_common)/patch/catkin_packages.patch

  1. Set enviroment variable “ROBOT” For example,
   export ROBOT=HRP2JSKNT
   

or

   export ROBOT=JAXON
   

drc_task_common.launch

DEVICE

this program needs

  • 3D mouse (for move t-marker)
  • B-Controll (for some bottuns)
  • Track ball mouse (for move robot head)

DEPEND

$ sudo aptitude install python-pygame
$ sudo pip install fysom
$ sudo aptitude install spacenavd ros-hydro-spacenav-node
$ sudo aptitude install python-urlgrabber

How to launch

You should put two commands in the defferent terminal

roslaunch drc_task_common operator_station_main.launch
roslaunch drc_task_common field_computer_main.launch

How to Use B-Controll Interface

B-Controll provides 2x8 Buttons and 8 bars. This Section Introduces how to use buttons

for more details, please read source codes https://github.com/jsk-ros-pkg/jsk_demos/blob/master/jsk_2015_06_hrp_drc/drc_task_common/scripts/b_control_client.py provides bottun interface

Upper, (1, 2, 3) From the Left,(Box, Cylinder, Torus) Button

Change Transformable Marker Type, for (Box, Cylinder, Torus) Like Objects.

Upper, 4 From the Left, SETPOS Button

Auto Move Robot Before T-Object Marker.(Maybe before 50cm from Objects, But Needs Some Changes)

Upper, 5 From the Left, GOPOS Button

Go Pos From Real Pos To Robot Marker Pos. (Push U8 or D8 to Select)

Upper, 6 From the Left, Save Button

SAVE CURRENT OBJECT POSE(for moving object)

Upper, 7 From the Left, TOGGLE Button

Not Used

Lower, 1 From the Left, APPROACH Button

Change IK mode

  • None (Simply solve IK with the coords)
  • Reach (Solve IK to Reach object coords)
  • Release (Solve IK to Release object) current mode is displayed on rviz.

Lower, 2 From the Left, Mode Button

Change Marker Setting Mode,

  • autoset (object will be set by click b-box)
  • manuset (manual set object with 3d mouse)

File truncated at 100 lines see the full file

CHANGELOG

Changelog for package drc_task_common

0.0.4 (2017-03-15)

  • remove jsk_pcl_ros from generate_messages
  • Migrate srv files from jsk_pcl_ros to jsk_recognition_msgs see
  • Stop using deprecated jsk_topic_tools/log_utils.h see
  • [drc_task_common] Add VIEWER options to toggle using rviz or not. Default behaviors are not changed.
  • [drc_task_common] Add input_cloud arg to valve detection launch
  • [drc_task_common] Add valve detection parameter arguments, which do not change default behavior.
  • [conservative_detection.launch] add simulation setting
  • [jaxon_demo] fix euslisp for simulation
  • [drc_task_common] add stair model to drc-testbed-models.l
  • [drc_task_common] add hrp2 demo of walking down blocks
  • [jsk_2015_06_hrp_drc/drc_task_common/euslisp/test-drc-terrain-walk.l] Update hrp2jsk stair function.
  • [jsk_2015_06_hrp_drc/drc_task_common/euslisp/drc-testbed-models.l] Separate block model method as function to reuse it.
  • add launch and launch with glc is optional behavior
  • [drc_task_common] Add valve_model for conservative valve detection
  • [drc_task_common] no-UI valve rotation and opening door
  • [drc_task_common] Add /map frame_id
  • remove old dynamic_reconfigure.parameter_generator, now everything runnning with catkin
  • remove depends to rosbuild/mk
  • gen_reconfigure_msg did not work propery on travis
  • Contributors: Juntaro Tamura, Kei Okada, Kentaro Wada, Ryohei Ueda, Shunichi Nozawa, Yohei Kakiuchi, Eisoku Kuroiwa, Iori Kumagai

0.0.3 (2016-02-11)

  • [robot_model.launch] use upstream launch file
  • [robot-util.l] add jaxon_jvrc in robot-file
  • [drc_task_common/euslisp/irex_carry_trass] Set red color for trass interactive marker
  • [drc_task_common/euslisp/irex_carry_trass] Test large step stride while trass demo walking.
  • [drc_task_common/irex-large-box] Reduce initialization time by k-kimura.
  • [drc_task_common/irex_carry_trass] Add viewer title and reduce unnecessary sleep by rkoyama.
  • [drc_task_common/euslisp/irex_carry_trass] Add argument to skip recog&gopos.
  • [drc_task_common/euslisp/irex-large-box] Add resizing of irt viewer
  • [drc_task_common/euslisp/irex-large-box] Update for sift recog by k-kimura and youhei
  • [drc_task_common/euslisp/irex-large-box] Fix via coords for reaching and add setting of time parameter for object turnaround detection for box pushing.(by k-kimura)
  • [drc_task_common/euslisp/irex_carry_trass] Add y-o-n-p for recognition by rkoyama.
  • [drc_task_common/euslisp/irex_carry_trass] Use y-or-n-p instead of read-line
  • [drc_task_common/euslisp/irex_carry_trass] Fix gopos value and rename function
  • [drc_task_common/euslisp/irex_carry_trass] debug the vibration during carrying the trass
  • change push emergency stopper threshold parameter to 100N
  • [drc_task_common] Add imprecise scheduler prototype
  • [drc_task_common/euslisp/irex_carry_trass]add recognition, and debug the refforce estimation
  • modify the timing of recognition
  • add apply-primitive-dimensions-to-midi-device
  • modify calib-offset-coords parameter
  • [drc_task_common/euslisp/irex_carry_trass/carry-trass.l] modify demo to use pfilter
  • add jaxon-wooden-box-okkake loop
  • receiveing estimated pose from particle filter
  • change new sift template KEEP DRY label
  • Delete anybots-box programs
  • Add maai diff value
  • [drc_task_common/euslisp/irex_carry_trass] modify the pose to carry trass
  • Add interactive marker
  • Change irex demo version for pushing box
  • Merge remote-tracking branch 'koyama/add_irex_koyama_release'
  • add snozawa san commit
  • [drc_task_common/euslisp/irex_carry_trass/carry-trass.l]modify the pose to reach-trass
  • add box-push emergency stopper
  • modify comment out
  • change apc_box name to wooden_box name
  • [irex_carry_trass] update trass
  • [drc_task_common/euslisp] add files to carry trass.
  • add y-or-n-p cancel mode
  • modify head neck-p joint-angle
  • change head neck-p angle and sift-label-coords
  • Merge pull request #1126 from mmurooka/valve-motion-slower [drc_task_common] make slow valve motion a little
  • CMakeLists.txt : clean up install rules
  • CMakeLists.txt remove install FILES plugin_description.xml, which is

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Launch files

Plugins

Recent questions tagged drc_task_common at Robotics Stack Exchange

No version for distro rolling showing indigo. Known supported distros are highlighted in the buttons above.

Package Summary

Tags No category tags.
Version 0.0.4
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/jsk-ros-pkg/jsk_demos.git
VCS Type git
VCS Version 0.0.4
Last Updated 2017-03-15
Dev Status DEVELOPED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

drc_task_common

Additional Links

No additional links.

Maintainers

  • Masaki Murooka

Authors

  • Masaki Murooka

drc_task_common

Introduction

provides drc_task_ common task programs.

Setup

  1. Setup your account allowing sudo without password and keep environmental variable.

It’s required to use socket port 1-1023.

Run following command

$ sudo visudo

And add these lines:

  YOUR_ACCOUNT ALL=(ALL) NOPASSWD:ALL
  Defaults env_keep += "PYTHONPATH"
  Defaults env_keep += "ROS_PACKAGE_PATH"
  Defaults env_keep += "ROS_MASTER_URI"
  

And restart your computer.

  1. speed up roslaunch
sudo patch -u /usr/lib/python2.7/dist-packages/catkin_pkg/packages.py < $(rospack find drc_task_common)/patch/catkin_packages.patch

  1. Set enviroment variable “ROBOT” For example,
   export ROBOT=HRP2JSKNT
   

or

   export ROBOT=JAXON
   

drc_task_common.launch

DEVICE

this program needs

  • 3D mouse (for move t-marker)
  • B-Controll (for some bottuns)
  • Track ball mouse (for move robot head)

DEPEND

$ sudo aptitude install python-pygame
$ sudo pip install fysom
$ sudo aptitude install spacenavd ros-hydro-spacenav-node
$ sudo aptitude install python-urlgrabber

How to launch

You should put two commands in the defferent terminal

roslaunch drc_task_common operator_station_main.launch
roslaunch drc_task_common field_computer_main.launch

How to Use B-Controll Interface

B-Controll provides 2x8 Buttons and 8 bars. This Section Introduces how to use buttons

for more details, please read source codes https://github.com/jsk-ros-pkg/jsk_demos/blob/master/jsk_2015_06_hrp_drc/drc_task_common/scripts/b_control_client.py provides bottun interface

Upper, (1, 2, 3) From the Left,(Box, Cylinder, Torus) Button

Change Transformable Marker Type, for (Box, Cylinder, Torus) Like Objects.

Upper, 4 From the Left, SETPOS Button

Auto Move Robot Before T-Object Marker.(Maybe before 50cm from Objects, But Needs Some Changes)

Upper, 5 From the Left, GOPOS Button

Go Pos From Real Pos To Robot Marker Pos. (Push U8 or D8 to Select)

Upper, 6 From the Left, Save Button

SAVE CURRENT OBJECT POSE(for moving object)

Upper, 7 From the Left, TOGGLE Button

Not Used

Lower, 1 From the Left, APPROACH Button

Change IK mode

  • None (Simply solve IK with the coords)
  • Reach (Solve IK to Reach object coords)
  • Release (Solve IK to Release object) current mode is displayed on rviz.

Lower, 2 From the Left, Mode Button

Change Marker Setting Mode,

  • autoset (object will be set by click b-box)
  • manuset (manual set object with 3d mouse)

File truncated at 100 lines see the full file

CHANGELOG

Changelog for package drc_task_common

0.0.4 (2017-03-15)

  • remove jsk_pcl_ros from generate_messages
  • Migrate srv files from jsk_pcl_ros to jsk_recognition_msgs see
  • Stop using deprecated jsk_topic_tools/log_utils.h see
  • [drc_task_common] Add VIEWER options to toggle using rviz or not. Default behaviors are not changed.
  • [drc_task_common] Add input_cloud arg to valve detection launch
  • [drc_task_common] Add valve detection parameter arguments, which do not change default behavior.
  • [conservative_detection.launch] add simulation setting
  • [jaxon_demo] fix euslisp for simulation
  • [drc_task_common] add stair model to drc-testbed-models.l
  • [drc_task_common] add hrp2 demo of walking down blocks
  • [jsk_2015_06_hrp_drc/drc_task_common/euslisp/test-drc-terrain-walk.l] Update hrp2jsk stair function.
  • [jsk_2015_06_hrp_drc/drc_task_common/euslisp/drc-testbed-models.l] Separate block model method as function to reuse it.
  • add launch and launch with glc is optional behavior
  • [drc_task_common] Add valve_model for conservative valve detection
  • [drc_task_common] no-UI valve rotation and opening door
  • [drc_task_common] Add /map frame_id
  • remove old dynamic_reconfigure.parameter_generator, now everything runnning with catkin
  • remove depends to rosbuild/mk
  • gen_reconfigure_msg did not work propery on travis
  • Contributors: Juntaro Tamura, Kei Okada, Kentaro Wada, Ryohei Ueda, Shunichi Nozawa, Yohei Kakiuchi, Eisoku Kuroiwa, Iori Kumagai

0.0.3 (2016-02-11)

  • [robot_model.launch] use upstream launch file
  • [robot-util.l] add jaxon_jvrc in robot-file
  • [drc_task_common/euslisp/irex_carry_trass] Set red color for trass interactive marker
  • [drc_task_common/euslisp/irex_carry_trass] Test large step stride while trass demo walking.
  • [drc_task_common/irex-large-box] Reduce initialization time by k-kimura.
  • [drc_task_common/irex_carry_trass] Add viewer title and reduce unnecessary sleep by rkoyama.
  • [drc_task_common/euslisp/irex_carry_trass] Add argument to skip recog&gopos.
  • [drc_task_common/euslisp/irex-large-box] Add resizing of irt viewer
  • [drc_task_common/euslisp/irex-large-box] Update for sift recog by k-kimura and youhei
  • [drc_task_common/euslisp/irex-large-box] Fix via coords for reaching and add setting of time parameter for object turnaround detection for box pushing.(by k-kimura)
  • [drc_task_common/euslisp/irex_carry_trass] Add y-o-n-p for recognition by rkoyama.
  • [drc_task_common/euslisp/irex_carry_trass] Use y-or-n-p instead of read-line
  • [drc_task_common/euslisp/irex_carry_trass] Fix gopos value and rename function
  • [drc_task_common/euslisp/irex_carry_trass] debug the vibration during carrying the trass
  • change push emergency stopper threshold parameter to 100N
  • [drc_task_common] Add imprecise scheduler prototype
  • [drc_task_common/euslisp/irex_carry_trass]add recognition, and debug the refforce estimation
  • modify the timing of recognition
  • add apply-primitive-dimensions-to-midi-device
  • modify calib-offset-coords parameter
  • [drc_task_common/euslisp/irex_carry_trass/carry-trass.l] modify demo to use pfilter
  • add jaxon-wooden-box-okkake loop
  • receiveing estimated pose from particle filter
  • change new sift template KEEP DRY label
  • Delete anybots-box programs
  • Add maai diff value
  • [drc_task_common/euslisp/irex_carry_trass] modify the pose to carry trass
  • Add interactive marker
  • Change irex demo version for pushing box
  • Merge remote-tracking branch 'koyama/add_irex_koyama_release'
  • add snozawa san commit
  • [drc_task_common/euslisp/irex_carry_trass/carry-trass.l]modify the pose to reach-trass
  • add box-push emergency stopper
  • modify comment out
  • change apc_box name to wooden_box name
  • [irex_carry_trass] update trass
  • [drc_task_common/euslisp] add files to carry trass.
  • add y-or-n-p cancel mode
  • modify head neck-p joint-angle
  • change head neck-p angle and sift-label-coords
  • Merge pull request #1126 from mmurooka/valve-motion-slower [drc_task_common] make slow valve motion a little
  • CMakeLists.txt : clean up install rules
  • CMakeLists.txt remove install FILES plugin_description.xml, which is

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Launch files

Plugins

Recent questions tagged drc_task_common at Robotics Stack Exchange

No version for distro ardent showing indigo. Known supported distros are highlighted in the buttons above.

Package Summary

Tags No category tags.
Version 0.0.4
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/jsk-ros-pkg/jsk_demos.git
VCS Type git
VCS Version 0.0.4
Last Updated 2017-03-15
Dev Status DEVELOPED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

drc_task_common

Additional Links

No additional links.

Maintainers

  • Masaki Murooka

Authors

  • Masaki Murooka

drc_task_common

Introduction

provides drc_task_ common task programs.

Setup

  1. Setup your account allowing sudo without password and keep environmental variable.

It’s required to use socket port 1-1023.

Run following command

$ sudo visudo

And add these lines:

  YOUR_ACCOUNT ALL=(ALL) NOPASSWD:ALL
  Defaults env_keep += "PYTHONPATH"
  Defaults env_keep += "ROS_PACKAGE_PATH"
  Defaults env_keep += "ROS_MASTER_URI"
  

And restart your computer.

  1. speed up roslaunch
sudo patch -u /usr/lib/python2.7/dist-packages/catkin_pkg/packages.py < $(rospack find drc_task_common)/patch/catkin_packages.patch

  1. Set enviroment variable “ROBOT” For example,
   export ROBOT=HRP2JSKNT
   

or

   export ROBOT=JAXON
   

drc_task_common.launch

DEVICE

this program needs

  • 3D mouse (for move t-marker)
  • B-Controll (for some bottuns)
  • Track ball mouse (for move robot head)

DEPEND

$ sudo aptitude install python-pygame
$ sudo pip install fysom
$ sudo aptitude install spacenavd ros-hydro-spacenav-node
$ sudo aptitude install python-urlgrabber

How to launch

You should put two commands in the defferent terminal

roslaunch drc_task_common operator_station_main.launch
roslaunch drc_task_common field_computer_main.launch

How to Use B-Controll Interface

B-Controll provides 2x8 Buttons and 8 bars. This Section Introduces how to use buttons

for more details, please read source codes https://github.com/jsk-ros-pkg/jsk_demos/blob/master/jsk_2015_06_hrp_drc/drc_task_common/scripts/b_control_client.py provides bottun interface

Upper, (1, 2, 3) From the Left,(Box, Cylinder, Torus) Button

Change Transformable Marker Type, for (Box, Cylinder, Torus) Like Objects.

Upper, 4 From the Left, SETPOS Button

Auto Move Robot Before T-Object Marker.(Maybe before 50cm from Objects, But Needs Some Changes)

Upper, 5 From the Left, GOPOS Button

Go Pos From Real Pos To Robot Marker Pos. (Push U8 or D8 to Select)

Upper, 6 From the Left, Save Button

SAVE CURRENT OBJECT POSE(for moving object)

Upper, 7 From the Left, TOGGLE Button

Not Used

Lower, 1 From the Left, APPROACH Button

Change IK mode

  • None (Simply solve IK with the coords)
  • Reach (Solve IK to Reach object coords)
  • Release (Solve IK to Release object) current mode is displayed on rviz.

Lower, 2 From the Left, Mode Button

Change Marker Setting Mode,

  • autoset (object will be set by click b-box)
  • manuset (manual set object with 3d mouse)

File truncated at 100 lines see the full file

CHANGELOG

Changelog for package drc_task_common

0.0.4 (2017-03-15)

  • remove jsk_pcl_ros from generate_messages
  • Migrate srv files from jsk_pcl_ros to jsk_recognition_msgs see
  • Stop using deprecated jsk_topic_tools/log_utils.h see
  • [drc_task_common] Add VIEWER options to toggle using rviz or not. Default behaviors are not changed.
  • [drc_task_common] Add input_cloud arg to valve detection launch
  • [drc_task_common] Add valve detection parameter arguments, which do not change default behavior.
  • [conservative_detection.launch] add simulation setting
  • [jaxon_demo] fix euslisp for simulation
  • [drc_task_common] add stair model to drc-testbed-models.l
  • [drc_task_common] add hrp2 demo of walking down blocks
  • [jsk_2015_06_hrp_drc/drc_task_common/euslisp/test-drc-terrain-walk.l] Update hrp2jsk stair function.
  • [jsk_2015_06_hrp_drc/drc_task_common/euslisp/drc-testbed-models.l] Separate block model method as function to reuse it.
  • add launch and launch with glc is optional behavior
  • [drc_task_common] Add valve_model for conservative valve detection
  • [drc_task_common] no-UI valve rotation and opening door
  • [drc_task_common] Add /map frame_id
  • remove old dynamic_reconfigure.parameter_generator, now everything runnning with catkin
  • remove depends to rosbuild/mk
  • gen_reconfigure_msg did not work propery on travis
  • Contributors: Juntaro Tamura, Kei Okada, Kentaro Wada, Ryohei Ueda, Shunichi Nozawa, Yohei Kakiuchi, Eisoku Kuroiwa, Iori Kumagai

0.0.3 (2016-02-11)

  • [robot_model.launch] use upstream launch file
  • [robot-util.l] add jaxon_jvrc in robot-file
  • [drc_task_common/euslisp/irex_carry_trass] Set red color for trass interactive marker
  • [drc_task_common/euslisp/irex_carry_trass] Test large step stride while trass demo walking.
  • [drc_task_common/irex-large-box] Reduce initialization time by k-kimura.
  • [drc_task_common/irex_carry_trass] Add viewer title and reduce unnecessary sleep by rkoyama.
  • [drc_task_common/euslisp/irex_carry_trass] Add argument to skip recog&gopos.
  • [drc_task_common/euslisp/irex-large-box] Add resizing of irt viewer
  • [drc_task_common/euslisp/irex-large-box] Update for sift recog by k-kimura and youhei
  • [drc_task_common/euslisp/irex-large-box] Fix via coords for reaching and add setting of time parameter for object turnaround detection for box pushing.(by k-kimura)
  • [drc_task_common/euslisp/irex_carry_trass] Add y-o-n-p for recognition by rkoyama.
  • [drc_task_common/euslisp/irex_carry_trass] Use y-or-n-p instead of read-line
  • [drc_task_common/euslisp/irex_carry_trass] Fix gopos value and rename function
  • [drc_task_common/euslisp/irex_carry_trass] debug the vibration during carrying the trass
  • change push emergency stopper threshold parameter to 100N
  • [drc_task_common] Add imprecise scheduler prototype
  • [drc_task_common/euslisp/irex_carry_trass]add recognition, and debug the refforce estimation
  • modify the timing of recognition
  • add apply-primitive-dimensions-to-midi-device
  • modify calib-offset-coords parameter
  • [drc_task_common/euslisp/irex_carry_trass/carry-trass.l] modify demo to use pfilter
  • add jaxon-wooden-box-okkake loop
  • receiveing estimated pose from particle filter
  • change new sift template KEEP DRY label
  • Delete anybots-box programs
  • Add maai diff value
  • [drc_task_common/euslisp/irex_carry_trass] modify the pose to carry trass
  • Add interactive marker
  • Change irex demo version for pushing box
  • Merge remote-tracking branch 'koyama/add_irex_koyama_release'
  • add snozawa san commit
  • [drc_task_common/euslisp/irex_carry_trass/carry-trass.l]modify the pose to reach-trass
  • add box-push emergency stopper
  • modify comment out
  • change apc_box name to wooden_box name
  • [irex_carry_trass] update trass
  • [drc_task_common/euslisp] add files to carry trass.
  • add y-or-n-p cancel mode
  • modify head neck-p joint-angle
  • change head neck-p angle and sift-label-coords
  • Merge pull request #1126 from mmurooka/valve-motion-slower [drc_task_common] make slow valve motion a little
  • CMakeLists.txt : clean up install rules
  • CMakeLists.txt remove install FILES plugin_description.xml, which is

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Launch files

Plugins

Recent questions tagged drc_task_common at Robotics Stack Exchange

No version for distro bouncy showing indigo. Known supported distros are highlighted in the buttons above.

Package Summary

Tags No category tags.
Version 0.0.4
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/jsk-ros-pkg/jsk_demos.git
VCS Type git
VCS Version 0.0.4
Last Updated 2017-03-15
Dev Status DEVELOPED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

drc_task_common

Additional Links

No additional links.

Maintainers

  • Masaki Murooka

Authors

  • Masaki Murooka

drc_task_common

Introduction

provides drc_task_ common task programs.

Setup

  1. Setup your account allowing sudo without password and keep environmental variable.

It’s required to use socket port 1-1023.

Run following command

$ sudo visudo

And add these lines:

  YOUR_ACCOUNT ALL=(ALL) NOPASSWD:ALL
  Defaults env_keep += "PYTHONPATH"
  Defaults env_keep += "ROS_PACKAGE_PATH"
  Defaults env_keep += "ROS_MASTER_URI"
  

And restart your computer.

  1. speed up roslaunch
sudo patch -u /usr/lib/python2.7/dist-packages/catkin_pkg/packages.py < $(rospack find drc_task_common)/patch/catkin_packages.patch

  1. Set enviroment variable “ROBOT” For example,
   export ROBOT=HRP2JSKNT
   

or

   export ROBOT=JAXON
   

drc_task_common.launch

DEVICE

this program needs

  • 3D mouse (for move t-marker)
  • B-Controll (for some bottuns)
  • Track ball mouse (for move robot head)

DEPEND

$ sudo aptitude install python-pygame
$ sudo pip install fysom
$ sudo aptitude install spacenavd ros-hydro-spacenav-node
$ sudo aptitude install python-urlgrabber

How to launch

You should put two commands in the defferent terminal

roslaunch drc_task_common operator_station_main.launch
roslaunch drc_task_common field_computer_main.launch

How to Use B-Controll Interface

B-Controll provides 2x8 Buttons and 8 bars. This Section Introduces how to use buttons

for more details, please read source codes https://github.com/jsk-ros-pkg/jsk_demos/blob/master/jsk_2015_06_hrp_drc/drc_task_common/scripts/b_control_client.py provides bottun interface

Upper, (1, 2, 3) From the Left,(Box, Cylinder, Torus) Button

Change Transformable Marker Type, for (Box, Cylinder, Torus) Like Objects.

Upper, 4 From the Left, SETPOS Button

Auto Move Robot Before T-Object Marker.(Maybe before 50cm from Objects, But Needs Some Changes)

Upper, 5 From the Left, GOPOS Button

Go Pos From Real Pos To Robot Marker Pos. (Push U8 or D8 to Select)

Upper, 6 From the Left, Save Button

SAVE CURRENT OBJECT POSE(for moving object)

Upper, 7 From the Left, TOGGLE Button

Not Used

Lower, 1 From the Left, APPROACH Button

Change IK mode

  • None (Simply solve IK with the coords)
  • Reach (Solve IK to Reach object coords)
  • Release (Solve IK to Release object) current mode is displayed on rviz.

Lower, 2 From the Left, Mode Button

Change Marker Setting Mode,

  • autoset (object will be set by click b-box)
  • manuset (manual set object with 3d mouse)

File truncated at 100 lines see the full file

CHANGELOG

Changelog for package drc_task_common

0.0.4 (2017-03-15)

  • remove jsk_pcl_ros from generate_messages
  • Migrate srv files from jsk_pcl_ros to jsk_recognition_msgs see
  • Stop using deprecated jsk_topic_tools/log_utils.h see
  • [drc_task_common] Add VIEWER options to toggle using rviz or not. Default behaviors are not changed.
  • [drc_task_common] Add input_cloud arg to valve detection launch
  • [drc_task_common] Add valve detection parameter arguments, which do not change default behavior.
  • [conservative_detection.launch] add simulation setting
  • [jaxon_demo] fix euslisp for simulation
  • [drc_task_common] add stair model to drc-testbed-models.l
  • [drc_task_common] add hrp2 demo of walking down blocks
  • [jsk_2015_06_hrp_drc/drc_task_common/euslisp/test-drc-terrain-walk.l] Update hrp2jsk stair function.
  • [jsk_2015_06_hrp_drc/drc_task_common/euslisp/drc-testbed-models.l] Separate block model method as function to reuse it.
  • add launch and launch with glc is optional behavior
  • [drc_task_common] Add valve_model for conservative valve detection
  • [drc_task_common] no-UI valve rotation and opening door
  • [drc_task_common] Add /map frame_id
  • remove old dynamic_reconfigure.parameter_generator, now everything runnning with catkin
  • remove depends to rosbuild/mk
  • gen_reconfigure_msg did not work propery on travis
  • Contributors: Juntaro Tamura, Kei Okada, Kentaro Wada, Ryohei Ueda, Shunichi Nozawa, Yohei Kakiuchi, Eisoku Kuroiwa, Iori Kumagai

0.0.3 (2016-02-11)

  • [robot_model.launch] use upstream launch file
  • [robot-util.l] add jaxon_jvrc in robot-file
  • [drc_task_common/euslisp/irex_carry_trass] Set red color for trass interactive marker
  • [drc_task_common/euslisp/irex_carry_trass] Test large step stride while trass demo walking.
  • [drc_task_common/irex-large-box] Reduce initialization time by k-kimura.
  • [drc_task_common/irex_carry_trass] Add viewer title and reduce unnecessary sleep by rkoyama.
  • [drc_task_common/euslisp/irex_carry_trass] Add argument to skip recog&gopos.
  • [drc_task_common/euslisp/irex-large-box] Add resizing of irt viewer
  • [drc_task_common/euslisp/irex-large-box] Update for sift recog by k-kimura and youhei
  • [drc_task_common/euslisp/irex-large-box] Fix via coords for reaching and add setting of time parameter for object turnaround detection for box pushing.(by k-kimura)
  • [drc_task_common/euslisp/irex_carry_trass] Add y-o-n-p for recognition by rkoyama.
  • [drc_task_common/euslisp/irex_carry_trass] Use y-or-n-p instead of read-line
  • [drc_task_common/euslisp/irex_carry_trass] Fix gopos value and rename function
  • [drc_task_common/euslisp/irex_carry_trass] debug the vibration during carrying the trass
  • change push emergency stopper threshold parameter to 100N
  • [drc_task_common] Add imprecise scheduler prototype
  • [drc_task_common/euslisp/irex_carry_trass]add recognition, and debug the refforce estimation
  • modify the timing of recognition
  • add apply-primitive-dimensions-to-midi-device
  • modify calib-offset-coords parameter
  • [drc_task_common/euslisp/irex_carry_trass/carry-trass.l] modify demo to use pfilter
  • add jaxon-wooden-box-okkake loop
  • receiveing estimated pose from particle filter
  • change new sift template KEEP DRY label
  • Delete anybots-box programs
  • Add maai diff value
  • [drc_task_common/euslisp/irex_carry_trass] modify the pose to carry trass
  • Add interactive marker
  • Change irex demo version for pushing box
  • Merge remote-tracking branch 'koyama/add_irex_koyama_release'
  • add snozawa san commit
  • [drc_task_common/euslisp/irex_carry_trass/carry-trass.l]modify the pose to reach-trass
  • add box-push emergency stopper
  • modify comment out
  • change apc_box name to wooden_box name
  • [irex_carry_trass] update trass
  • [drc_task_common/euslisp] add files to carry trass.
  • add y-or-n-p cancel mode
  • modify head neck-p joint-angle
  • change head neck-p angle and sift-label-coords
  • Merge pull request #1126 from mmurooka/valve-motion-slower [drc_task_common] make slow valve motion a little
  • CMakeLists.txt : clean up install rules
  • CMakeLists.txt remove install FILES plugin_description.xml, which is

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Launch files

Plugins

Recent questions tagged drc_task_common at Robotics Stack Exchange

No version for distro crystal showing indigo. Known supported distros are highlighted in the buttons above.

Package Summary

Tags No category tags.
Version 0.0.4
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/jsk-ros-pkg/jsk_demos.git
VCS Type git
VCS Version 0.0.4
Last Updated 2017-03-15
Dev Status DEVELOPED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

drc_task_common

Additional Links

No additional links.

Maintainers

  • Masaki Murooka

Authors

  • Masaki Murooka

drc_task_common

Introduction

provides drc_task_ common task programs.

Setup

  1. Setup your account allowing sudo without password and keep environmental variable.

It’s required to use socket port 1-1023.

Run following command

$ sudo visudo

And add these lines:

  YOUR_ACCOUNT ALL=(ALL) NOPASSWD:ALL
  Defaults env_keep += "PYTHONPATH"
  Defaults env_keep += "ROS_PACKAGE_PATH"
  Defaults env_keep += "ROS_MASTER_URI"
  

And restart your computer.

  1. speed up roslaunch
sudo patch -u /usr/lib/python2.7/dist-packages/catkin_pkg/packages.py < $(rospack find drc_task_common)/patch/catkin_packages.patch

  1. Set enviroment variable “ROBOT” For example,
   export ROBOT=HRP2JSKNT
   

or

   export ROBOT=JAXON
   

drc_task_common.launch

DEVICE

this program needs

  • 3D mouse (for move t-marker)
  • B-Controll (for some bottuns)
  • Track ball mouse (for move robot head)

DEPEND

$ sudo aptitude install python-pygame
$ sudo pip install fysom
$ sudo aptitude install spacenavd ros-hydro-spacenav-node
$ sudo aptitude install python-urlgrabber

How to launch

You should put two commands in the defferent terminal

roslaunch drc_task_common operator_station_main.launch
roslaunch drc_task_common field_computer_main.launch

How to Use B-Controll Interface

B-Controll provides 2x8 Buttons and 8 bars. This Section Introduces how to use buttons

for more details, please read source codes https://github.com/jsk-ros-pkg/jsk_demos/blob/master/jsk_2015_06_hrp_drc/drc_task_common/scripts/b_control_client.py provides bottun interface

Upper, (1, 2, 3) From the Left,(Box, Cylinder, Torus) Button

Change Transformable Marker Type, for (Box, Cylinder, Torus) Like Objects.

Upper, 4 From the Left, SETPOS Button

Auto Move Robot Before T-Object Marker.(Maybe before 50cm from Objects, But Needs Some Changes)

Upper, 5 From the Left, GOPOS Button

Go Pos From Real Pos To Robot Marker Pos. (Push U8 or D8 to Select)

Upper, 6 From the Left, Save Button

SAVE CURRENT OBJECT POSE(for moving object)

Upper, 7 From the Left, TOGGLE Button

Not Used

Lower, 1 From the Left, APPROACH Button

Change IK mode

  • None (Simply solve IK with the coords)
  • Reach (Solve IK to Reach object coords)
  • Release (Solve IK to Release object) current mode is displayed on rviz.

Lower, 2 From the Left, Mode Button

Change Marker Setting Mode,

  • autoset (object will be set by click b-box)
  • manuset (manual set object with 3d mouse)

File truncated at 100 lines see the full file

CHANGELOG

Changelog for package drc_task_common

0.0.4 (2017-03-15)

  • remove jsk_pcl_ros from generate_messages
  • Migrate srv files from jsk_pcl_ros to jsk_recognition_msgs see
  • Stop using deprecated jsk_topic_tools/log_utils.h see
  • [drc_task_common] Add VIEWER options to toggle using rviz or not. Default behaviors are not changed.
  • [drc_task_common] Add input_cloud arg to valve detection launch
  • [drc_task_common] Add valve detection parameter arguments, which do not change default behavior.
  • [conservative_detection.launch] add simulation setting
  • [jaxon_demo] fix euslisp for simulation
  • [drc_task_common] add stair model to drc-testbed-models.l
  • [drc_task_common] add hrp2 demo of walking down blocks
  • [jsk_2015_06_hrp_drc/drc_task_common/euslisp/test-drc-terrain-walk.l] Update hrp2jsk stair function.
  • [jsk_2015_06_hrp_drc/drc_task_common/euslisp/drc-testbed-models.l] Separate block model method as function to reuse it.
  • add launch and launch with glc is optional behavior
  • [drc_task_common] Add valve_model for conservative valve detection
  • [drc_task_common] no-UI valve rotation and opening door
  • [drc_task_common] Add /map frame_id
  • remove old dynamic_reconfigure.parameter_generator, now everything runnning with catkin
  • remove depends to rosbuild/mk
  • gen_reconfigure_msg did not work propery on travis
  • Contributors: Juntaro Tamura, Kei Okada, Kentaro Wada, Ryohei Ueda, Shunichi Nozawa, Yohei Kakiuchi, Eisoku Kuroiwa, Iori Kumagai

0.0.3 (2016-02-11)

  • [robot_model.launch] use upstream launch file
  • [robot-util.l] add jaxon_jvrc in robot-file
  • [drc_task_common/euslisp/irex_carry_trass] Set red color for trass interactive marker
  • [drc_task_common/euslisp/irex_carry_trass] Test large step stride while trass demo walking.
  • [drc_task_common/irex-large-box] Reduce initialization time by k-kimura.
  • [drc_task_common/irex_carry_trass] Add viewer title and reduce unnecessary sleep by rkoyama.
  • [drc_task_common/euslisp/irex_carry_trass] Add argument to skip recog&gopos.
  • [drc_task_common/euslisp/irex-large-box] Add resizing of irt viewer
  • [drc_task_common/euslisp/irex-large-box] Update for sift recog by k-kimura and youhei
  • [drc_task_common/euslisp/irex-large-box] Fix via coords for reaching and add setting of time parameter for object turnaround detection for box pushing.(by k-kimura)
  • [drc_task_common/euslisp/irex_carry_trass] Add y-o-n-p for recognition by rkoyama.
  • [drc_task_common/euslisp/irex_carry_trass] Use y-or-n-p instead of read-line
  • [drc_task_common/euslisp/irex_carry_trass] Fix gopos value and rename function
  • [drc_task_common/euslisp/irex_carry_trass] debug the vibration during carrying the trass
  • change push emergency stopper threshold parameter to 100N
  • [drc_task_common] Add imprecise scheduler prototype
  • [drc_task_common/euslisp/irex_carry_trass]add recognition, and debug the refforce estimation
  • modify the timing of recognition
  • add apply-primitive-dimensions-to-midi-device
  • modify calib-offset-coords parameter
  • [drc_task_common/euslisp/irex_carry_trass/carry-trass.l] modify demo to use pfilter
  • add jaxon-wooden-box-okkake loop
  • receiveing estimated pose from particle filter
  • change new sift template KEEP DRY label
  • Delete anybots-box programs
  • Add maai diff value
  • [drc_task_common/euslisp/irex_carry_trass] modify the pose to carry trass
  • Add interactive marker
  • Change irex demo version for pushing box
  • Merge remote-tracking branch 'koyama/add_irex_koyama_release'
  • add snozawa san commit
  • [drc_task_common/euslisp/irex_carry_trass/carry-trass.l]modify the pose to reach-trass
  • add box-push emergency stopper
  • modify comment out
  • change apc_box name to wooden_box name
  • [irex_carry_trass] update trass
  • [drc_task_common/euslisp] add files to carry trass.
  • add y-or-n-p cancel mode
  • modify head neck-p joint-angle
  • change head neck-p angle and sift-label-coords
  • Merge pull request #1126 from mmurooka/valve-motion-slower [drc_task_common] make slow valve motion a little
  • CMakeLists.txt : clean up install rules
  • CMakeLists.txt remove install FILES plugin_description.xml, which is

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Launch files

Plugins

Recent questions tagged drc_task_common at Robotics Stack Exchange

No version for distro eloquent showing indigo. Known supported distros are highlighted in the buttons above.

Package Summary

Tags No category tags.
Version 0.0.4
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/jsk-ros-pkg/jsk_demos.git
VCS Type git
VCS Version 0.0.4
Last Updated 2017-03-15
Dev Status DEVELOPED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

drc_task_common

Additional Links

No additional links.

Maintainers

  • Masaki Murooka

Authors

  • Masaki Murooka

drc_task_common

Introduction

provides drc_task_ common task programs.

Setup

  1. Setup your account allowing sudo without password and keep environmental variable.

It’s required to use socket port 1-1023.

Run following command

$ sudo visudo

And add these lines:

  YOUR_ACCOUNT ALL=(ALL) NOPASSWD:ALL
  Defaults env_keep += "PYTHONPATH"
  Defaults env_keep += "ROS_PACKAGE_PATH"
  Defaults env_keep += "ROS_MASTER_URI"
  

And restart your computer.

  1. speed up roslaunch
sudo patch -u /usr/lib/python2.7/dist-packages/catkin_pkg/packages.py < $(rospack find drc_task_common)/patch/catkin_packages.patch

  1. Set enviroment variable “ROBOT” For example,
   export ROBOT=HRP2JSKNT
   

or

   export ROBOT=JAXON
   

drc_task_common.launch

DEVICE

this program needs

  • 3D mouse (for move t-marker)
  • B-Controll (for some bottuns)
  • Track ball mouse (for move robot head)

DEPEND

$ sudo aptitude install python-pygame
$ sudo pip install fysom
$ sudo aptitude install spacenavd ros-hydro-spacenav-node
$ sudo aptitude install python-urlgrabber

How to launch

You should put two commands in the defferent terminal

roslaunch drc_task_common operator_station_main.launch
roslaunch drc_task_common field_computer_main.launch

How to Use B-Controll Interface

B-Controll provides 2x8 Buttons and 8 bars. This Section Introduces how to use buttons

for more details, please read source codes https://github.com/jsk-ros-pkg/jsk_demos/blob/master/jsk_2015_06_hrp_drc/drc_task_common/scripts/b_control_client.py provides bottun interface

Upper, (1, 2, 3) From the Left,(Box, Cylinder, Torus) Button

Change Transformable Marker Type, for (Box, Cylinder, Torus) Like Objects.

Upper, 4 From the Left, SETPOS Button

Auto Move Robot Before T-Object Marker.(Maybe before 50cm from Objects, But Needs Some Changes)

Upper, 5 From the Left, GOPOS Button

Go Pos From Real Pos To Robot Marker Pos. (Push U8 or D8 to Select)

Upper, 6 From the Left, Save Button

SAVE CURRENT OBJECT POSE(for moving object)

Upper, 7 From the Left, TOGGLE Button

Not Used

Lower, 1 From the Left, APPROACH Button

Change IK mode

  • None (Simply solve IK with the coords)
  • Reach (Solve IK to Reach object coords)
  • Release (Solve IK to Release object) current mode is displayed on rviz.

Lower, 2 From the Left, Mode Button

Change Marker Setting Mode,

  • autoset (object will be set by click b-box)
  • manuset (manual set object with 3d mouse)

File truncated at 100 lines see the full file

CHANGELOG

Changelog for package drc_task_common

0.0.4 (2017-03-15)

  • remove jsk_pcl_ros from generate_messages
  • Migrate srv files from jsk_pcl_ros to jsk_recognition_msgs see
  • Stop using deprecated jsk_topic_tools/log_utils.h see
  • [drc_task_common] Add VIEWER options to toggle using rviz or not. Default behaviors are not changed.
  • [drc_task_common] Add input_cloud arg to valve detection launch
  • [drc_task_common] Add valve detection parameter arguments, which do not change default behavior.
  • [conservative_detection.launch] add simulation setting
  • [jaxon_demo] fix euslisp for simulation
  • [drc_task_common] add stair model to drc-testbed-models.l
  • [drc_task_common] add hrp2 demo of walking down blocks
  • [jsk_2015_06_hrp_drc/drc_task_common/euslisp/test-drc-terrain-walk.l] Update hrp2jsk stair function.
  • [jsk_2015_06_hrp_drc/drc_task_common/euslisp/drc-testbed-models.l] Separate block model method as function to reuse it.
  • add launch and launch with glc is optional behavior
  • [drc_task_common] Add valve_model for conservative valve detection
  • [drc_task_common] no-UI valve rotation and opening door
  • [drc_task_common] Add /map frame_id
  • remove old dynamic_reconfigure.parameter_generator, now everything runnning with catkin
  • remove depends to rosbuild/mk
  • gen_reconfigure_msg did not work propery on travis
  • Contributors: Juntaro Tamura, Kei Okada, Kentaro Wada, Ryohei Ueda, Shunichi Nozawa, Yohei Kakiuchi, Eisoku Kuroiwa, Iori Kumagai

0.0.3 (2016-02-11)

  • [robot_model.launch] use upstream launch file
  • [robot-util.l] add jaxon_jvrc in robot-file
  • [drc_task_common/euslisp/irex_carry_trass] Set red color for trass interactive marker
  • [drc_task_common/euslisp/irex_carry_trass] Test large step stride while trass demo walking.
  • [drc_task_common/irex-large-box] Reduce initialization time by k-kimura.
  • [drc_task_common/irex_carry_trass] Add viewer title and reduce unnecessary sleep by rkoyama.
  • [drc_task_common/euslisp/irex_carry_trass] Add argument to skip recog&gopos.
  • [drc_task_common/euslisp/irex-large-box] Add resizing of irt viewer
  • [drc_task_common/euslisp/irex-large-box] Update for sift recog by k-kimura and youhei
  • [drc_task_common/euslisp/irex-large-box] Fix via coords for reaching and add setting of time parameter for object turnaround detection for box pushing.(by k-kimura)
  • [drc_task_common/euslisp/irex_carry_trass] Add y-o-n-p for recognition by rkoyama.
  • [drc_task_common/euslisp/irex_carry_trass] Use y-or-n-p instead of read-line
  • [drc_task_common/euslisp/irex_carry_trass] Fix gopos value and rename function
  • [drc_task_common/euslisp/irex_carry_trass] debug the vibration during carrying the trass
  • change push emergency stopper threshold parameter to 100N
  • [drc_task_common] Add imprecise scheduler prototype
  • [drc_task_common/euslisp/irex_carry_trass]add recognition, and debug the refforce estimation
  • modify the timing of recognition
  • add apply-primitive-dimensions-to-midi-device
  • modify calib-offset-coords parameter
  • [drc_task_common/euslisp/irex_carry_trass/carry-trass.l] modify demo to use pfilter
  • add jaxon-wooden-box-okkake loop
  • receiveing estimated pose from particle filter
  • change new sift template KEEP DRY label
  • Delete anybots-box programs
  • Add maai diff value
  • [drc_task_common/euslisp/irex_carry_trass] modify the pose to carry trass
  • Add interactive marker
  • Change irex demo version for pushing box
  • Merge remote-tracking branch 'koyama/add_irex_koyama_release'
  • add snozawa san commit
  • [drc_task_common/euslisp/irex_carry_trass/carry-trass.l]modify the pose to reach-trass
  • add box-push emergency stopper
  • modify comment out
  • change apc_box name to wooden_box name
  • [irex_carry_trass] update trass
  • [drc_task_common/euslisp] add files to carry trass.
  • add y-or-n-p cancel mode
  • modify head neck-p joint-angle
  • change head neck-p angle and sift-label-coords
  • Merge pull request #1126 from mmurooka/valve-motion-slower [drc_task_common] make slow valve motion a little
  • CMakeLists.txt : clean up install rules
  • CMakeLists.txt remove install FILES plugin_description.xml, which is

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Launch files

Plugins

Recent questions tagged drc_task_common at Robotics Stack Exchange

No version for distro dashing showing indigo. Known supported distros are highlighted in the buttons above.

Package Summary

Tags No category tags.
Version 0.0.4
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/jsk-ros-pkg/jsk_demos.git
VCS Type git
VCS Version 0.0.4
Last Updated 2017-03-15
Dev Status DEVELOPED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

drc_task_common

Additional Links

No additional links.

Maintainers

  • Masaki Murooka

Authors

  • Masaki Murooka

drc_task_common

Introduction

provides drc_task_ common task programs.

Setup

  1. Setup your account allowing sudo without password and keep environmental variable.

It’s required to use socket port 1-1023.

Run following command

$ sudo visudo

And add these lines:

  YOUR_ACCOUNT ALL=(ALL) NOPASSWD:ALL
  Defaults env_keep += "PYTHONPATH"
  Defaults env_keep += "ROS_PACKAGE_PATH"
  Defaults env_keep += "ROS_MASTER_URI"
  

And restart your computer.

  1. speed up roslaunch
sudo patch -u /usr/lib/python2.7/dist-packages/catkin_pkg/packages.py < $(rospack find drc_task_common)/patch/catkin_packages.patch

  1. Set enviroment variable “ROBOT” For example,
   export ROBOT=HRP2JSKNT
   

or

   export ROBOT=JAXON
   

drc_task_common.launch

DEVICE

this program needs

  • 3D mouse (for move t-marker)
  • B-Controll (for some bottuns)
  • Track ball mouse (for move robot head)

DEPEND

$ sudo aptitude install python-pygame
$ sudo pip install fysom
$ sudo aptitude install spacenavd ros-hydro-spacenav-node
$ sudo aptitude install python-urlgrabber

How to launch

You should put two commands in the defferent terminal

roslaunch drc_task_common operator_station_main.launch
roslaunch drc_task_common field_computer_main.launch

How to Use B-Controll Interface

B-Controll provides 2x8 Buttons and 8 bars. This Section Introduces how to use buttons

for more details, please read source codes https://github.com/jsk-ros-pkg/jsk_demos/blob/master/jsk_2015_06_hrp_drc/drc_task_common/scripts/b_control_client.py provides bottun interface

Upper, (1, 2, 3) From the Left,(Box, Cylinder, Torus) Button

Change Transformable Marker Type, for (Box, Cylinder, Torus) Like Objects.

Upper, 4 From the Left, SETPOS Button

Auto Move Robot Before T-Object Marker.(Maybe before 50cm from Objects, But Needs Some Changes)

Upper, 5 From the Left, GOPOS Button

Go Pos From Real Pos To Robot Marker Pos. (Push U8 or D8 to Select)

Upper, 6 From the Left, Save Button

SAVE CURRENT OBJECT POSE(for moving object)

Upper, 7 From the Left, TOGGLE Button

Not Used

Lower, 1 From the Left, APPROACH Button

Change IK mode

  • None (Simply solve IK with the coords)
  • Reach (Solve IK to Reach object coords)
  • Release (Solve IK to Release object) current mode is displayed on rviz.

Lower, 2 From the Left, Mode Button

Change Marker Setting Mode,

  • autoset (object will be set by click b-box)
  • manuset (manual set object with 3d mouse)

File truncated at 100 lines see the full file

CHANGELOG

Changelog for package drc_task_common

0.0.4 (2017-03-15)

  • remove jsk_pcl_ros from generate_messages
  • Migrate srv files from jsk_pcl_ros to jsk_recognition_msgs see
  • Stop using deprecated jsk_topic_tools/log_utils.h see
  • [drc_task_common] Add VIEWER options to toggle using rviz or not. Default behaviors are not changed.
  • [drc_task_common] Add input_cloud arg to valve detection launch
  • [drc_task_common] Add valve detection parameter arguments, which do not change default behavior.
  • [conservative_detection.launch] add simulation setting
  • [jaxon_demo] fix euslisp for simulation
  • [drc_task_common] add stair model to drc-testbed-models.l
  • [drc_task_common] add hrp2 demo of walking down blocks
  • [jsk_2015_06_hrp_drc/drc_task_common/euslisp/test-drc-terrain-walk.l] Update hrp2jsk stair function.
  • [jsk_2015_06_hrp_drc/drc_task_common/euslisp/drc-testbed-models.l] Separate block model method as function to reuse it.
  • add launch and launch with glc is optional behavior
  • [drc_task_common] Add valve_model for conservative valve detection
  • [drc_task_common] no-UI valve rotation and opening door
  • [drc_task_common] Add /map frame_id
  • remove old dynamic_reconfigure.parameter_generator, now everything runnning with catkin
  • remove depends to rosbuild/mk
  • gen_reconfigure_msg did not work propery on travis
  • Contributors: Juntaro Tamura, Kei Okada, Kentaro Wada, Ryohei Ueda, Shunichi Nozawa, Yohei Kakiuchi, Eisoku Kuroiwa, Iori Kumagai

0.0.3 (2016-02-11)

  • [robot_model.launch] use upstream launch file
  • [robot-util.l] add jaxon_jvrc in robot-file
  • [drc_task_common/euslisp/irex_carry_trass] Set red color for trass interactive marker
  • [drc_task_common/euslisp/irex_carry_trass] Test large step stride while trass demo walking.
  • [drc_task_common/irex-large-box] Reduce initialization time by k-kimura.
  • [drc_task_common/irex_carry_trass] Add viewer title and reduce unnecessary sleep by rkoyama.
  • [drc_task_common/euslisp/irex_carry_trass] Add argument to skip recog&gopos.
  • [drc_task_common/euslisp/irex-large-box] Add resizing of irt viewer
  • [drc_task_common/euslisp/irex-large-box] Update for sift recog by k-kimura and youhei
  • [drc_task_common/euslisp/irex-large-box] Fix via coords for reaching and add setting of time parameter for object turnaround detection for box pushing.(by k-kimura)
  • [drc_task_common/euslisp/irex_carry_trass] Add y-o-n-p for recognition by rkoyama.
  • [drc_task_common/euslisp/irex_carry_trass] Use y-or-n-p instead of read-line
  • [drc_task_common/euslisp/irex_carry_trass] Fix gopos value and rename function
  • [drc_task_common/euslisp/irex_carry_trass] debug the vibration during carrying the trass
  • change push emergency stopper threshold parameter to 100N
  • [drc_task_common] Add imprecise scheduler prototype
  • [drc_task_common/euslisp/irex_carry_trass]add recognition, and debug the refforce estimation
  • modify the timing of recognition
  • add apply-primitive-dimensions-to-midi-device
  • modify calib-offset-coords parameter
  • [drc_task_common/euslisp/irex_carry_trass/carry-trass.l] modify demo to use pfilter
  • add jaxon-wooden-box-okkake loop
  • receiveing estimated pose from particle filter
  • change new sift template KEEP DRY label
  • Delete anybots-box programs
  • Add maai diff value
  • [drc_task_common/euslisp/irex_carry_trass] modify the pose to carry trass
  • Add interactive marker
  • Change irex demo version for pushing box
  • Merge remote-tracking branch 'koyama/add_irex_koyama_release'
  • add snozawa san commit
  • [drc_task_common/euslisp/irex_carry_trass/carry-trass.l]modify the pose to reach-trass
  • add box-push emergency stopper
  • modify comment out
  • change apc_box name to wooden_box name
  • [irex_carry_trass] update trass
  • [drc_task_common/euslisp] add files to carry trass.
  • add y-or-n-p cancel mode
  • modify head neck-p joint-angle
  • change head neck-p angle and sift-label-coords
  • Merge pull request #1126 from mmurooka/valve-motion-slower [drc_task_common] make slow valve motion a little
  • CMakeLists.txt : clean up install rules
  • CMakeLists.txt remove install FILES plugin_description.xml, which is

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Launch files

Plugins

Recent questions tagged drc_task_common at Robotics Stack Exchange

No version for distro galactic showing indigo. Known supported distros are highlighted in the buttons above.

Package Summary

Tags No category tags.
Version 0.0.4
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/jsk-ros-pkg/jsk_demos.git
VCS Type git
VCS Version 0.0.4
Last Updated 2017-03-15
Dev Status DEVELOPED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

drc_task_common

Additional Links

No additional links.

Maintainers

  • Masaki Murooka

Authors

  • Masaki Murooka

drc_task_common

Introduction

provides drc_task_ common task programs.

Setup

  1. Setup your account allowing sudo without password and keep environmental variable.

It’s required to use socket port 1-1023.

Run following command

$ sudo visudo

And add these lines:

  YOUR_ACCOUNT ALL=(ALL) NOPASSWD:ALL
  Defaults env_keep += "PYTHONPATH"
  Defaults env_keep += "ROS_PACKAGE_PATH"
  Defaults env_keep += "ROS_MASTER_URI"
  

And restart your computer.

  1. speed up roslaunch
sudo patch -u /usr/lib/python2.7/dist-packages/catkin_pkg/packages.py < $(rospack find drc_task_common)/patch/catkin_packages.patch

  1. Set enviroment variable “ROBOT” For example,
   export ROBOT=HRP2JSKNT
   

or

   export ROBOT=JAXON
   

drc_task_common.launch

DEVICE

this program needs

  • 3D mouse (for move t-marker)
  • B-Controll (for some bottuns)
  • Track ball mouse (for move robot head)

DEPEND

$ sudo aptitude install python-pygame
$ sudo pip install fysom
$ sudo aptitude install spacenavd ros-hydro-spacenav-node
$ sudo aptitude install python-urlgrabber

How to launch

You should put two commands in the defferent terminal

roslaunch drc_task_common operator_station_main.launch
roslaunch drc_task_common field_computer_main.launch

How to Use B-Controll Interface

B-Controll provides 2x8 Buttons and 8 bars. This Section Introduces how to use buttons

for more details, please read source codes https://github.com/jsk-ros-pkg/jsk_demos/blob/master/jsk_2015_06_hrp_drc/drc_task_common/scripts/b_control_client.py provides bottun interface

Upper, (1, 2, 3) From the Left,(Box, Cylinder, Torus) Button

Change Transformable Marker Type, for (Box, Cylinder, Torus) Like Objects.

Upper, 4 From the Left, SETPOS Button

Auto Move Robot Before T-Object Marker.(Maybe before 50cm from Objects, But Needs Some Changes)

Upper, 5 From the Left, GOPOS Button

Go Pos From Real Pos To Robot Marker Pos. (Push U8 or D8 to Select)

Upper, 6 From the Left, Save Button

SAVE CURRENT OBJECT POSE(for moving object)

Upper, 7 From the Left, TOGGLE Button

Not Used

Lower, 1 From the Left, APPROACH Button

Change IK mode

  • None (Simply solve IK with the coords)
  • Reach (Solve IK to Reach object coords)
  • Release (Solve IK to Release object) current mode is displayed on rviz.

Lower, 2 From the Left, Mode Button

Change Marker Setting Mode,

  • autoset (object will be set by click b-box)
  • manuset (manual set object with 3d mouse)

File truncated at 100 lines see the full file

CHANGELOG

Changelog for package drc_task_common

0.0.4 (2017-03-15)

  • remove jsk_pcl_ros from generate_messages
  • Migrate srv files from jsk_pcl_ros to jsk_recognition_msgs see
  • Stop using deprecated jsk_topic_tools/log_utils.h see
  • [drc_task_common] Add VIEWER options to toggle using rviz or not. Default behaviors are not changed.
  • [drc_task_common] Add input_cloud arg to valve detection launch
  • [drc_task_common] Add valve detection parameter arguments, which do not change default behavior.
  • [conservative_detection.launch] add simulation setting
  • [jaxon_demo] fix euslisp for simulation
  • [drc_task_common] add stair model to drc-testbed-models.l
  • [drc_task_common] add hrp2 demo of walking down blocks
  • [jsk_2015_06_hrp_drc/drc_task_common/euslisp/test-drc-terrain-walk.l] Update hrp2jsk stair function.
  • [jsk_2015_06_hrp_drc/drc_task_common/euslisp/drc-testbed-models.l] Separate block model method as function to reuse it.
  • add launch and launch with glc is optional behavior
  • [drc_task_common] Add valve_model for conservative valve detection
  • [drc_task_common] no-UI valve rotation and opening door
  • [drc_task_common] Add /map frame_id
  • remove old dynamic_reconfigure.parameter_generator, now everything runnning with catkin
  • remove depends to rosbuild/mk
  • gen_reconfigure_msg did not work propery on travis
  • Contributors: Juntaro Tamura, Kei Okada, Kentaro Wada, Ryohei Ueda, Shunichi Nozawa, Yohei Kakiuchi, Eisoku Kuroiwa, Iori Kumagai

0.0.3 (2016-02-11)

  • [robot_model.launch] use upstream launch file
  • [robot-util.l] add jaxon_jvrc in robot-file
  • [drc_task_common/euslisp/irex_carry_trass] Set red color for trass interactive marker
  • [drc_task_common/euslisp/irex_carry_trass] Test large step stride while trass demo walking.
  • [drc_task_common/irex-large-box] Reduce initialization time by k-kimura.
  • [drc_task_common/irex_carry_trass] Add viewer title and reduce unnecessary sleep by rkoyama.
  • [drc_task_common/euslisp/irex_carry_trass] Add argument to skip recog&gopos.
  • [drc_task_common/euslisp/irex-large-box] Add resizing of irt viewer
  • [drc_task_common/euslisp/irex-large-box] Update for sift recog by k-kimura and youhei
  • [drc_task_common/euslisp/irex-large-box] Fix via coords for reaching and add setting of time parameter for object turnaround detection for box pushing.(by k-kimura)
  • [drc_task_common/euslisp/irex_carry_trass] Add y-o-n-p for recognition by rkoyama.
  • [drc_task_common/euslisp/irex_carry_trass] Use y-or-n-p instead of read-line
  • [drc_task_common/euslisp/irex_carry_trass] Fix gopos value and rename function
  • [drc_task_common/euslisp/irex_carry_trass] debug the vibration during carrying the trass
  • change push emergency stopper threshold parameter to 100N
  • [drc_task_common] Add imprecise scheduler prototype
  • [drc_task_common/euslisp/irex_carry_trass]add recognition, and debug the refforce estimation
  • modify the timing of recognition
  • add apply-primitive-dimensions-to-midi-device
  • modify calib-offset-coords parameter
  • [drc_task_common/euslisp/irex_carry_trass/carry-trass.l] modify demo to use pfilter
  • add jaxon-wooden-box-okkake loop
  • receiveing estimated pose from particle filter
  • change new sift template KEEP DRY label
  • Delete anybots-box programs
  • Add maai diff value
  • [drc_task_common/euslisp/irex_carry_trass] modify the pose to carry trass
  • Add interactive marker
  • Change irex demo version for pushing box
  • Merge remote-tracking branch 'koyama/add_irex_koyama_release'
  • add snozawa san commit
  • [drc_task_common/euslisp/irex_carry_trass/carry-trass.l]modify the pose to reach-trass
  • add box-push emergency stopper
  • modify comment out
  • change apc_box name to wooden_box name
  • [irex_carry_trass] update trass
  • [drc_task_common/euslisp] add files to carry trass.
  • add y-or-n-p cancel mode
  • modify head neck-p joint-angle
  • change head neck-p angle and sift-label-coords
  • Merge pull request #1126 from mmurooka/valve-motion-slower [drc_task_common] make slow valve motion a little
  • CMakeLists.txt : clean up install rules
  • CMakeLists.txt remove install FILES plugin_description.xml, which is

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Launch files

Plugins

Recent questions tagged drc_task_common at Robotics Stack Exchange

No version for distro foxy showing indigo. Known supported distros are highlighted in the buttons above.

Package Summary

Tags No category tags.
Version 0.0.4
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/jsk-ros-pkg/jsk_demos.git
VCS Type git
VCS Version 0.0.4
Last Updated 2017-03-15
Dev Status DEVELOPED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

drc_task_common

Additional Links

No additional links.

Maintainers

  • Masaki Murooka

Authors

  • Masaki Murooka

drc_task_common

Introduction

provides drc_task_ common task programs.

Setup

  1. Setup your account allowing sudo without password and keep environmental variable.

It’s required to use socket port 1-1023.

Run following command

$ sudo visudo

And add these lines:

  YOUR_ACCOUNT ALL=(ALL) NOPASSWD:ALL
  Defaults env_keep += "PYTHONPATH"
  Defaults env_keep += "ROS_PACKAGE_PATH"
  Defaults env_keep += "ROS_MASTER_URI"
  

And restart your computer.

  1. speed up roslaunch
sudo patch -u /usr/lib/python2.7/dist-packages/catkin_pkg/packages.py < $(rospack find drc_task_common)/patch/catkin_packages.patch

  1. Set enviroment variable “ROBOT” For example,
   export ROBOT=HRP2JSKNT
   

or

   export ROBOT=JAXON
   

drc_task_common.launch

DEVICE

this program needs

  • 3D mouse (for move t-marker)
  • B-Controll (for some bottuns)
  • Track ball mouse (for move robot head)

DEPEND

$ sudo aptitude install python-pygame
$ sudo pip install fysom
$ sudo aptitude install spacenavd ros-hydro-spacenav-node
$ sudo aptitude install python-urlgrabber

How to launch

You should put two commands in the defferent terminal

roslaunch drc_task_common operator_station_main.launch
roslaunch drc_task_common field_computer_main.launch

How to Use B-Controll Interface

B-Controll provides 2x8 Buttons and 8 bars. This Section Introduces how to use buttons

for more details, please read source codes https://github.com/jsk-ros-pkg/jsk_demos/blob/master/jsk_2015_06_hrp_drc/drc_task_common/scripts/b_control_client.py provides bottun interface

Upper, (1, 2, 3) From the Left,(Box, Cylinder, Torus) Button

Change Transformable Marker Type, for (Box, Cylinder, Torus) Like Objects.

Upper, 4 From the Left, SETPOS Button

Auto Move Robot Before T-Object Marker.(Maybe before 50cm from Objects, But Needs Some Changes)

Upper, 5 From the Left, GOPOS Button

Go Pos From Real Pos To Robot Marker Pos. (Push U8 or D8 to Select)

Upper, 6 From the Left, Save Button

SAVE CURRENT OBJECT POSE(for moving object)

Upper, 7 From the Left, TOGGLE Button

Not Used

Lower, 1 From the Left, APPROACH Button

Change IK mode

  • None (Simply solve IK with the coords)
  • Reach (Solve IK to Reach object coords)
  • Release (Solve IK to Release object) current mode is displayed on rviz.

Lower, 2 From the Left, Mode Button

Change Marker Setting Mode,

  • autoset (object will be set by click b-box)
  • manuset (manual set object with 3d mouse)

File truncated at 100 lines see the full file

CHANGELOG

Changelog for package drc_task_common

0.0.4 (2017-03-15)

  • remove jsk_pcl_ros from generate_messages
  • Migrate srv files from jsk_pcl_ros to jsk_recognition_msgs see
  • Stop using deprecated jsk_topic_tools/log_utils.h see
  • [drc_task_common] Add VIEWER options to toggle using rviz or not. Default behaviors are not changed.
  • [drc_task_common] Add input_cloud arg to valve detection launch
  • [drc_task_common] Add valve detection parameter arguments, which do not change default behavior.
  • [conservative_detection.launch] add simulation setting
  • [jaxon_demo] fix euslisp for simulation
  • [drc_task_common] add stair model to drc-testbed-models.l
  • [drc_task_common] add hrp2 demo of walking down blocks
  • [jsk_2015_06_hrp_drc/drc_task_common/euslisp/test-drc-terrain-walk.l] Update hrp2jsk stair function.
  • [jsk_2015_06_hrp_drc/drc_task_common/euslisp/drc-testbed-models.l] Separate block model method as function to reuse it.
  • add launch and launch with glc is optional behavior
  • [drc_task_common] Add valve_model for conservative valve detection
  • [drc_task_common] no-UI valve rotation and opening door
  • [drc_task_common] Add /map frame_id
  • remove old dynamic_reconfigure.parameter_generator, now everything runnning with catkin
  • remove depends to rosbuild/mk
  • gen_reconfigure_msg did not work propery on travis
  • Contributors: Juntaro Tamura, Kei Okada, Kentaro Wada, Ryohei Ueda, Shunichi Nozawa, Yohei Kakiuchi, Eisoku Kuroiwa, Iori Kumagai

0.0.3 (2016-02-11)

  • [robot_model.launch] use upstream launch file
  • [robot-util.l] add jaxon_jvrc in robot-file
  • [drc_task_common/euslisp/irex_carry_trass] Set red color for trass interactive marker
  • [drc_task_common/euslisp/irex_carry_trass] Test large step stride while trass demo walking.
  • [drc_task_common/irex-large-box] Reduce initialization time by k-kimura.
  • [drc_task_common/irex_carry_trass] Add viewer title and reduce unnecessary sleep by rkoyama.
  • [drc_task_common/euslisp/irex_carry_trass] Add argument to skip recog&gopos.
  • [drc_task_common/euslisp/irex-large-box] Add resizing of irt viewer
  • [drc_task_common/euslisp/irex-large-box] Update for sift recog by k-kimura and youhei
  • [drc_task_common/euslisp/irex-large-box] Fix via coords for reaching and add setting of time parameter for object turnaround detection for box pushing.(by k-kimura)
  • [drc_task_common/euslisp/irex_carry_trass] Add y-o-n-p for recognition by rkoyama.
  • [drc_task_common/euslisp/irex_carry_trass] Use y-or-n-p instead of read-line
  • [drc_task_common/euslisp/irex_carry_trass] Fix gopos value and rename function
  • [drc_task_common/euslisp/irex_carry_trass] debug the vibration during carrying the trass
  • change push emergency stopper threshold parameter to 100N
  • [drc_task_common] Add imprecise scheduler prototype
  • [drc_task_common/euslisp/irex_carry_trass]add recognition, and debug the refforce estimation
  • modify the timing of recognition
  • add apply-primitive-dimensions-to-midi-device
  • modify calib-offset-coords parameter
  • [drc_task_common/euslisp/irex_carry_trass/carry-trass.l] modify demo to use pfilter
  • add jaxon-wooden-box-okkake loop
  • receiveing estimated pose from particle filter
  • change new sift template KEEP DRY label
  • Delete anybots-box programs
  • Add maai diff value
  • [drc_task_common/euslisp/irex_carry_trass] modify the pose to carry trass
  • Add interactive marker
  • Change irex demo version for pushing box
  • Merge remote-tracking branch 'koyama/add_irex_koyama_release'
  • add snozawa san commit
  • [drc_task_common/euslisp/irex_carry_trass/carry-trass.l]modify the pose to reach-trass
  • add box-push emergency stopper
  • modify comment out
  • change apc_box name to wooden_box name
  • [irex_carry_trass] update trass
  • [drc_task_common/euslisp] add files to carry trass.
  • add y-or-n-p cancel mode
  • modify head neck-p joint-angle
  • change head neck-p angle and sift-label-coords
  • Merge pull request #1126 from mmurooka/valve-motion-slower [drc_task_common] make slow valve motion a little
  • CMakeLists.txt : clean up install rules
  • CMakeLists.txt remove install FILES plugin_description.xml, which is

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Launch files

Plugins

Recent questions tagged drc_task_common at Robotics Stack Exchange

No version for distro iron showing indigo. Known supported distros are highlighted in the buttons above.

Package Summary

Tags No category tags.
Version 0.0.4
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/jsk-ros-pkg/jsk_demos.git
VCS Type git
VCS Version 0.0.4
Last Updated 2017-03-15
Dev Status DEVELOPED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

drc_task_common

Additional Links

No additional links.

Maintainers

  • Masaki Murooka

Authors

  • Masaki Murooka

drc_task_common

Introduction

provides drc_task_ common task programs.

Setup

  1. Setup your account allowing sudo without password and keep environmental variable.

It’s required to use socket port 1-1023.

Run following command

$ sudo visudo

And add these lines:

  YOUR_ACCOUNT ALL=(ALL) NOPASSWD:ALL
  Defaults env_keep += "PYTHONPATH"
  Defaults env_keep += "ROS_PACKAGE_PATH"
  Defaults env_keep += "ROS_MASTER_URI"
  

And restart your computer.

  1. speed up roslaunch
sudo patch -u /usr/lib/python2.7/dist-packages/catkin_pkg/packages.py < $(rospack find drc_task_common)/patch/catkin_packages.patch

  1. Set enviroment variable “ROBOT” For example,
   export ROBOT=HRP2JSKNT
   

or

   export ROBOT=JAXON
   

drc_task_common.launch

DEVICE

this program needs

  • 3D mouse (for move t-marker)
  • B-Controll (for some bottuns)
  • Track ball mouse (for move robot head)

DEPEND

$ sudo aptitude install python-pygame
$ sudo pip install fysom
$ sudo aptitude install spacenavd ros-hydro-spacenav-node
$ sudo aptitude install python-urlgrabber

How to launch

You should put two commands in the defferent terminal

roslaunch drc_task_common operator_station_main.launch
roslaunch drc_task_common field_computer_main.launch

How to Use B-Controll Interface

B-Controll provides 2x8 Buttons and 8 bars. This Section Introduces how to use buttons

for more details, please read source codes https://github.com/jsk-ros-pkg/jsk_demos/blob/master/jsk_2015_06_hrp_drc/drc_task_common/scripts/b_control_client.py provides bottun interface

Upper, (1, 2, 3) From the Left,(Box, Cylinder, Torus) Button

Change Transformable Marker Type, for (Box, Cylinder, Torus) Like Objects.

Upper, 4 From the Left, SETPOS Button

Auto Move Robot Before T-Object Marker.(Maybe before 50cm from Objects, But Needs Some Changes)

Upper, 5 From the Left, GOPOS Button

Go Pos From Real Pos To Robot Marker Pos. (Push U8 or D8 to Select)

Upper, 6 From the Left, Save Button

SAVE CURRENT OBJECT POSE(for moving object)

Upper, 7 From the Left, TOGGLE Button

Not Used

Lower, 1 From the Left, APPROACH Button

Change IK mode

  • None (Simply solve IK with the coords)
  • Reach (Solve IK to Reach object coords)
  • Release (Solve IK to Release object) current mode is displayed on rviz.

Lower, 2 From the Left, Mode Button

Change Marker Setting Mode,

  • autoset (object will be set by click b-box)
  • manuset (manual set object with 3d mouse)

File truncated at 100 lines see the full file

CHANGELOG

Changelog for package drc_task_common

0.0.4 (2017-03-15)

  • remove jsk_pcl_ros from generate_messages
  • Migrate srv files from jsk_pcl_ros to jsk_recognition_msgs see
  • Stop using deprecated jsk_topic_tools/log_utils.h see
  • [drc_task_common] Add VIEWER options to toggle using rviz or not. Default behaviors are not changed.
  • [drc_task_common] Add input_cloud arg to valve detection launch
  • [drc_task_common] Add valve detection parameter arguments, which do not change default behavior.
  • [conservative_detection.launch] add simulation setting
  • [jaxon_demo] fix euslisp for simulation
  • [drc_task_common] add stair model to drc-testbed-models.l
  • [drc_task_common] add hrp2 demo of walking down blocks
  • [jsk_2015_06_hrp_drc/drc_task_common/euslisp/test-drc-terrain-walk.l] Update hrp2jsk stair function.
  • [jsk_2015_06_hrp_drc/drc_task_common/euslisp/drc-testbed-models.l] Separate block model method as function to reuse it.
  • add launch and launch with glc is optional behavior
  • [drc_task_common] Add valve_model for conservative valve detection
  • [drc_task_common] no-UI valve rotation and opening door
  • [drc_task_common] Add /map frame_id
  • remove old dynamic_reconfigure.parameter_generator, now everything runnning with catkin
  • remove depends to rosbuild/mk
  • gen_reconfigure_msg did not work propery on travis
  • Contributors: Juntaro Tamura, Kei Okada, Kentaro Wada, Ryohei Ueda, Shunichi Nozawa, Yohei Kakiuchi, Eisoku Kuroiwa, Iori Kumagai

0.0.3 (2016-02-11)

  • [robot_model.launch] use upstream launch file
  • [robot-util.l] add jaxon_jvrc in robot-file
  • [drc_task_common/euslisp/irex_carry_trass] Set red color for trass interactive marker
  • [drc_task_common/euslisp/irex_carry_trass] Test large step stride while trass demo walking.
  • [drc_task_common/irex-large-box] Reduce initialization time by k-kimura.
  • [drc_task_common/irex_carry_trass] Add viewer title and reduce unnecessary sleep by rkoyama.
  • [drc_task_common/euslisp/irex_carry_trass] Add argument to skip recog&gopos.
  • [drc_task_common/euslisp/irex-large-box] Add resizing of irt viewer
  • [drc_task_common/euslisp/irex-large-box] Update for sift recog by k-kimura and youhei
  • [drc_task_common/euslisp/irex-large-box] Fix via coords for reaching and add setting of time parameter for object turnaround detection for box pushing.(by k-kimura)
  • [drc_task_common/euslisp/irex_carry_trass] Add y-o-n-p for recognition by rkoyama.
  • [drc_task_common/euslisp/irex_carry_trass] Use y-or-n-p instead of read-line
  • [drc_task_common/euslisp/irex_carry_trass] Fix gopos value and rename function
  • [drc_task_common/euslisp/irex_carry_trass] debug the vibration during carrying the trass
  • change push emergency stopper threshold parameter to 100N
  • [drc_task_common] Add imprecise scheduler prototype
  • [drc_task_common/euslisp/irex_carry_trass]add recognition, and debug the refforce estimation
  • modify the timing of recognition
  • add apply-primitive-dimensions-to-midi-device
  • modify calib-offset-coords parameter
  • [drc_task_common/euslisp/irex_carry_trass/carry-trass.l] modify demo to use pfilter
  • add jaxon-wooden-box-okkake loop
  • receiveing estimated pose from particle filter
  • change new sift template KEEP DRY label
  • Delete anybots-box programs
  • Add maai diff value
  • [drc_task_common/euslisp/irex_carry_trass] modify the pose to carry trass
  • Add interactive marker
  • Change irex demo version for pushing box
  • Merge remote-tracking branch 'koyama/add_irex_koyama_release'
  • add snozawa san commit
  • [drc_task_common/euslisp/irex_carry_trass/carry-trass.l]modify the pose to reach-trass
  • add box-push emergency stopper
  • modify comment out
  • change apc_box name to wooden_box name
  • [irex_carry_trass] update trass
  • [drc_task_common/euslisp] add files to carry trass.
  • add y-or-n-p cancel mode
  • modify head neck-p joint-angle
  • change head neck-p angle and sift-label-coords
  • Merge pull request #1126 from mmurooka/valve-motion-slower [drc_task_common] make slow valve motion a little
  • CMakeLists.txt : clean up install rules
  • CMakeLists.txt remove install FILES plugin_description.xml, which is

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Launch files

Plugins

Recent questions tagged drc_task_common at Robotics Stack Exchange

No version for distro lunar showing indigo. Known supported distros are highlighted in the buttons above.

Package Summary

Tags No category tags.
Version 0.0.4
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/jsk-ros-pkg/jsk_demos.git
VCS Type git
VCS Version 0.0.4
Last Updated 2017-03-15
Dev Status DEVELOPED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

drc_task_common

Additional Links

No additional links.

Maintainers

  • Masaki Murooka

Authors

  • Masaki Murooka

drc_task_common

Introduction

provides drc_task_ common task programs.

Setup

  1. Setup your account allowing sudo without password and keep environmental variable.

It’s required to use socket port 1-1023.

Run following command

$ sudo visudo

And add these lines:

  YOUR_ACCOUNT ALL=(ALL) NOPASSWD:ALL
  Defaults env_keep += "PYTHONPATH"
  Defaults env_keep += "ROS_PACKAGE_PATH"
  Defaults env_keep += "ROS_MASTER_URI"
  

And restart your computer.

  1. speed up roslaunch
sudo patch -u /usr/lib/python2.7/dist-packages/catkin_pkg/packages.py < $(rospack find drc_task_common)/patch/catkin_packages.patch

  1. Set enviroment variable “ROBOT” For example,
   export ROBOT=HRP2JSKNT
   

or

   export ROBOT=JAXON
   

drc_task_common.launch

DEVICE

this program needs

  • 3D mouse (for move t-marker)
  • B-Controll (for some bottuns)
  • Track ball mouse (for move robot head)

DEPEND

$ sudo aptitude install python-pygame
$ sudo pip install fysom
$ sudo aptitude install spacenavd ros-hydro-spacenav-node
$ sudo aptitude install python-urlgrabber

How to launch

You should put two commands in the defferent terminal

roslaunch drc_task_common operator_station_main.launch
roslaunch drc_task_common field_computer_main.launch

How to Use B-Controll Interface

B-Controll provides 2x8 Buttons and 8 bars. This Section Introduces how to use buttons

for more details, please read source codes https://github.com/jsk-ros-pkg/jsk_demos/blob/master/jsk_2015_06_hrp_drc/drc_task_common/scripts/b_control_client.py provides bottun interface

Upper, (1, 2, 3) From the Left,(Box, Cylinder, Torus) Button

Change Transformable Marker Type, for (Box, Cylinder, Torus) Like Objects.

Upper, 4 From the Left, SETPOS Button

Auto Move Robot Before T-Object Marker.(Maybe before 50cm from Objects, But Needs Some Changes)

Upper, 5 From the Left, GOPOS Button

Go Pos From Real Pos To Robot Marker Pos. (Push U8 or D8 to Select)

Upper, 6 From the Left, Save Button

SAVE CURRENT OBJECT POSE(for moving object)

Upper, 7 From the Left, TOGGLE Button

Not Used

Lower, 1 From the Left, APPROACH Button

Change IK mode

  • None (Simply solve IK with the coords)
  • Reach (Solve IK to Reach object coords)
  • Release (Solve IK to Release object) current mode is displayed on rviz.

Lower, 2 From the Left, Mode Button

Change Marker Setting Mode,

  • autoset (object will be set by click b-box)
  • manuset (manual set object with 3d mouse)

File truncated at 100 lines see the full file

CHANGELOG

Changelog for package drc_task_common

0.0.4 (2017-03-15)

  • remove jsk_pcl_ros from generate_messages
  • Migrate srv files from jsk_pcl_ros to jsk_recognition_msgs see
  • Stop using deprecated jsk_topic_tools/log_utils.h see
  • [drc_task_common] Add VIEWER options to toggle using rviz or not. Default behaviors are not changed.
  • [drc_task_common] Add input_cloud arg to valve detection launch
  • [drc_task_common] Add valve detection parameter arguments, which do not change default behavior.
  • [conservative_detection.launch] add simulation setting
  • [jaxon_demo] fix euslisp for simulation
  • [drc_task_common] add stair model to drc-testbed-models.l
  • [drc_task_common] add hrp2 demo of walking down blocks
  • [jsk_2015_06_hrp_drc/drc_task_common/euslisp/test-drc-terrain-walk.l] Update hrp2jsk stair function.
  • [jsk_2015_06_hrp_drc/drc_task_common/euslisp/drc-testbed-models.l] Separate block model method as function to reuse it.
  • add launch and launch with glc is optional behavior
  • [drc_task_common] Add valve_model for conservative valve detection
  • [drc_task_common] no-UI valve rotation and opening door
  • [drc_task_common] Add /map frame_id
  • remove old dynamic_reconfigure.parameter_generator, now everything runnning with catkin
  • remove depends to rosbuild/mk
  • gen_reconfigure_msg did not work propery on travis
  • Contributors: Juntaro Tamura, Kei Okada, Kentaro Wada, Ryohei Ueda, Shunichi Nozawa, Yohei Kakiuchi, Eisoku Kuroiwa, Iori Kumagai

0.0.3 (2016-02-11)

  • [robot_model.launch] use upstream launch file
  • [robot-util.l] add jaxon_jvrc in robot-file
  • [drc_task_common/euslisp/irex_carry_trass] Set red color for trass interactive marker
  • [drc_task_common/euslisp/irex_carry_trass] Test large step stride while trass demo walking.
  • [drc_task_common/irex-large-box] Reduce initialization time by k-kimura.
  • [drc_task_common/irex_carry_trass] Add viewer title and reduce unnecessary sleep by rkoyama.
  • [drc_task_common/euslisp/irex_carry_trass] Add argument to skip recog&gopos.
  • [drc_task_common/euslisp/irex-large-box] Add resizing of irt viewer
  • [drc_task_common/euslisp/irex-large-box] Update for sift recog by k-kimura and youhei
  • [drc_task_common/euslisp/irex-large-box] Fix via coords for reaching and add setting of time parameter for object turnaround detection for box pushing.(by k-kimura)
  • [drc_task_common/euslisp/irex_carry_trass] Add y-o-n-p for recognition by rkoyama.
  • [drc_task_common/euslisp/irex_carry_trass] Use y-or-n-p instead of read-line
  • [drc_task_common/euslisp/irex_carry_trass] Fix gopos value and rename function
  • [drc_task_common/euslisp/irex_carry_trass] debug the vibration during carrying the trass
  • change push emergency stopper threshold parameter to 100N
  • [drc_task_common] Add imprecise scheduler prototype
  • [drc_task_common/euslisp/irex_carry_trass]add recognition, and debug the refforce estimation
  • modify the timing of recognition
  • add apply-primitive-dimensions-to-midi-device
  • modify calib-offset-coords parameter
  • [drc_task_common/euslisp/irex_carry_trass/carry-trass.l] modify demo to use pfilter
  • add jaxon-wooden-box-okkake loop
  • receiveing estimated pose from particle filter
  • change new sift template KEEP DRY label
  • Delete anybots-box programs
  • Add maai diff value
  • [drc_task_common/euslisp/irex_carry_trass] modify the pose to carry trass
  • Add interactive marker
  • Change irex demo version for pushing box
  • Merge remote-tracking branch 'koyama/add_irex_koyama_release'
  • add snozawa san commit
  • [drc_task_common/euslisp/irex_carry_trass/carry-trass.l]modify the pose to reach-trass
  • add box-push emergency stopper
  • modify comment out
  • change apc_box name to wooden_box name
  • [irex_carry_trass] update trass
  • [drc_task_common/euslisp] add files to carry trass.
  • add y-or-n-p cancel mode
  • modify head neck-p joint-angle
  • change head neck-p angle and sift-label-coords
  • Merge pull request #1126 from mmurooka/valve-motion-slower [drc_task_common] make slow valve motion a little
  • CMakeLists.txt : clean up install rules
  • CMakeLists.txt remove install FILES plugin_description.xml, which is

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Launch files

Plugins

Recent questions tagged drc_task_common at Robotics Stack Exchange

No version for distro jade showing indigo. Known supported distros are highlighted in the buttons above.

Package Summary

Tags No category tags.
Version 0.0.4
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/jsk-ros-pkg/jsk_demos.git
VCS Type git
VCS Version 0.0.4
Last Updated 2017-03-15
Dev Status DEVELOPED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

drc_task_common

Additional Links

No additional links.

Maintainers

  • Masaki Murooka

Authors

  • Masaki Murooka

drc_task_common

Introduction

provides drc_task_ common task programs.

Setup

  1. Setup your account allowing sudo without password and keep environmental variable.

It’s required to use socket port 1-1023.

Run following command

$ sudo visudo

And add these lines:

  YOUR_ACCOUNT ALL=(ALL) NOPASSWD:ALL
  Defaults env_keep += "PYTHONPATH"
  Defaults env_keep += "ROS_PACKAGE_PATH"
  Defaults env_keep += "ROS_MASTER_URI"
  

And restart your computer.

  1. speed up roslaunch
sudo patch -u /usr/lib/python2.7/dist-packages/catkin_pkg/packages.py < $(rospack find drc_task_common)/patch/catkin_packages.patch

  1. Set enviroment variable “ROBOT” For example,
   export ROBOT=HRP2JSKNT
   

or

   export ROBOT=JAXON
   

drc_task_common.launch

DEVICE

this program needs

  • 3D mouse (for move t-marker)
  • B-Controll (for some bottuns)
  • Track ball mouse (for move robot head)

DEPEND

$ sudo aptitude install python-pygame
$ sudo pip install fysom
$ sudo aptitude install spacenavd ros-hydro-spacenav-node
$ sudo aptitude install python-urlgrabber

How to launch

You should put two commands in the defferent terminal

roslaunch drc_task_common operator_station_main.launch
roslaunch drc_task_common field_computer_main.launch

How to Use B-Controll Interface

B-Controll provides 2x8 Buttons and 8 bars. This Section Introduces how to use buttons

for more details, please read source codes https://github.com/jsk-ros-pkg/jsk_demos/blob/master/jsk_2015_06_hrp_drc/drc_task_common/scripts/b_control_client.py provides bottun interface

Upper, (1, 2, 3) From the Left,(Box, Cylinder, Torus) Button

Change Transformable Marker Type, for (Box, Cylinder, Torus) Like Objects.

Upper, 4 From the Left, SETPOS Button

Auto Move Robot Before T-Object Marker.(Maybe before 50cm from Objects, But Needs Some Changes)

Upper, 5 From the Left, GOPOS Button

Go Pos From Real Pos To Robot Marker Pos. (Push U8 or D8 to Select)

Upper, 6 From the Left, Save Button

SAVE CURRENT OBJECT POSE(for moving object)

Upper, 7 From the Left, TOGGLE Button

Not Used

Lower, 1 From the Left, APPROACH Button

Change IK mode

  • None (Simply solve IK with the coords)
  • Reach (Solve IK to Reach object coords)
  • Release (Solve IK to Release object) current mode is displayed on rviz.

Lower, 2 From the Left, Mode Button

Change Marker Setting Mode,

  • autoset (object will be set by click b-box)
  • manuset (manual set object with 3d mouse)

File truncated at 100 lines see the full file

CHANGELOG

Changelog for package drc_task_common

0.0.4 (2017-03-15)

  • remove jsk_pcl_ros from generate_messages
  • Migrate srv files from jsk_pcl_ros to jsk_recognition_msgs see
  • Stop using deprecated jsk_topic_tools/log_utils.h see
  • [drc_task_common] Add VIEWER options to toggle using rviz or not. Default behaviors are not changed.
  • [drc_task_common] Add input_cloud arg to valve detection launch
  • [drc_task_common] Add valve detection parameter arguments, which do not change default behavior.
  • [conservative_detection.launch] add simulation setting
  • [jaxon_demo] fix euslisp for simulation
  • [drc_task_common] add stair model to drc-testbed-models.l
  • [drc_task_common] add hrp2 demo of walking down blocks
  • [jsk_2015_06_hrp_drc/drc_task_common/euslisp/test-drc-terrain-walk.l] Update hrp2jsk stair function.
  • [jsk_2015_06_hrp_drc/drc_task_common/euslisp/drc-testbed-models.l] Separate block model method as function to reuse it.
  • add launch and launch with glc is optional behavior
  • [drc_task_common] Add valve_model for conservative valve detection
  • [drc_task_common] no-UI valve rotation and opening door
  • [drc_task_common] Add /map frame_id
  • remove old dynamic_reconfigure.parameter_generator, now everything runnning with catkin
  • remove depends to rosbuild/mk
  • gen_reconfigure_msg did not work propery on travis
  • Contributors: Juntaro Tamura, Kei Okada, Kentaro Wada, Ryohei Ueda, Shunichi Nozawa, Yohei Kakiuchi, Eisoku Kuroiwa, Iori Kumagai

0.0.3 (2016-02-11)

  • [robot_model.launch] use upstream launch file
  • [robot-util.l] add jaxon_jvrc in robot-file
  • [drc_task_common/euslisp/irex_carry_trass] Set red color for trass interactive marker
  • [drc_task_common/euslisp/irex_carry_trass] Test large step stride while trass demo walking.
  • [drc_task_common/irex-large-box] Reduce initialization time by k-kimura.
  • [drc_task_common/irex_carry_trass] Add viewer title and reduce unnecessary sleep by rkoyama.
  • [drc_task_common/euslisp/irex_carry_trass] Add argument to skip recog&gopos.
  • [drc_task_common/euslisp/irex-large-box] Add resizing of irt viewer
  • [drc_task_common/euslisp/irex-large-box] Update for sift recog by k-kimura and youhei
  • [drc_task_common/euslisp/irex-large-box] Fix via coords for reaching and add setting of time parameter for object turnaround detection for box pushing.(by k-kimura)
  • [drc_task_common/euslisp/irex_carry_trass] Add y-o-n-p for recognition by rkoyama.
  • [drc_task_common/euslisp/irex_carry_trass] Use y-or-n-p instead of read-line
  • [drc_task_common/euslisp/irex_carry_trass] Fix gopos value and rename function
  • [drc_task_common/euslisp/irex_carry_trass] debug the vibration during carrying the trass
  • change push emergency stopper threshold parameter to 100N
  • [drc_task_common] Add imprecise scheduler prototype
  • [drc_task_common/euslisp/irex_carry_trass]add recognition, and debug the refforce estimation
  • modify the timing of recognition
  • add apply-primitive-dimensions-to-midi-device
  • modify calib-offset-coords parameter
  • [drc_task_common/euslisp/irex_carry_trass/carry-trass.l] modify demo to use pfilter
  • add jaxon-wooden-box-okkake loop
  • receiveing estimated pose from particle filter
  • change new sift template KEEP DRY label
  • Delete anybots-box programs
  • Add maai diff value
  • [drc_task_common/euslisp/irex_carry_trass] modify the pose to carry trass
  • Add interactive marker
  • Change irex demo version for pushing box
  • Merge remote-tracking branch 'koyama/add_irex_koyama_release'
  • add snozawa san commit
  • [drc_task_common/euslisp/irex_carry_trass/carry-trass.l]modify the pose to reach-trass
  • add box-push emergency stopper
  • modify comment out
  • change apc_box name to wooden_box name
  • [irex_carry_trass] update trass
  • [drc_task_common/euslisp] add files to carry trass.
  • add y-or-n-p cancel mode
  • modify head neck-p joint-angle
  • change head neck-p angle and sift-label-coords
  • Merge pull request #1126 from mmurooka/valve-motion-slower [drc_task_common] make slow valve motion a little
  • CMakeLists.txt : clean up install rules
  • CMakeLists.txt remove install FILES plugin_description.xml, which is

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Launch files

Plugins

Recent questions tagged drc_task_common at Robotics Stack Exchange

Package Summary

Tags No category tags.
Version 0.0.4
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/jsk-ros-pkg/jsk_demos.git
VCS Type git
VCS Version 0.0.4
Last Updated 2017-03-15
Dev Status DEVELOPED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

drc_task_common

Additional Links

No additional links.

Maintainers

  • Masaki Murooka

Authors

  • Masaki Murooka

drc_task_common

Introduction

provides drc_task_ common task programs.

Setup

  1. Setup your account allowing sudo without password and keep environmental variable.

It’s required to use socket port 1-1023.

Run following command

$ sudo visudo

And add these lines:

  YOUR_ACCOUNT ALL=(ALL) NOPASSWD:ALL
  Defaults env_keep += "PYTHONPATH"
  Defaults env_keep += "ROS_PACKAGE_PATH"
  Defaults env_keep += "ROS_MASTER_URI"
  

And restart your computer.

  1. speed up roslaunch
sudo patch -u /usr/lib/python2.7/dist-packages/catkin_pkg/packages.py < $(rospack find drc_task_common)/patch/catkin_packages.patch

  1. Set enviroment variable “ROBOT” For example,
   export ROBOT=HRP2JSKNT
   

or

   export ROBOT=JAXON
   

drc_task_common.launch

DEVICE

this program needs

  • 3D mouse (for move t-marker)
  • B-Controll (for some bottuns)
  • Track ball mouse (for move robot head)

DEPEND

$ sudo aptitude install python-pygame
$ sudo pip install fysom
$ sudo aptitude install spacenavd ros-hydro-spacenav-node
$ sudo aptitude install python-urlgrabber

How to launch

You should put two commands in the defferent terminal

roslaunch drc_task_common operator_station_main.launch
roslaunch drc_task_common field_computer_main.launch

How to Use B-Controll Interface

B-Controll provides 2x8 Buttons and 8 bars. This Section Introduces how to use buttons

for more details, please read source codes https://github.com/jsk-ros-pkg/jsk_demos/blob/master/jsk_2015_06_hrp_drc/drc_task_common/scripts/b_control_client.py provides bottun interface

Upper, (1, 2, 3) From the Left,(Box, Cylinder, Torus) Button

Change Transformable Marker Type, for (Box, Cylinder, Torus) Like Objects.

Upper, 4 From the Left, SETPOS Button

Auto Move Robot Before T-Object Marker.(Maybe before 50cm from Objects, But Needs Some Changes)

Upper, 5 From the Left, GOPOS Button

Go Pos From Real Pos To Robot Marker Pos. (Push U8 or D8 to Select)

Upper, 6 From the Left, Save Button

SAVE CURRENT OBJECT POSE(for moving object)

Upper, 7 From the Left, TOGGLE Button

Not Used

Lower, 1 From the Left, APPROACH Button

Change IK mode

  • None (Simply solve IK with the coords)
  • Reach (Solve IK to Reach object coords)
  • Release (Solve IK to Release object) current mode is displayed on rviz.

Lower, 2 From the Left, Mode Button

Change Marker Setting Mode,

  • autoset (object will be set by click b-box)
  • manuset (manual set object with 3d mouse)

File truncated at 100 lines see the full file

CHANGELOG

Changelog for package drc_task_common

0.0.4 (2017-03-15)

  • remove jsk_pcl_ros from generate_messages
  • Migrate srv files from jsk_pcl_ros to jsk_recognition_msgs see
  • Stop using deprecated jsk_topic_tools/log_utils.h see
  • [drc_task_common] Add VIEWER options to toggle using rviz or not. Default behaviors are not changed.
  • [drc_task_common] Add input_cloud arg to valve detection launch
  • [drc_task_common] Add valve detection parameter arguments, which do not change default behavior.
  • [conservative_detection.launch] add simulation setting
  • [jaxon_demo] fix euslisp for simulation
  • [drc_task_common] add stair model to drc-testbed-models.l
  • [drc_task_common] add hrp2 demo of walking down blocks
  • [jsk_2015_06_hrp_drc/drc_task_common/euslisp/test-drc-terrain-walk.l] Update hrp2jsk stair function.
  • [jsk_2015_06_hrp_drc/drc_task_common/euslisp/drc-testbed-models.l] Separate block model method as function to reuse it.
  • add launch and launch with glc is optional behavior
  • [drc_task_common] Add valve_model for conservative valve detection
  • [drc_task_common] no-UI valve rotation and opening door
  • [drc_task_common] Add /map frame_id
  • remove old dynamic_reconfigure.parameter_generator, now everything runnning with catkin
  • remove depends to rosbuild/mk
  • gen_reconfigure_msg did not work propery on travis
  • Contributors: Juntaro Tamura, Kei Okada, Kentaro Wada, Ryohei Ueda, Shunichi Nozawa, Yohei Kakiuchi, Eisoku Kuroiwa, Iori Kumagai

0.0.3 (2016-02-11)

  • [robot_model.launch] use upstream launch file
  • [robot-util.l] add jaxon_jvrc in robot-file
  • [drc_task_common/euslisp/irex_carry_trass] Set red color for trass interactive marker
  • [drc_task_common/euslisp/irex_carry_trass] Test large step stride while trass demo walking.
  • [drc_task_common/irex-large-box] Reduce initialization time by k-kimura.
  • [drc_task_common/irex_carry_trass] Add viewer title and reduce unnecessary sleep by rkoyama.
  • [drc_task_common/euslisp/irex_carry_trass] Add argument to skip recog&gopos.
  • [drc_task_common/euslisp/irex-large-box] Add resizing of irt viewer
  • [drc_task_common/euslisp/irex-large-box] Update for sift recog by k-kimura and youhei
  • [drc_task_common/euslisp/irex-large-box] Fix via coords for reaching and add setting of time parameter for object turnaround detection for box pushing.(by k-kimura)
  • [drc_task_common/euslisp/irex_carry_trass] Add y-o-n-p for recognition by rkoyama.
  • [drc_task_common/euslisp/irex_carry_trass] Use y-or-n-p instead of read-line
  • [drc_task_common/euslisp/irex_carry_trass] Fix gopos value and rename function
  • [drc_task_common/euslisp/irex_carry_trass] debug the vibration during carrying the trass
  • change push emergency stopper threshold parameter to 100N
  • [drc_task_common] Add imprecise scheduler prototype
  • [drc_task_common/euslisp/irex_carry_trass]add recognition, and debug the refforce estimation
  • modify the timing of recognition
  • add apply-primitive-dimensions-to-midi-device
  • modify calib-offset-coords parameter
  • [drc_task_common/euslisp/irex_carry_trass/carry-trass.l] modify demo to use pfilter
  • add jaxon-wooden-box-okkake loop
  • receiveing estimated pose from particle filter
  • change new sift template KEEP DRY label
  • Delete anybots-box programs
  • Add maai diff value
  • [drc_task_common/euslisp/irex_carry_trass] modify the pose to carry trass
  • Add interactive marker
  • Change irex demo version for pushing box
  • Merge remote-tracking branch 'koyama/add_irex_koyama_release'
  • add snozawa san commit
  • [drc_task_common/euslisp/irex_carry_trass/carry-trass.l]modify the pose to reach-trass
  • add box-push emergency stopper
  • modify comment out
  • change apc_box name to wooden_box name
  • [irex_carry_trass] update trass
  • [drc_task_common/euslisp] add files to carry trass.
  • add y-or-n-p cancel mode
  • modify head neck-p joint-angle
  • change head neck-p angle and sift-label-coords
  • Merge pull request #1126 from mmurooka/valve-motion-slower [drc_task_common] make slow valve motion a little
  • CMakeLists.txt : clean up install rules
  • CMakeLists.txt remove install FILES plugin_description.xml, which is

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Launch files

Plugins

Recent questions tagged drc_task_common at Robotics Stack Exchange

No version for distro hydro showing indigo. Known supported distros are highlighted in the buttons above.

Package Summary

Tags No category tags.
Version 0.0.4
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/jsk-ros-pkg/jsk_demos.git
VCS Type git
VCS Version 0.0.4
Last Updated 2017-03-15
Dev Status DEVELOPED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

drc_task_common

Additional Links

No additional links.

Maintainers

  • Masaki Murooka

Authors

  • Masaki Murooka

drc_task_common

Introduction

provides drc_task_ common task programs.

Setup

  1. Setup your account allowing sudo without password and keep environmental variable.

It’s required to use socket port 1-1023.

Run following command

$ sudo visudo

And add these lines:

  YOUR_ACCOUNT ALL=(ALL) NOPASSWD:ALL
  Defaults env_keep += "PYTHONPATH"
  Defaults env_keep += "ROS_PACKAGE_PATH"
  Defaults env_keep += "ROS_MASTER_URI"
  

And restart your computer.

  1. speed up roslaunch
sudo patch -u /usr/lib/python2.7/dist-packages/catkin_pkg/packages.py < $(rospack find drc_task_common)/patch/catkin_packages.patch

  1. Set enviroment variable “ROBOT” For example,
   export ROBOT=HRP2JSKNT
   

or

   export ROBOT=JAXON
   

drc_task_common.launch

DEVICE

this program needs

  • 3D mouse (for move t-marker)
  • B-Controll (for some bottuns)
  • Track ball mouse (for move robot head)

DEPEND

$ sudo aptitude install python-pygame
$ sudo pip install fysom
$ sudo aptitude install spacenavd ros-hydro-spacenav-node
$ sudo aptitude install python-urlgrabber

How to launch

You should put two commands in the defferent terminal

roslaunch drc_task_common operator_station_main.launch
roslaunch drc_task_common field_computer_main.launch

How to Use B-Controll Interface

B-Controll provides 2x8 Buttons and 8 bars. This Section Introduces how to use buttons

for more details, please read source codes https://github.com/jsk-ros-pkg/jsk_demos/blob/master/jsk_2015_06_hrp_drc/drc_task_common/scripts/b_control_client.py provides bottun interface

Upper, (1, 2, 3) From the Left,(Box, Cylinder, Torus) Button

Change Transformable Marker Type, for (Box, Cylinder, Torus) Like Objects.

Upper, 4 From the Left, SETPOS Button

Auto Move Robot Before T-Object Marker.(Maybe before 50cm from Objects, But Needs Some Changes)

Upper, 5 From the Left, GOPOS Button

Go Pos From Real Pos To Robot Marker Pos. (Push U8 or D8 to Select)

Upper, 6 From the Left, Save Button

SAVE CURRENT OBJECT POSE(for moving object)

Upper, 7 From the Left, TOGGLE Button

Not Used

Lower, 1 From the Left, APPROACH Button

Change IK mode

  • None (Simply solve IK with the coords)
  • Reach (Solve IK to Reach object coords)
  • Release (Solve IK to Release object) current mode is displayed on rviz.

Lower, 2 From the Left, Mode Button

Change Marker Setting Mode,

  • autoset (object will be set by click b-box)
  • manuset (manual set object with 3d mouse)

File truncated at 100 lines see the full file

CHANGELOG

Changelog for package drc_task_common

0.0.4 (2017-03-15)

  • remove jsk_pcl_ros from generate_messages
  • Migrate srv files from jsk_pcl_ros to jsk_recognition_msgs see
  • Stop using deprecated jsk_topic_tools/log_utils.h see
  • [drc_task_common] Add VIEWER options to toggle using rviz or not. Default behaviors are not changed.
  • [drc_task_common] Add input_cloud arg to valve detection launch
  • [drc_task_common] Add valve detection parameter arguments, which do not change default behavior.
  • [conservative_detection.launch] add simulation setting
  • [jaxon_demo] fix euslisp for simulation
  • [drc_task_common] add stair model to drc-testbed-models.l
  • [drc_task_common] add hrp2 demo of walking down blocks
  • [jsk_2015_06_hrp_drc/drc_task_common/euslisp/test-drc-terrain-walk.l] Update hrp2jsk stair function.
  • [jsk_2015_06_hrp_drc/drc_task_common/euslisp/drc-testbed-models.l] Separate block model method as function to reuse it.
  • add launch and launch with glc is optional behavior
  • [drc_task_common] Add valve_model for conservative valve detection
  • [drc_task_common] no-UI valve rotation and opening door
  • [drc_task_common] Add /map frame_id
  • remove old dynamic_reconfigure.parameter_generator, now everything runnning with catkin
  • remove depends to rosbuild/mk
  • gen_reconfigure_msg did not work propery on travis
  • Contributors: Juntaro Tamura, Kei Okada, Kentaro Wada, Ryohei Ueda, Shunichi Nozawa, Yohei Kakiuchi, Eisoku Kuroiwa, Iori Kumagai

0.0.3 (2016-02-11)

  • [robot_model.launch] use upstream launch file
  • [robot-util.l] add jaxon_jvrc in robot-file
  • [drc_task_common/euslisp/irex_carry_trass] Set red color for trass interactive marker
  • [drc_task_common/euslisp/irex_carry_trass] Test large step stride while trass demo walking.
  • [drc_task_common/irex-large-box] Reduce initialization time by k-kimura.
  • [drc_task_common/irex_carry_trass] Add viewer title and reduce unnecessary sleep by rkoyama.
  • [drc_task_common/euslisp/irex_carry_trass] Add argument to skip recog&gopos.
  • [drc_task_common/euslisp/irex-large-box] Add resizing of irt viewer
  • [drc_task_common/euslisp/irex-large-box] Update for sift recog by k-kimura and youhei
  • [drc_task_common/euslisp/irex-large-box] Fix via coords for reaching and add setting of time parameter for object turnaround detection for box pushing.(by k-kimura)
  • [drc_task_common/euslisp/irex_carry_trass] Add y-o-n-p for recognition by rkoyama.
  • [drc_task_common/euslisp/irex_carry_trass] Use y-or-n-p instead of read-line
  • [drc_task_common/euslisp/irex_carry_trass] Fix gopos value and rename function
  • [drc_task_common/euslisp/irex_carry_trass] debug the vibration during carrying the trass
  • change push emergency stopper threshold parameter to 100N
  • [drc_task_common] Add imprecise scheduler prototype
  • [drc_task_common/euslisp/irex_carry_trass]add recognition, and debug the refforce estimation
  • modify the timing of recognition
  • add apply-primitive-dimensions-to-midi-device
  • modify calib-offset-coords parameter
  • [drc_task_common/euslisp/irex_carry_trass/carry-trass.l] modify demo to use pfilter
  • add jaxon-wooden-box-okkake loop
  • receiveing estimated pose from particle filter
  • change new sift template KEEP DRY label
  • Delete anybots-box programs
  • Add maai diff value
  • [drc_task_common/euslisp/irex_carry_trass] modify the pose to carry trass
  • Add interactive marker
  • Change irex demo version for pushing box
  • Merge remote-tracking branch 'koyama/add_irex_koyama_release'
  • add snozawa san commit
  • [drc_task_common/euslisp/irex_carry_trass/carry-trass.l]modify the pose to reach-trass
  • add box-push emergency stopper
  • modify comment out
  • change apc_box name to wooden_box name
  • [irex_carry_trass] update trass
  • [drc_task_common/euslisp] add files to carry trass.
  • add y-or-n-p cancel mode
  • modify head neck-p joint-angle
  • change head neck-p angle and sift-label-coords
  • Merge pull request #1126 from mmurooka/valve-motion-slower [drc_task_common] make slow valve motion a little
  • CMakeLists.txt : clean up install rules
  • CMakeLists.txt remove install FILES plugin_description.xml, which is

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Launch files

Plugins

Recent questions tagged drc_task_common at Robotics Stack Exchange

No version for distro kinetic showing indigo. Known supported distros are highlighted in the buttons above.

Package Summary

Tags No category tags.
Version 0.0.4
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/jsk-ros-pkg/jsk_demos.git
VCS Type git
VCS Version 0.0.4
Last Updated 2017-03-15
Dev Status DEVELOPED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

drc_task_common

Additional Links

No additional links.

Maintainers

  • Masaki Murooka

Authors

  • Masaki Murooka

drc_task_common

Introduction

provides drc_task_ common task programs.

Setup

  1. Setup your account allowing sudo without password and keep environmental variable.

It’s required to use socket port 1-1023.

Run following command

$ sudo visudo

And add these lines:

  YOUR_ACCOUNT ALL=(ALL) NOPASSWD:ALL
  Defaults env_keep += "PYTHONPATH"
  Defaults env_keep += "ROS_PACKAGE_PATH"
  Defaults env_keep += "ROS_MASTER_URI"
  

And restart your computer.

  1. speed up roslaunch
sudo patch -u /usr/lib/python2.7/dist-packages/catkin_pkg/packages.py < $(rospack find drc_task_common)/patch/catkin_packages.patch

  1. Set enviroment variable “ROBOT” For example,
   export ROBOT=HRP2JSKNT
   

or

   export ROBOT=JAXON
   

drc_task_common.launch

DEVICE

this program needs

  • 3D mouse (for move t-marker)
  • B-Controll (for some bottuns)
  • Track ball mouse (for move robot head)

DEPEND

$ sudo aptitude install python-pygame
$ sudo pip install fysom
$ sudo aptitude install spacenavd ros-hydro-spacenav-node
$ sudo aptitude install python-urlgrabber

How to launch

You should put two commands in the defferent terminal

roslaunch drc_task_common operator_station_main.launch
roslaunch drc_task_common field_computer_main.launch

How to Use B-Controll Interface

B-Controll provides 2x8 Buttons and 8 bars. This Section Introduces how to use buttons

for more details, please read source codes https://github.com/jsk-ros-pkg/jsk_demos/blob/master/jsk_2015_06_hrp_drc/drc_task_common/scripts/b_control_client.py provides bottun interface

Upper, (1, 2, 3) From the Left,(Box, Cylinder, Torus) Button

Change Transformable Marker Type, for (Box, Cylinder, Torus) Like Objects.

Upper, 4 From the Left, SETPOS Button

Auto Move Robot Before T-Object Marker.(Maybe before 50cm from Objects, But Needs Some Changes)

Upper, 5 From the Left, GOPOS Button

Go Pos From Real Pos To Robot Marker Pos. (Push U8 or D8 to Select)

Upper, 6 From the Left, Save Button

SAVE CURRENT OBJECT POSE(for moving object)

Upper, 7 From the Left, TOGGLE Button

Not Used

Lower, 1 From the Left, APPROACH Button

Change IK mode

  • None (Simply solve IK with the coords)
  • Reach (Solve IK to Reach object coords)
  • Release (Solve IK to Release object) current mode is displayed on rviz.

Lower, 2 From the Left, Mode Button

Change Marker Setting Mode,

  • autoset (object will be set by click b-box)
  • manuset (manual set object with 3d mouse)

File truncated at 100 lines see the full file

CHANGELOG

Changelog for package drc_task_common

0.0.4 (2017-03-15)

  • remove jsk_pcl_ros from generate_messages
  • Migrate srv files from jsk_pcl_ros to jsk_recognition_msgs see
  • Stop using deprecated jsk_topic_tools/log_utils.h see
  • [drc_task_common] Add VIEWER options to toggle using rviz or not. Default behaviors are not changed.
  • [drc_task_common] Add input_cloud arg to valve detection launch
  • [drc_task_common] Add valve detection parameter arguments, which do not change default behavior.
  • [conservative_detection.launch] add simulation setting
  • [jaxon_demo] fix euslisp for simulation
  • [drc_task_common] add stair model to drc-testbed-models.l
  • [drc_task_common] add hrp2 demo of walking down blocks
  • [jsk_2015_06_hrp_drc/drc_task_common/euslisp/test-drc-terrain-walk.l] Update hrp2jsk stair function.
  • [jsk_2015_06_hrp_drc/drc_task_common/euslisp/drc-testbed-models.l] Separate block model method as function to reuse it.
  • add launch and launch with glc is optional behavior
  • [drc_task_common] Add valve_model for conservative valve detection
  • [drc_task_common] no-UI valve rotation and opening door
  • [drc_task_common] Add /map frame_id
  • remove old dynamic_reconfigure.parameter_generator, now everything runnning with catkin
  • remove depends to rosbuild/mk
  • gen_reconfigure_msg did not work propery on travis
  • Contributors: Juntaro Tamura, Kei Okada, Kentaro Wada, Ryohei Ueda, Shunichi Nozawa, Yohei Kakiuchi, Eisoku Kuroiwa, Iori Kumagai

0.0.3 (2016-02-11)

  • [robot_model.launch] use upstream launch file
  • [robot-util.l] add jaxon_jvrc in robot-file
  • [drc_task_common/euslisp/irex_carry_trass] Set red color for trass interactive marker
  • [drc_task_common/euslisp/irex_carry_trass] Test large step stride while trass demo walking.
  • [drc_task_common/irex-large-box] Reduce initialization time by k-kimura.
  • [drc_task_common/irex_carry_trass] Add viewer title and reduce unnecessary sleep by rkoyama.
  • [drc_task_common/euslisp/irex_carry_trass] Add argument to skip recog&gopos.
  • [drc_task_common/euslisp/irex-large-box] Add resizing of irt viewer
  • [drc_task_common/euslisp/irex-large-box] Update for sift recog by k-kimura and youhei
  • [drc_task_common/euslisp/irex-large-box] Fix via coords for reaching and add setting of time parameter for object turnaround detection for box pushing.(by k-kimura)
  • [drc_task_common/euslisp/irex_carry_trass] Add y-o-n-p for recognition by rkoyama.
  • [drc_task_common/euslisp/irex_carry_trass] Use y-or-n-p instead of read-line
  • [drc_task_common/euslisp/irex_carry_trass] Fix gopos value and rename function
  • [drc_task_common/euslisp/irex_carry_trass] debug the vibration during carrying the trass
  • change push emergency stopper threshold parameter to 100N
  • [drc_task_common] Add imprecise scheduler prototype
  • [drc_task_common/euslisp/irex_carry_trass]add recognition, and debug the refforce estimation
  • modify the timing of recognition
  • add apply-primitive-dimensions-to-midi-device
  • modify calib-offset-coords parameter
  • [drc_task_common/euslisp/irex_carry_trass/carry-trass.l] modify demo to use pfilter
  • add jaxon-wooden-box-okkake loop
  • receiveing estimated pose from particle filter
  • change new sift template KEEP DRY label
  • Delete anybots-box programs
  • Add maai diff value
  • [drc_task_common/euslisp/irex_carry_trass] modify the pose to carry trass
  • Add interactive marker
  • Change irex demo version for pushing box
  • Merge remote-tracking branch 'koyama/add_irex_koyama_release'
  • add snozawa san commit
  • [drc_task_common/euslisp/irex_carry_trass/carry-trass.l]modify the pose to reach-trass
  • add box-push emergency stopper
  • modify comment out
  • change apc_box name to wooden_box name
  • [irex_carry_trass] update trass
  • [drc_task_common/euslisp] add files to carry trass.
  • add y-or-n-p cancel mode
  • modify head neck-p joint-angle
  • change head neck-p angle and sift-label-coords
  • Merge pull request #1126 from mmurooka/valve-motion-slower [drc_task_common] make slow valve motion a little
  • CMakeLists.txt : clean up install rules
  • CMakeLists.txt remove install FILES plugin_description.xml, which is

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Launch files

Plugins

Recent questions tagged drc_task_common at Robotics Stack Exchange

No version for distro melodic showing indigo. Known supported distros are highlighted in the buttons above.

Package Summary

Tags No category tags.
Version 0.0.4
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/jsk-ros-pkg/jsk_demos.git
VCS Type git
VCS Version 0.0.4
Last Updated 2017-03-15
Dev Status DEVELOPED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

drc_task_common

Additional Links

No additional links.

Maintainers

  • Masaki Murooka

Authors

  • Masaki Murooka

drc_task_common

Introduction

provides drc_task_ common task programs.

Setup

  1. Setup your account allowing sudo without password and keep environmental variable.

It’s required to use socket port 1-1023.

Run following command

$ sudo visudo

And add these lines:

  YOUR_ACCOUNT ALL=(ALL) NOPASSWD:ALL
  Defaults env_keep += "PYTHONPATH"
  Defaults env_keep += "ROS_PACKAGE_PATH"
  Defaults env_keep += "ROS_MASTER_URI"
  

And restart your computer.

  1. speed up roslaunch
sudo patch -u /usr/lib/python2.7/dist-packages/catkin_pkg/packages.py < $(rospack find drc_task_common)/patch/catkin_packages.patch

  1. Set enviroment variable “ROBOT” For example,
   export ROBOT=HRP2JSKNT
   

or

   export ROBOT=JAXON
   

drc_task_common.launch

DEVICE

this program needs

  • 3D mouse (for move t-marker)
  • B-Controll (for some bottuns)
  • Track ball mouse (for move robot head)

DEPEND

$ sudo aptitude install python-pygame
$ sudo pip install fysom
$ sudo aptitude install spacenavd ros-hydro-spacenav-node
$ sudo aptitude install python-urlgrabber

How to launch

You should put two commands in the defferent terminal

roslaunch drc_task_common operator_station_main.launch
roslaunch drc_task_common field_computer_main.launch

How to Use B-Controll Interface

B-Controll provides 2x8 Buttons and 8 bars. This Section Introduces how to use buttons

for more details, please read source codes https://github.com/jsk-ros-pkg/jsk_demos/blob/master/jsk_2015_06_hrp_drc/drc_task_common/scripts/b_control_client.py provides bottun interface

Upper, (1, 2, 3) From the Left,(Box, Cylinder, Torus) Button

Change Transformable Marker Type, for (Box, Cylinder, Torus) Like Objects.

Upper, 4 From the Left, SETPOS Button

Auto Move Robot Before T-Object Marker.(Maybe before 50cm from Objects, But Needs Some Changes)

Upper, 5 From the Left, GOPOS Button

Go Pos From Real Pos To Robot Marker Pos. (Push U8 or D8 to Select)

Upper, 6 From the Left, Save Button

SAVE CURRENT OBJECT POSE(for moving object)

Upper, 7 From the Left, TOGGLE Button

Not Used

Lower, 1 From the Left, APPROACH Button

Change IK mode

  • None (Simply solve IK with the coords)
  • Reach (Solve IK to Reach object coords)
  • Release (Solve IK to Release object) current mode is displayed on rviz.

Lower, 2 From the Left, Mode Button

Change Marker Setting Mode,

  • autoset (object will be set by click b-box)
  • manuset (manual set object with 3d mouse)

File truncated at 100 lines see the full file

CHANGELOG

Changelog for package drc_task_common

0.0.4 (2017-03-15)

  • remove jsk_pcl_ros from generate_messages
  • Migrate srv files from jsk_pcl_ros to jsk_recognition_msgs see
  • Stop using deprecated jsk_topic_tools/log_utils.h see
  • [drc_task_common] Add VIEWER options to toggle using rviz or not. Default behaviors are not changed.
  • [drc_task_common] Add input_cloud arg to valve detection launch
  • [drc_task_common] Add valve detection parameter arguments, which do not change default behavior.
  • [conservative_detection.launch] add simulation setting
  • [jaxon_demo] fix euslisp for simulation
  • [drc_task_common] add stair model to drc-testbed-models.l
  • [drc_task_common] add hrp2 demo of walking down blocks
  • [jsk_2015_06_hrp_drc/drc_task_common/euslisp/test-drc-terrain-walk.l] Update hrp2jsk stair function.
  • [jsk_2015_06_hrp_drc/drc_task_common/euslisp/drc-testbed-models.l] Separate block model method as function to reuse it.
  • add launch and launch with glc is optional behavior
  • [drc_task_common] Add valve_model for conservative valve detection
  • [drc_task_common] no-UI valve rotation and opening door
  • [drc_task_common] Add /map frame_id
  • remove old dynamic_reconfigure.parameter_generator, now everything runnning with catkin
  • remove depends to rosbuild/mk
  • gen_reconfigure_msg did not work propery on travis
  • Contributors: Juntaro Tamura, Kei Okada, Kentaro Wada, Ryohei Ueda, Shunichi Nozawa, Yohei Kakiuchi, Eisoku Kuroiwa, Iori Kumagai

0.0.3 (2016-02-11)

  • [robot_model.launch] use upstream launch file
  • [robot-util.l] add jaxon_jvrc in robot-file
  • [drc_task_common/euslisp/irex_carry_trass] Set red color for trass interactive marker
  • [drc_task_common/euslisp/irex_carry_trass] Test large step stride while trass demo walking.
  • [drc_task_common/irex-large-box] Reduce initialization time by k-kimura.
  • [drc_task_common/irex_carry_trass] Add viewer title and reduce unnecessary sleep by rkoyama.
  • [drc_task_common/euslisp/irex_carry_trass] Add argument to skip recog&gopos.
  • [drc_task_common/euslisp/irex-large-box] Add resizing of irt viewer
  • [drc_task_common/euslisp/irex-large-box] Update for sift recog by k-kimura and youhei
  • [drc_task_common/euslisp/irex-large-box] Fix via coords for reaching and add setting of time parameter for object turnaround detection for box pushing.(by k-kimura)
  • [drc_task_common/euslisp/irex_carry_trass] Add y-o-n-p for recognition by rkoyama.
  • [drc_task_common/euslisp/irex_carry_trass] Use y-or-n-p instead of read-line
  • [drc_task_common/euslisp/irex_carry_trass] Fix gopos value and rename function
  • [drc_task_common/euslisp/irex_carry_trass] debug the vibration during carrying the trass
  • change push emergency stopper threshold parameter to 100N
  • [drc_task_common] Add imprecise scheduler prototype
  • [drc_task_common/euslisp/irex_carry_trass]add recognition, and debug the refforce estimation
  • modify the timing of recognition
  • add apply-primitive-dimensions-to-midi-device
  • modify calib-offset-coords parameter
  • [drc_task_common/euslisp/irex_carry_trass/carry-trass.l] modify demo to use pfilter
  • add jaxon-wooden-box-okkake loop
  • receiveing estimated pose from particle filter
  • change new sift template KEEP DRY label
  • Delete anybots-box programs
  • Add maai diff value
  • [drc_task_common/euslisp/irex_carry_trass] modify the pose to carry trass
  • Add interactive marker
  • Change irex demo version for pushing box
  • Merge remote-tracking branch 'koyama/add_irex_koyama_release'
  • add snozawa san commit
  • [drc_task_common/euslisp/irex_carry_trass/carry-trass.l]modify the pose to reach-trass
  • add box-push emergency stopper
  • modify comment out
  • change apc_box name to wooden_box name
  • [irex_carry_trass] update trass
  • [drc_task_common/euslisp] add files to carry trass.
  • add y-or-n-p cancel mode
  • modify head neck-p joint-angle
  • change head neck-p angle and sift-label-coords
  • Merge pull request #1126 from mmurooka/valve-motion-slower [drc_task_common] make slow valve motion a little
  • CMakeLists.txt : clean up install rules
  • CMakeLists.txt remove install FILES plugin_description.xml, which is

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Launch files

Plugins

Recent questions tagged drc_task_common at Robotics Stack Exchange

No version for distro noetic showing indigo. Known supported distros are highlighted in the buttons above.

Package Summary

Tags No category tags.
Version 0.0.4
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/jsk-ros-pkg/jsk_demos.git
VCS Type git
VCS Version 0.0.4
Last Updated 2017-03-15
Dev Status DEVELOPED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

drc_task_common

Additional Links

No additional links.

Maintainers

  • Masaki Murooka

Authors

  • Masaki Murooka

drc_task_common

Introduction

provides drc_task_ common task programs.

Setup

  1. Setup your account allowing sudo without password and keep environmental variable.

It’s required to use socket port 1-1023.

Run following command

$ sudo visudo

And add these lines:

  YOUR_ACCOUNT ALL=(ALL) NOPASSWD:ALL
  Defaults env_keep += "PYTHONPATH"
  Defaults env_keep += "ROS_PACKAGE_PATH"
  Defaults env_keep += "ROS_MASTER_URI"
  

And restart your computer.

  1. speed up roslaunch
sudo patch -u /usr/lib/python2.7/dist-packages/catkin_pkg/packages.py < $(rospack find drc_task_common)/patch/catkin_packages.patch

  1. Set enviroment variable “ROBOT” For example,
   export ROBOT=HRP2JSKNT
   

or

   export ROBOT=JAXON
   

drc_task_common.launch

DEVICE

this program needs

  • 3D mouse (for move t-marker)
  • B-Controll (for some bottuns)
  • Track ball mouse (for move robot head)

DEPEND

$ sudo aptitude install python-pygame
$ sudo pip install fysom
$ sudo aptitude install spacenavd ros-hydro-spacenav-node
$ sudo aptitude install python-urlgrabber

How to launch

You should put two commands in the defferent terminal

roslaunch drc_task_common operator_station_main.launch
roslaunch drc_task_common field_computer_main.launch

How to Use B-Controll Interface

B-Controll provides 2x8 Buttons and 8 bars. This Section Introduces how to use buttons

for more details, please read source codes https://github.com/jsk-ros-pkg/jsk_demos/blob/master/jsk_2015_06_hrp_drc/drc_task_common/scripts/b_control_client.py provides bottun interface

Upper, (1, 2, 3) From the Left,(Box, Cylinder, Torus) Button

Change Transformable Marker Type, for (Box, Cylinder, Torus) Like Objects.

Upper, 4 From the Left, SETPOS Button

Auto Move Robot Before T-Object Marker.(Maybe before 50cm from Objects, But Needs Some Changes)

Upper, 5 From the Left, GOPOS Button

Go Pos From Real Pos To Robot Marker Pos. (Push U8 or D8 to Select)

Upper, 6 From the Left, Save Button

SAVE CURRENT OBJECT POSE(for moving object)

Upper, 7 From the Left, TOGGLE Button

Not Used

Lower, 1 From the Left, APPROACH Button

Change IK mode

  • None (Simply solve IK with the coords)
  • Reach (Solve IK to Reach object coords)
  • Release (Solve IK to Release object) current mode is displayed on rviz.

Lower, 2 From the Left, Mode Button

Change Marker Setting Mode,

  • autoset (object will be set by click b-box)
  • manuset (manual set object with 3d mouse)

File truncated at 100 lines see the full file

CHANGELOG

Changelog for package drc_task_common

0.0.4 (2017-03-15)

  • remove jsk_pcl_ros from generate_messages
  • Migrate srv files from jsk_pcl_ros to jsk_recognition_msgs see
  • Stop using deprecated jsk_topic_tools/log_utils.h see
  • [drc_task_common] Add VIEWER options to toggle using rviz or not. Default behaviors are not changed.
  • [drc_task_common] Add input_cloud arg to valve detection launch
  • [drc_task_common] Add valve detection parameter arguments, which do not change default behavior.
  • [conservative_detection.launch] add simulation setting
  • [jaxon_demo] fix euslisp for simulation
  • [drc_task_common] add stair model to drc-testbed-models.l
  • [drc_task_common] add hrp2 demo of walking down blocks
  • [jsk_2015_06_hrp_drc/drc_task_common/euslisp/test-drc-terrain-walk.l] Update hrp2jsk stair function.
  • [jsk_2015_06_hrp_drc/drc_task_common/euslisp/drc-testbed-models.l] Separate block model method as function to reuse it.
  • add launch and launch with glc is optional behavior
  • [drc_task_common] Add valve_model for conservative valve detection
  • [drc_task_common] no-UI valve rotation and opening door
  • [drc_task_common] Add /map frame_id
  • remove old dynamic_reconfigure.parameter_generator, now everything runnning with catkin
  • remove depends to rosbuild/mk
  • gen_reconfigure_msg did not work propery on travis
  • Contributors: Juntaro Tamura, Kei Okada, Kentaro Wada, Ryohei Ueda, Shunichi Nozawa, Yohei Kakiuchi, Eisoku Kuroiwa, Iori Kumagai

0.0.3 (2016-02-11)

  • [robot_model.launch] use upstream launch file
  • [robot-util.l] add jaxon_jvrc in robot-file
  • [drc_task_common/euslisp/irex_carry_trass] Set red color for trass interactive marker
  • [drc_task_common/euslisp/irex_carry_trass] Test large step stride while trass demo walking.
  • [drc_task_common/irex-large-box] Reduce initialization time by k-kimura.
  • [drc_task_common/irex_carry_trass] Add viewer title and reduce unnecessary sleep by rkoyama.
  • [drc_task_common/euslisp/irex_carry_trass] Add argument to skip recog&gopos.
  • [drc_task_common/euslisp/irex-large-box] Add resizing of irt viewer
  • [drc_task_common/euslisp/irex-large-box] Update for sift recog by k-kimura and youhei
  • [drc_task_common/euslisp/irex-large-box] Fix via coords for reaching and add setting of time parameter for object turnaround detection for box pushing.(by k-kimura)
  • [drc_task_common/euslisp/irex_carry_trass] Add y-o-n-p for recognition by rkoyama.
  • [drc_task_common/euslisp/irex_carry_trass] Use y-or-n-p instead of read-line
  • [drc_task_common/euslisp/irex_carry_trass] Fix gopos value and rename function
  • [drc_task_common/euslisp/irex_carry_trass] debug the vibration during carrying the trass
  • change push emergency stopper threshold parameter to 100N
  • [drc_task_common] Add imprecise scheduler prototype
  • [drc_task_common/euslisp/irex_carry_trass]add recognition, and debug the refforce estimation
  • modify the timing of recognition
  • add apply-primitive-dimensions-to-midi-device
  • modify calib-offset-coords parameter
  • [drc_task_common/euslisp/irex_carry_trass/carry-trass.l] modify demo to use pfilter
  • add jaxon-wooden-box-okkake loop
  • receiveing estimated pose from particle filter
  • change new sift template KEEP DRY label
  • Delete anybots-box programs
  • Add maai diff value
  • [drc_task_common/euslisp/irex_carry_trass] modify the pose to carry trass
  • Add interactive marker
  • Change irex demo version for pushing box
  • Merge remote-tracking branch 'koyama/add_irex_koyama_release'
  • add snozawa san commit
  • [drc_task_common/euslisp/irex_carry_trass/carry-trass.l]modify the pose to reach-trass
  • add box-push emergency stopper
  • modify comment out
  • change apc_box name to wooden_box name
  • [irex_carry_trass] update trass
  • [drc_task_common/euslisp] add files to carry trass.
  • add y-or-n-p cancel mode
  • modify head neck-p joint-angle
  • change head neck-p angle and sift-label-coords
  • Merge pull request #1126 from mmurooka/valve-motion-slower [drc_task_common] make slow valve motion a little
  • CMakeLists.txt : clean up install rules
  • CMakeLists.txt remove install FILES plugin_description.xml, which is

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Launch files

Plugins

Recent questions tagged drc_task_common at Robotics Stack Exchange