We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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: ''"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
How to reproduce:
Launch:
First, call:
and when actor is already lying, call:
Currently, just use actions with caution - when actor is lying, call first:
The text was updated successfully, but these errors were encountered: