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

AutodockActionGoal not working #16

Open
Dan07567 opened this issue Feb 14, 2023 · 2 comments
Open

AutodockActionGoal not working #16

Dan07567 opened this issue Feb 14, 2023 · 2 comments

Comments

@Dan07567
Copy link

I was trying to use follow the instructions for the Mock Robot, when I encountered the following error as I was using the command line "rostopic pub /autodock_action/goal autodock_core/AutoDockingActionGoal {} --once" The error messages are as follows:
autodock testing failed 2
autodock testing failed

Any tips on this scenario?

@youliangtan
Copy link
Contributor

By briefly inspecting your terminal printouts, i dont see any rostopics that are relevant to the /autodock_action.... Not sure if the auto_dock_node is actually running.

Also to check if the ros msg definition is available in your env, simply do rosmsg list | grep autodock

@JosefGst
Copy link

this worked for me:

rostopic pub /autodock_action/goal autodock_core/AutoDockingActionGoal "header:
  seq: 0
  stamp:
    secs: 0
    nsecs: 0
  frame_id: ''
goal_id:
  stamp:
    secs: 0
    nsecs: 0
  id: ''
goal:
  docking_waypoint: ''" --once

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants