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

Configuration #5

Open
mpena2099 opened this issue Sep 12, 2018 · 2 comments
Open

Configuration #5

mpena2099 opened this issue Sep 12, 2018 · 2 comments

Comments

@mpena2099
Copy link

Hi!

I'm not sure how to full config the RosWebConsole. My first question is: what is the reference to "resources.robotwebtools.org"? On my code I just changed "demo.robotwebtools.org" to my IP.

So:

tela1
NEW VERSION

tela2
OLD VERSION

I can see the "3D map" on both, but not the "2D map", and the "set goal" control is not working.

Thanks!
Mauricio

@rbonghi
Copy link
Owner

rbonghi commented Jul 14, 2019

Hi @mpena2099 ,

after a lot of time I have totally rewritten my repository and I add new feature to control and config the interface. Now you have a json configuration generator and you can export and load from configuration file.

You can try the interface from: https://rbonghi.github.io/ros_webconsole/ if you have any issue don't hesitate to write me!

This is an example of the file configuration.

{
    "robot": {
        "base_link": "base_link",
        "serverName": "/move_base"
    },
    "ros": {
        "protocol": "http:",
        "server": "localhost.local",
        "wsport": "9090",
        "meshport": "8001"
    },
    "view3D": {
        "background": "#EEEEEE",
        "rate": 10,
        "frame": "map",
        "objects": [  ]
    }
}

@rbonghi rbonghi mentioned this issue Jul 14, 2019
@rbonghi
Copy link
Owner

rbonghi commented Jul 19, 2019

Update, the configuration is stored in ros with workspace "/rwt"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants