Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

other task requested during execution of a task that is not terminatable immediately blocks any further actions #26

Open
rayvburn opened this issue Feb 12, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@rayvburn
Copy link
Owner

rayvburn commented Feb 12, 2022

How to reproduce:

Launch:

roslaunch hubero_bringup_gazebo_ros example.launch world:=parking rviz:=false

First, call:

rostopic pub --once /hubero/actor4/task/lie_down/goal hubero_ros_msgs/LieDownActionGoal "header:
  seq: 0
  stamp:
    secs: 0
    nsecs: 0
  frame_id: 'world'
goal_id:
  stamp:    
    secs: 0
    nsecs: 0
  id: ''
goal:
  frame: 'world'
  pos:
    x: 3.5
    y: 6.0
    z: 0.0
  yaw: 0.0"

and when actor is already lying, call:

rostopic pub --once /hubero/actor4/task/move_to_goal/goal hubero_ros_msgs/MoveToGoalActionGoal "header:
  seq: 0
  stamp:
    secs: 0
    nsecs: 0
  frame_id: 'world'
goal_id:
  stamp: now
  id: ''
goal:
  frame: 'world'
  pos:
    x: 5.50
    y: 6.0
    z: 0.0"

Currently, just use actions with caution - when actor is lying, call first:

rostopic pub --once /hubero/actor4/task/lie_down/cancel actionlib_msgs/GoalID "stamp:
  secs: 0
  nsecs: 0
id: ''" 
@rayvburn rayvburn added the enhancement New feature or request label Feb 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant