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

No POSE FEEDBACK #1

Open
m-kzein opened this issue Jul 8, 2019 · 1 comment
Open

No POSE FEEDBACK #1

m-kzein opened this issue Jul 8, 2019 · 1 comment

Comments

@m-kzein
Copy link

m-kzein commented Jul 8, 2019

There is no pose messages published to the topic "/pose", which makes the drone goes to open loop when a goal way point is provided.

@DentOpt
Copy link
Collaborator

DentOpt commented Aug 6, 2019

Hello Mohammad,

practically the pose topic of DENMPC and the TUM simulator have to be matched.
You can check which pose topic is published by the TUM simulator with

rostopic list -v

You can adjust which pose topic is subscribed from DENMPC by changing the topic name via the method
setStateSubscriberRosTopicName(...);
You can see a commented example in line 47 of
user_scenarios/scenario.cpp
/src/user_generated/Ardrone_20170227.cpp)
Another possibility is to use the topic remapping capabilities of ROS.

If you want to first get familiar with a working example, there is a turtlebot tutorial available:
https://github.com/DentOpt/denmpc/tree/tutorial_turtlesim

Does this help you?

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