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

Updated launchfiles for pepper 2.9.6 version #59

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"cmake.configureOnOpen": true
}
4 changes: 4 additions & 0 deletions pepper_bringup/launch/pepper_full.launch
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
<arg name="network_interface" default="eth0" />

<arg name="namespace" default="$(optenv ROS_NAMESPACE pepper_robot)" />
<arg name="user" default="" />
<arg name="password" default="" />

<!-- naoqi driver -->
<include file="$(find naoqi_driver)/launch/naoqi_driver.launch">
Expand All @@ -15,6 +17,8 @@
<arg name="roscore_ip" value="$(arg roscore_ip)" />
<arg name="network_interface" value="$(arg network_interface)" />
<arg name="namespace" value="$(arg namespace)" />
<arg name="user" value="$(arg username)" />
<arg name="password" value="$(arg password)" />
</include>

<!-- launch pose manager -->
Expand Down