-
Notifications
You must be signed in to change notification settings - Fork 47
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
[pepper_robot] disable odom with param #26
base: master
Are you sure you want to change the base?
[pepper_robot] disable odom with param #26
Conversation
closing/opening to trigger new travis job |
I think we have to release naoqi_bridge |
yes we'll need to wait for naoqi_bridge to be released indeed. |
thanks @Naoki-Kameyama |
f233062
to
00bfd61
Compare
@@ -3,6 +3,7 @@ | |||
<arg name="nao_ip" default="$(optenv NAO_IP 127.0.0.1)" /> | |||
<arg name="nao_port" default="$(optenv NAO_PORT 9559)" /> | |||
<arg name="namespace" default="pepper_robot" /> | |||
<arg name="use_odometry" default="True" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Naoki-Kameyama Is this should be true
instead of True
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for pointing it out, it seems that the same comment made by @k-okada a few days ago doesn't show up on this PR so thanks for reposting it.
00bfd61
to
cbe20da
Compare
Thank you for pointed. |
This PR is required to release naoqi_bridge ros-naoqi/naoqi_bridge#59. |
His claim is seems to be satisfied now! ros/rosdistro#12759 |
what about extending this config file and then set the parameter manually once vslam is available? |
any updates on this? |
@Karsten1987 I did not get your point (extending the config file, which is in a different project). Otherwise, lgtm |
@nlyubova same thing as #37 (comment), this new argument should be added to naoqi_driver.launch |
I would agree with @Karsten1987 about the confi file and this is already a parameter in this config file in Naoqi Driver. And here you propose to pass it as a parameter in a launch file to the same Naoqi Driver, so it means that in Naoqi Driver there are will be at least two entries for this parameter (in a launch file and in a config file), so I am not sure if it is a good option or not. @suryaambrose do you think it is ok? |
Because I'd like to use Visual SLAM with Pepper.
Pleas merge this PR after ros-naoqi/naoqi_bridge#58