Skip to content

Difficulty Setting up AutoDRIVE and establsihing ROS connection #5

Closed Answered by Tinker-Twins
SumeetShanbhag asked this question in Q&A
Discussion options

You must be logged in to vote

Hope our discussion via video call was helpful! Here is a quick review of the discussion:

Following is a list of dependencies for using AutoDRIVE Simulator (tested with AutoDRIVE Simulator 0.2.0) with ROS (tested with ROS Noetic):

  • Websocket-related dependencies for communication bridge between AutoDRIVE Simulator and AutoDRIVE Devkit (version sensitive):

    Package Tested Version
    eventlet 0.33.3
    Flask 1.1.1
    Flask-SocketIO 4.1.0
    python-socketio 4.2.0
    python-engineio 3.13.0
    greenlet 1.0.0
    gevent 21.1.2
    gevent-websocket 0.10.1
    $ pip3 install eventlet==0.33.3
    $ pip3 install Flask==1.1.1
    $ pip3 install Flask-SocketIO==4.1.0
    $ pip3 install python-socketio==4.2.0
    $ pip3 in…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@SumeetShanbhag
Comment options

Answer selected by SumeetShanbhag
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
good first issue Good for newcomers
2 participants