Skip to content

FAQs and references

Angad Sharma edited this page Jun 12, 2019 · 2 revisions

FAQs and References

Some material to help you get a smooth developer journey with the application



Sample .env file

TOKEN=dshfisdbfbsdkfbjkdsbfjdsbfjb
ORGANIZATION=CodeChefVIT
REDIS_URL=redis://localhost:6379

File import error tornado.IOLoop

jbinney@h-> rosrun rosbridge_server rosbridge_websocket
Traceback (most recent call last):
  File "/opt/ros/indigo/lib/rosbridge_server/rosbridge_websocket", line 43, in <module>
    from tornado.ioloop import IOLoop
ImportError: No module named tornado.ioloop

Solution Try python -m pip install tornado

Clone this wiki locally