• Alan Timm posted an update 9 years ago

    • Show all comments ( )
    • Great work, superb work full of fluidity,. Gestures follow like water in a river.
      Friendly
      Sy.

    • Looks great!

    • A very late comment to your great work using ROS in conjonction with InMoov.
      I had shared your great video on my Google+ page right after you posted it.
      Thanks for your video, I really enjoyed looking at InMoov moving so gracefully.

    • Hi Alan
      Just made first steps with ROS and found the github-links. So I have inmoov_model-master.zip and inmoov_ros-master.zip
      Can you point me to a tuto where to place the files and probably even make it run?

      • Hey Juerg, Firstly, follow all the tutorials to install and set up ROS. Then, you should be able to follow the README.md from here:
        https://github.com/alansrobotlab/inmoov_ros/tree/master

        After you get everything set up, you’ll most likely want to run the urdf model in rviz, using this command:
        roslaunch inmoov_description display.launch #launches rviz

        I’ll be posting another update within the next couple of weeks to keep github in sync with my latest.

        Alan

        • Thanks Alan
          Started the beginners tutorial and had a look at your linked tuto.
          As I just recently installed ROS I got the kinetic version. Looks like I have to wait for a fitting Moveit version. But as the package looks rather big and complex I will anyway need to work myself through all the tutorials first.

          • Yep, I have a new SSD with Ubuntu 16.04 LTS and ROS Kinetic waiting for MoveIt to be released. They’re very close to their first release. Until then, you will have some time to familiarize yourself with the core ROS concepts, go through the tutorials, and control the urdf model in rviz.

            If you haven’t found it already, Jason has published his Gentle Introduction to ROS online as pdf for free. https://cse.sc.edu/~jokane/agitr/

            • Hi Allen
              Spent some time to try to make inmoov run with kinetic . Found a few issues with scripts (renamed .py file, missing include vector, boost shortcomings but was finally able to run setup_parameters.py
              As I run unbunto on my PC in a VirtualBox I assume it is correct that the servobus.launch complains about missing ports.
              trying to run rviz tells me that I need to pass in a ‘model’ argument. Figured out this would be an urdf reference but I am currently stuck on that.

            • Hey juerg,

              I haven’t moved everything to ROS Kinetic yet, but I’ll keep an eye out for the issues you’ve shared.

              Unfortunately, the glue code in the ROS stack that I’ve published will only work with my robot, but it is a great starting point to integrate ROS into your bot.

              You should be able to run the urdf model in rviz, then write python programs to manipulate the model until you have integrated the stack with your own bot.

              You are correct, you need to pass the model parameter in to display.launch. I’ll push an update today that has a default so it can be run without arguments.

              You may find it easier to get ahold of me from my facebook page
              https://www.facebook.com/alansrobotlab

              Thanks!

              Alan

    • Nice work Alan,

      Any idea when you will be releasing the demo? I’d love to try it out