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

Where are map_creator/WorkSpace.h map_creator/capability.h? #27

Open
kyunghwan opened this issue Oct 24, 2016 · 6 comments
Open

Where are map_creator/WorkSpace.h map_creator/capability.h? #27

kyunghwan opened this issue Oct 24, 2016 · 6 comments

Comments

@kyunghwan
Copy link

Hi. I want to build this project.
But, it has error because map_creator/WorkSpace.h and map_creator/capability.h
where is header file?
Thank you for reading.

@Levi-Armstrong
Copy link

It looks like those should be getting generated from WorkSpace.msg and capability.msg which are located here. Though not sure why you are getting the error; can you post your build output?

@geoffreychiou
Copy link
Contributor

I had the same problem earlier trying to build on Kinetic. Try adding map_creator to the CMakeLists.txt for workspace_visualization under find_package.

find_package(catkin REQUIRED COMPONENTS
    rviz
    map_creator
)

Credit to @Jmeyer1292 for figuring it out.

@shaun-edwards
Copy link
Contributor

@geoffreychiou can you submit a PR?

@jontromanab
Copy link
Contributor

Hello @geoffreychiou ... It seems that you are having some problems building Reuleaux. I still have not looked into Kinetic yet. But on Indigo it should work fine. About the map_creator/WorkSpace.h and map_creator/capability.h files they are automatically generated during the build process. Can you please provide some of your build errors you are having. Then may be I can help. Thank you @Levi-Armstrong

@Kaushik093
Copy link

Kaushik093 commented Jul 14, 2022

How do I add the workspace_visualizatition tab in rviz ? I am using ros noetic on ubuntu 20.04
After I click on add new display it is not shown in the list

@liyuping0906
Copy link

@Kaushik093 hello,Can you please show I how to compile reuleaux successfully on ubuntu20.04? I've tried for a long time and have not succeeded.

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

7 participants