Problem with running omnidrive.py | ROS on robotino3

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • softdegree
    Junior Member
    • Nov 2022
    • 16

    #16
    Is the IP addre3ss of robotino still the same after installing new OS?
    Also, I noticed that I don't see robotino on wifi to connect like I was before.

    Comment

    • softdegree
      Junior Member
      • Nov 2022
      • 16

      #17
      I reset the network setting via the reset button and now WLAN stick does not work...
      Ubuntu does not recognize it anymore as it used to after installing a new OS.
      Also, after installing the new OS WLAN stick only worked for connecting to the wifi for the internet connection. From my smartphone I didn't see robotino web server

      What can I do now?
      Last edited by softdegree; 11-24-2022, 01:49 PM.

      Comment

      • softdegree
        Junior Member
        • Nov 2022
        • 16

        #18
        Update, I typed in terminal this command: sudo ip link set wlan0 up
        The wlan stick started displaying green light but still no available web server on wifi list.

        And on linux settings:




        Comment

        • softdegree
          Junior Member
          • Nov 2022
          • 16

          #19
          Robotino is still not visible on wifi



          Click image for larger version

Name:	Screenshot from 2022-11-24 16-00-36.png
Views:	79
Size:	135.1 KB
ID:	13049

          Comment

          • verbeek
            Administrator
            • Mar 2015
            • 242

            #20
            ubuntu is well documented. have a look how to configure your network in ubuntu.

            Comment

            • softdegree
              Junior Member
              • Nov 2022
              • 16

              #21
              I'll try to do that, but how do I check if REST-API is running and if not, how to run it?

              Comment

              • verbeek
                Administrator
                • Mar 2015
                • 242

                #22
                REST-API is running. You got a response from /data/...

                Comment

                • softdegree
                  Junior Member
                  • Nov 2022
                  • 16

                  #23
                  What else can i check for this error then:
                  [ERROR] [1669292448.345472424]: LaserRangeFinder0 :
                  [ERROR] [1669292448.361515337]: Odometry :
                  [ERROR] [1669292448.418020406]: RobotinoNode :
                  [ERROR] [1669292448.595185592]: Camera0 :​
                  [ INFO] [1669292450.294748775]: Odometry disconnected from Robotino.
                  [ INFO] [1669292450.312024054]: LaserRangeFinder0 disconnected from Robotino.
                  [ INFO] [1669292450.317996018]: RobotinoNode disconnected from Robotino.
                  [ INFO] [1669292450.695068236]: Camera0 disconnected from Robotino.​

                  Comment

                  • verbeek
                    Administrator
                    • Mar 2015
                    • 242

                    #24
                    what is the ros node actually doing? is it using the rest api? look into the sources, make some tests. write your own small testing nodes, programs ...

                    Comment

                    • softdegree
                      Junior Member
                      • Nov 2022
                      • 16

                      #25
                      Dear Verbeek,

                      I managed to set it up today, and got the response from the robot!
                      Let me thank you and apologize to you for asking maybe too many questions.
                      Your last reply made me think and really helped me.

                      For anyone else asking, I removed the robotino_rest_node (which is included in the source) and compiled it like that, and everything works.

                      Comment

                      • verbeek
                        Administrator
                        • Mar 2015
                        • 242

                        #26
                        Cool. Good job.

                        Comment

                        Working...