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

saintdere's profile - activity

2021-09-11 19:31:46 -0500 received badge  Famous Question (source)
2021-07-26 10:49:11 -0500 received badge  Famous Question (source)
2021-05-05 10:12:24 -0500 received badge  Student (source)
2021-03-23 04:03:28 -0500 received badge  Famous Question (source)
2021-03-23 04:03:28 -0500 received badge  Notable Question (source)
2021-01-11 22:55:43 -0500 received badge  Notable Question (source)
2020-12-21 02:42:18 -0500 received badge  Notable Question (source)
2020-07-21 04:03:02 -0500 received badge  Famous Question (source)
2020-07-21 04:03:02 -0500 received badge  Notable Question (source)
2020-07-21 02:13:43 -0500 edited question Can't establish connection to Web Server using rosbridge

Can't establish connection to Web Server using rosbridge I have created a simple HTML page to control the movement of a

2020-07-21 02:13:33 -0500 edited question Can't establish connection to Web Server using rosbridge

Can't establish connection to Web Server using rosbridge I have created a simple HTML page to control the movement of a

2020-06-25 06:16:37 -0500 commented question RVIZWeb not starting properly

i have cloned the rviz folder according to the instructions. when i open the http://localhost:8001/rvizweb/www/index.htm

2020-06-25 06:16:20 -0500 commented question RVIZWeb not starting properly

when i open the http://localhost:8001/rvizweb/www/index.html webpage, mine is empty. Does your show anything?

2020-06-18 17:57:10 -0500 received badge  Popular Question (source)
2020-06-18 03:56:31 -0500 commented question RVIZWeb not starting properly

I am facing the same problem as well, please let me know if you figure out the solution

2020-06-18 02:35:47 -0500 commented answer Real-time map generate on web like a Rviz

The mjpeg_server is from this but isn't it deprecated? And you use this for turtlebot3 in gazebo right? So you run those

2020-06-18 02:25:58 -0500 commented answer Real-time map generate on web like a Rviz

The mjpeg_server is from this? but isn't it deprecated? And you use this for turtlebot3 in gazebo right? So you run thos

2020-06-17 05:06:26 -0500 commented question Error displaying URDF in webpage

Thank you.. but the problem in my original question is still the same. The URDF model is not loading where it is suppose

2020-06-17 04:02:34 -0500 edited question Error displaying URDF in webpage

Error displaying URDF in webpage I am following this tutorial on visualizing a URDF in a webpage. All of the commands ar

2020-06-17 03:42:41 -0500 commented question Error displaying URDF in webpage

I have cloned the package pr2_description, but I do not know which file specifically to add the dummy link into - there

2020-06-16 07:07:43 -0500 received badge  Famous Question (source)
2020-06-16 05:01:20 -0500 commented question Error displaying URDF in webpage

I haven't tried it yet because I'm not using a model / I don't know where to find the model that the tutorial is using

2020-06-16 04:34:49 -0500 commented question Error displaying URDF in webpage

Sorry, tried what exactly?

2020-06-16 04:29:44 -0500 asked a question Error displaying URDF in webpage

Error displaying URDF in webpage I am following this tutorial on visualizing a URDF in a webpage. All of the commands ar

2020-06-16 02:28:05 -0500 commented answer Real-time map generate on web like a Rviz

I have cloned those, but what are the commands you run in terminal?

2020-06-12 02:37:25 -0500 commented answer Real-time map generate on web like a Rviz

What commands are needed to display the robot's position on the map? When I run the page, the square where the map shoul

2020-06-12 02:25:24 -0500 commented answer What is the best way to monitor and Remote control the Robot from Tablet?

could this be used for a turtlebot in gazebo as well? just the mapping/camera to be displaying in the web interface

2020-05-27 01:59:10 -0500 received badge  Popular Question (source)
2020-05-19 01:55:29 -0500 received badge  Famous Question (source)
2020-05-15 05:57:14 -0500 commented question Is the pr2_gazebo package released for melodic?

It is released but I do not know how to install it.

2020-05-15 05:57:14 -0500 received badge  Commentator
2020-05-12 03:00:21 -0500 received badge  Popular Question (source)
2020-05-08 07:12:35 -0500 asked a question Is the pr2_gazebo package released for melodic?

Is the pr2_gazebo package released for melodic? I can't seem to find any installation steps for the pr2_gazebo package

2020-05-08 07:03:40 -0500 asked a question Twist Messages to move Turtlebot

Twist Messages to move Turtlebot Does anyone have any examples on Twist messages that move a Turtlebot? I'm currently fo

2020-04-29 04:53:07 -0500 marked best answer Can't establish connection to Web Server using rosbridge

I have created a simple HTML page to control the movement of a simulated Gazebo Turtlebot using roslaunch rosbridge_server rosbridge_websocket.launch following this tutorial. However, in the Web Console of the HTML page (F12) it shows the error "Firefox cant establish a connection to the server at ws://localhost:9090/." I am using the default rosbridge for the websocket(9090). In the Terminal I am also receiving the errors:

[-] failing WebSocket opening handshake ('WebSocket connection denied: origin 'null' not allowed') 

[-] dropping connection to peer tcp4:127.0.0.1:41290 with abort=False: WebSocket connection denied: origin 'null' not allowed.

Running ROS Melodic on Ubuntu 18.04

2020-04-29 04:52:28 -0500 received badge  Popular Question (source)
2020-04-21 03:05:32 -0500 commented question Invoking "make -j12 -l12" failed trying to catkin_make

How do I clean the catkin workspace?

2020-04-21 03:05:08 -0500 received badge  Notable Question (source)
2020-04-20 04:19:22 -0500 received badge  Organizer (source)
2020-04-20 04:19:07 -0500 edited question How to control a physical robot using a web interface

How to control a physical robot using a web interface I would like to know how I could control the movement of a physica

2020-04-20 04:19:07 -0500 received badge  Editor (source)
2020-04-20 04:17:42 -0500 asked a question How to control a physical robot using a web interface

How to control a physical robot using a web interface I would like to know how I could control the movement of a physica

2020-04-14 04:03:57 -0500 commented answer How to connect Turtlebot in Gazebo to a Web Interface

Thank you very much for your help. I would just like to ask what is the roswww package used for?

2020-04-14 04:02:13 -0500 marked best answer How to connect Turtlebot in Gazebo to a Web Interface

I would like to create a web interface (website) using HTML/Bootstrap to control the movement of a Turtlebot in Gazebo. I have tried many tutorials but none of them have worked (most of the tutorials are dated a few years back). Does anyone have any tips on how to do this?

I'm currently using Ubuntu 18.04 with ROS Melodic, Gazebo v9, Turtlebot3.