ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version
  1. nav2djs will work with any robot that utilizes the standard navigation stack which includes the turtlebot. You would need to change the name of the server to match that of the turtlebot and launch the turtlebot's navigation nodes (not sure which they are I don't use the turtlebot), robot_pose_publisher, and rosbridge_websocket as defined in the tutorial.

    1. I see no reason web_video_server can't launch with amcl_demo. Multiple ROS nodes can utilize the same topics without any 'dependency' issues. That's one of the core beauties of ROS! :) If you try and launch the node twice (e.g., if amcl already launched map_server), then you don't need to launch it again since it is already running.
  1. nav2djs will work with any robot that utilizes the standard navigation stack which includes the turtlebot. You would need to change the name of the server to match that of the turtlebot and launch the turtlebot's navigation nodes (not sure which they are I don't use the turtlebot), robot_pose_publisher, and rosbridge_websocket as defined in the tutorial.

    1. I see no reason web_video_server can't launch with amcl_demo. Multiple ROS nodes can utilize the same topics without any 'dependency' issues. That's one of the core beauties of ROS! :) If you try and launch the node twice (e.g., if amcl already launched map_server), then you don't need to launch it again since it is already running.