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

Unable to see all topics? #69

Closed
LukasLundgren96 opened this issue Oct 9, 2020 · 1 comment
Closed

Unable to see all topics? #69

LukasLundgren96 opened this issue Oct 9, 2020 · 1 comment

Comments

@LukasLundgren96
Copy link

LukasLundgren96 commented Oct 9, 2020

I am trying to use the ROS bridge to initiate a docking sequence and can't really figure out how to do it. However when recording the mir_log topic when docking using the MIR web interface I saw some topics that I could not list using rostopic list. This is a message that uses several topics I cannot list. For instance I can not list /MissionController/prompt_user, /MissionController/goal_position_guid etc.

"header:
seq: 2987
stamp:
secs: 1602250435
nsecs: 487521212
frame_id: "mir"
level: 2
name: "/MissionController"
msg: "ActionHandler Found! - ID: docking Type: DockingAction"
file: "../../src/mirMission/src/mission.cpp"
function: "FindHandlerAndSetParameters"
line: 494
topics: [/rosout, /check_area/polygon, /MissionController/CheckArea/visualization_marker,
/MissionController/goal_position_guid, /light_cmd, /move_base/goal, /move_base/cancel,
/tf, /MissionController/prompt_user, /mir_status_msg]"

@mintar
Copy link
Member

mintar commented Nov 26, 2020

You can add any topics that are missing to this list:

https://github.com/dfki-ric/mir_robot/blob/2229f7dac5ebba671fe1e7b991def80585499a18/mir_driver/nodes/mir_bridge.py#L105

However, I don't think this will let us initiate the docking sequence. Instead, I believe we need to use the REST API. Let's continue the discussion at #74!

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

2 participants