Giter Club home page Giter Club logo

Comments (3)

SM30000 avatar SM30000 commented on July 19, 2024 1

Hello @ravijo,

Sorry for the delay.

Since I'm using ROS Noetic and therefore Python3, I just had to call the scripts echo.py and visualizer.py with Python3 instead of Python2 by editing the first line of the scripts to #!/usr/bin/env python3 and it's working fine right now.

Thank's a lot!

Regards,
Fabian

from ros_openpose.

ravijo avatar ravijo commented on July 19, 2024

Hello @SM30000

I am glad that you find it useful.

Yeah, you are right. The visualizer.py and echo.py are somehow unable to work as expected.

After OpenPose v1.6, I couldn't check the code with newer versions so far. But as you said, the OpenPose standalone works without any issue, so together we need to find out the culprit. Therefore, I am looking for your kind support in this matter.

Luckily, it is possible to disable visualizer.py and echo.py by command line. Can you please execute the following command-

roslaunch ros_openpose run.launch camera:=realsense skeleton:=false print:=false

Furthermore, I would like you to manually invoke realsenese camera to see if it is all right. To do so, kindly print the color, depth and camera info topics as suggested in the instructions below:

Color Topic

rostopic echo /camera/color/image_raw

Depth Topic

rostopic echo /camera/aligned_depth_to_color/image_raw

Camera Info. Topic

rostopic echo /camera/color/camera_info

ros_openpose uses these 3 information from the realsense camera. It passes the color image to OpenPose and then uses depth + camera info to compute cartesian coordinates in 3 dimensions.

Therefore, it is necessary above 3 rostopic echo command must print something in the terminal. Please use Ctrl + C to stop these echo commands.

Let me know the outcome, please.

from ros_openpose.

ravijo avatar ravijo commented on July 19, 2024

@SM30000

Glad you made it work 👍

from ros_openpose.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.