Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
U2IS
husky-ensta
Commits
a933d756
Commit
a933d756
authored
Mar 11, 2020
by
Chris Iverach-Brereton
Browse files
Fix a deprecation warning about the joint state publisher's gui
parent
fb65f95f
Changes
2
Hide whitespace changes
Inline
Side-by-side
husky_viz/launch/view_model.launch
View file @
a933d756
...
...
@@ -10,9 +10,8 @@
<arg
name=
"kinect_enabled"
value=
"$(arg kinect_enabled)"
/>
</include>
<node
name=
"joint_state_publisher"
pkg=
"joint_state_publisher"
type=
"joint_state_publisher"
>
<param
name=
"use_gui"
value=
"true"
/>
</node>
<node
name=
"joint_state_publisher"
pkg=
"joint_state_publisher"
type=
"joint_state_publisher"
/>
<node
name=
"joint_state_publisher_gui"
pkg=
"joint_state_publisher_gui"
type=
"joint_state_publisher_gui"
/>
<node
name=
"rviz"
pkg=
"rviz"
type=
"rviz"
args=
"-d $(find husky_viz)/rviz/model.rviz"
/>
...
...
husky_viz/package.xml
View file @
a933d756
...
...
@@ -23,6 +23,7 @@
<run_depend>
husky_description
</run_depend>
<run_depend>
joint_state_publisher
</run_depend>
<run_depend>
robot_state_publisher
</run_depend>
<run_depend>
joint_state_publisher_gui
</run_depend>
<run_depend>
rviz
</run_depend>
<run_depend>
rviz_imu_plugin
</run_depend>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment