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

avoid ROS environment requirement via roslibpy #16

Open
jf--- opened this issue Jun 17, 2019 · 2 comments
Open

avoid ROS environment requirement via roslibpy #16

jf--- opened this issue Jun 17, 2019 · 2 comments

Comments

@jf---
Copy link

jf--- commented Jun 17, 2019

What's interesting is that roslibpy offers a viable route of working with ROS without having the requirement of running in a ROS environment. Those environments that work with ROS, -well basically Ubuntu linux- are quite a small subset from those environments that run python well.

I think a powerful use case of this project is having a ROS docker running somewhere, and using jupyter-ros to interface it, without having to create the actual ROS environment.

Might be worth looking into it, or to decide whether a ROS env is a requirement or not

@jf--- jf--- changed the title drop ROS environment requirement via roslibpy avoid ROS environment requirement via roslibpy Jun 17, 2019
@talregev
Copy link

roslibpy is using web sockets with ros bridge. for roslibpy will work, you need also install:
sudo apt install ros-melodic-rosbridge-server
and run:
roslaunch rosbridge_server rosbridge_websocket.launch

This will be wonderful if Jupiter ros will add support in roslibpy because it working inside google colab, not as rospy lib.

@Mayakshanesht
Copy link

but then it is unable to connect to the master node

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

3 participants