Skip to content

Commit

Permalink
add port option for multi_image_viewer
Browse files Browse the repository at this point in the history
  • Loading branch information
knorth55 authored and jsk-fetchuser committed Jun 24, 2020
1 parent 4ac614d commit d148ec5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rwt_image_view/www/js/multi_image_viewer.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ $(function() {


var ros = new ROSLIB.Ros();
ros.install_config_button("config-button");
ros.install_config_button("config-button", true, 9090);

ros.on("connection", function() {
ros.getTopicsForType('sensor_msgs/Image', function(image_topics) {
Expand Down

0 comments on commit d148ec5

Please sign in to comment.