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

Add pose subscriber (instead of #26) #27

Open
wants to merge 4 commits into
base: lunar-devel
Choose a base branch
from
Open

Commits on Dec 10, 2015

  1. Added @slremy's changes to add a Pose subscriber. Then I:

    * changed the topic name from 'pose' to 'cmd_pose', for parallelism with 'cmd_vel' (yes, that should probably be 'cmd_twist' instead, but we're not changing that now)
    * added tests for the effects of publishing to cmd_vel and cmd_pose
    gerkey committed Dec 10, 2015
    Configuration menu
    Copy the full SHA
    d92d199 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2015

  1. Added @slremy's changes to add a Pose subscriber. Then I:

    * changed the topic name from 'pose' to 'cmd_pose', for parallelism with 'cmd_vel' (yes, that should probably be 'cmd_twist' instead, but we're not changing that now)
    * added tests for the effects of publishing to cmd_vel and cmd_pose
    gerkey authored and wjwwood committed Dec 11, 2015
    Configuration menu
    Copy the full SHA
    b1d2538 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2015

  1. Configuration menu
    Copy the full SHA
    f8594a4 View commit details
    Browse the repository at this point in the history
  2. Add PoseStamped subscriber

    gerkey committed Dec 16, 2015
    Configuration menu
    Copy the full SHA
    f94cb5a View commit details
    Browse the repository at this point in the history