GithubHelp home page GithubHelp logo

Comments (11)

baalexander avatar baalexander commented on June 24, 2024

+1

from rosbridge_suite.

jihoonl avatar jihoonl commented on June 24, 2024

+1

On Mar 13, 2013, at 5:53 AM, Brandon Alexander [email protected] wrote:

+1


Reply to this email directly or view it on GitHub.

from rosbridge_suite.

odestcj avatar odestcj commented on June 24, 2024

The status quo will have to remain until a capable and trustworthy maintainer can be found to put a sustainable solution in place.

from rosbridge_suite.

uozuAho avatar uozuAho commented on June 24, 2024

Howdy, I left this as a ticket at kforge (http://kforge.ros.org/rosbridge/trac/ticket/14943), and thought I should add it here too since I'm not sure where rosbridge lives at the moment. I think the following should be added to the readme / wiki:

I got the rosbridge server running on Ubuntu 12.10 with ros groovy using the following commands:

# Go to catkin workspace
cd ~/catkin_ws

# Prepare catkin environment
source devel/setup.bash

# Get current rosbridge suite
cd src
git clone  https://github.com/RobotWebTools/rosbridge_suite.git

# Also get rosauth, a dependency for rosbridge_server
git clone  https://github.com/WPI-RAIL/rosauth.git

# Build and install new packages
cd ..
catkin_make
catkin_make install

# Start the rosbridge web server!
rosrun rosbridge_server rosbridge_websocket

from rosbridge_suite.

baalexander avatar baalexander commented on June 24, 2024

Thanks @uozuAho for the input!

This repository (https://github.com/RobotWebTools/rosbridge_suite) is the correct location for Rosbridge 2.0.

I'm actually working on overhauling the rosbridge documentation on ros.org this weekend. I'll be sure to add your instructions as well.

from rosbridge_suite.

rctoris avatar rctoris commented on June 24, 2024

The debian package for rosbridge_suite is now fixed for all Ubuntu distros in shadow-fixed meaning it should now be as easy as sudo apt-get install ros-groovy-rosbridge-suite once the new debs get pushed out shortly. As @baalexander mentioned, docs should be up shortly! As a side note, a better way of running rosbridge would be to use the launch script: roslaunch rosbridge_server rosbridge_websocket.launch. This will also launch rosapi along with rosbridge.

Thanks for the feedback @uozuAho !

from rosbridge_suite.

baalexander avatar baalexander commented on June 24, 2024

Whoops, I responded too quickly.

The preferable way to install is sudo apt-get install ros-groovy-rosbridge-suite like @rctoris said, unless you're interested in rosbridge development, then the cloning and catkin making described should work.

from rosbridge_suite.

uozuAho avatar uozuAho commented on June 24, 2024

Thanks for the quick responses guys. Looking forward to the new documentation!

from rosbridge_suite.

baalexander avatar baalexander commented on June 24, 2024

The rosbridge documentation has been updated at http://ros.org/wiki/rosbridge_suite, including information for each individual package and tutorials on getting started. The original kForge repository has been removed to avoid future confusion and the Rosbridge 2.0 Protocol Specification document has been converted to Markdown and placed in the GitHub repo.

@uozuAho - your instructions were added to the Developing Rosbridge tutorial.

from rosbridge_suite.

gmadamide avatar gmadamide commented on June 24, 2024

I tried to install rosbridge suite like @baalexander commented but it was not successful. This is what I get
summit@V3:$ sudo apt-get install ros-groovy-rosbridge-suite
[sudo] password for summit:
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Couldn't find package ros-groovy-rosbridge-suite
summit@V3:
$

from rosbridge_suite.

rctoris avatar rctoris commented on June 24, 2024

Based on your GitHub post, it looks like you are using Ubuntu 12.10. ROS Electric is not known to work on anything past Ubuntu 11.10. Furthermore, if you take a look at the command you are using, you are attempting to install a ROS Groovy package which will not work with an Electric installation. rosbridge_suite is written for ROS Fuerte and ROS Groovy.

Based on the output of your command, it looks like you do not have the ROS sources setup on your Ubuntu installation. Check out http://www.ros.org/wiki/groovy/Installation/Ubuntu to see how to set this up on Ubuntu 12.10. If you have do this already, be sure and try sudo apt-get update to refresh your sources list. If all else fails, you can install rosbridge from source using the comments posted in #28 (comment).

from rosbridge_suite.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.