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

[naoqi_driver_py] disable odom with param #58

Closed
wants to merge 1 commit into from

Conversation

Naoki-Kameyama
Copy link
Contributor

disable odometry with param

get arg from launch file

Because I'd like to test visual SLAM.

@@ -77,6 +77,7 @@ def __init__(self):

# use sensor values or commanded (open-loop) values for joint angles
self.useJointSensors = rospy.get_param('~use_joint_sensors', True) # (set to False in simulation!)
self.enableOdometry = rospy.get_param('~enable_odometry', True)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

enable_odometry? use_odometry? not sure which is better..

disable odometry with param

get arg from launch file
@Naoki-Kameyama
Copy link
Contributor Author

Thank you for your comment.
I fixed my PR.

@k-okada
Copy link
Member

k-okada commented Sep 2, 2016

lgtm, waiting for another +1 for few days

@yoneken
Copy link
Contributor

yoneken commented Sep 4, 2016

+1
This PR helps me!

@k-okada
Copy link
Member

k-okada commented Sep 5, 2016

thank you , committed with modified version #59

@k-okada k-okada closed this Sep 5, 2016
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

Successfully merging this pull request may close these issues.

3 participants