Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Errors in openpose_ros_node.cpp #1

Open
ajdroid opened this issue Nov 21, 2017 · 1 comment
Open

Errors in openpose_ros_node.cpp #1

ajdroid opened this issue Nov 21, 2017 · 1 comment

Comments

@ajdroid
Copy link

ajdroid commented Nov 21, 2017

Hi,

I'm trying to use your openpose ros node and am having some trouble building it.
This is similar to solbach/openpose-ros#1
Specifically, I have:

/home/abhijat/catkin_ws/src/openpose-ros/src/openpose_ros_node.cpp:91:76: error: new initializer expression list treated as compound expression [-fpermissive]
new op::CvMatToOpInput(netInputSize, numScales, (float)scaleGap)
^
/home/abhijat/catkin_ws/src/openpose-ros/src/openpose_ros_node.cpp:91:76: error: no matching function for call to ‘op::CvMatToOpInput::CvMatToOpInput(float)’

It looks like there are some type mismatches. Maybe openpose has changed since this wrapper was created?

I can help fix this if some one can help point to what is wrong. (I'm new to ROS but am fairly confident with C++ and the openpose library itself)

Thanks!

@JunShern
Copy link

JunShern commented Dec 3, 2017

Hi, I'm having the same issue. Did you manage to make any progress on this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants