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

fetch_teleop praram clarification #49

Open
ruffsl opened this issue Nov 11, 2016 · 0 comments
Open

fetch_teleop praram clarification #49

ruffsl opened this issue Nov 11, 2016 · 0 comments

Comments

@ruffsl
Copy link
Contributor

ruffsl commented Nov 11, 2016

It took me a bit to realize I wasn't referencing the param for the fetch_teleop node correctly. It wasn't until I looked again at the source as well as a launch file in startup that I realized I wasn't using the Teleop Component namespace prefix. Could this be better documented, say in that package or teleop page?

e.g:

  <node name="teleop" pkg="fetch_teleop" type="joystick_teleop">
-    <param name="button_deadman" value="4"/>
+    <param name="base/button_deadman" value="4"/>
  </node>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants