-
Notifications
You must be signed in to change notification settings - Fork 121
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
how to run this program? #12
Comments
Hello,@cuiyubo,I'm compiling this project recently,but when I Linking CXX executable catkin_ws/devel/lib/ipa_room_exploration/room_exploration_server,I have encountered some errors look like this: 楼主您好,我在编译ipa_room_exploration这个包的时候遇到了一些问题想请教你一下。我在链接room_exploration_server可执行文件的时候遇到了关于GRBModel一些未定义引用的问题,看起来像是一些lib没有链接上。我用的是Cbc-2.9.8版本的包还有gurobi 702版本的包来进行编译的,Cbc-2.9.8我没有安装在urs/目录下面,而是在外部编译,修改了PKG_CONFIG_PATH变量导入,gurobi是安装在了opt文件夹下面。所以我想请教你一下:你是用了哪些版本的包进行编译的呢?具体的安装位置是什么地方呢?希望能够得到您的指点,不胜感谢!! |
@Irving87 I'm sorry to tell you that I gave up using this code long ago, and I even deleted them from my computer. I just remember that I built them in a workspace for catkin, and used |
@3bobo Thank you for your reply, these information may be very useful to me,thanks a lot! |
Hello, I had a problem with Cbc library, I tried to install it like third-party lib. sudo apt-get install ros-kinetic-cob-extern roslaunch ipa_room_exploration room_exploration_action_server.launch |
@daalexan Thank you for the answer. My previous question was that I haven't installed the |
OpenCV version 2.4.9.1 |
I think moving the robot should work (at least worked for a colleague who used a robot with standard move base interface) when activating this option: autopnp/ipa_room_exploration/ros/launch/room_exploration_action_server_params.yaml Line 34 in b432c80
Otherwise, take the returned path from the response message and execute it with your robot. |
For the displayed path in RViz I guess, that the lines through occupied space just connect two path points before and after the occupied area with a straight line, so this is just a problem of visualization, not path planning. |
|
How to install the package in linux? |
Dear Sidharth, We have moved our packages to the repository https://github.com/ipa320/ipa_coverage_planning which should also work well with current ROS versions. Please try that one out whether it works for you. Thanks and best regards, |
|
The client is just an example, it is not meant that you use it for regular operation. There you send service requests to the server which e.g. could just access the map server's /map topic directly. However, the client gives you code that shows how you can do that: https://github.com/ipa320/ipa_coverage_planning/blob/noetic_dev/ipa_room_segmentation/ros/src/room_segmentation_client.cpp |
hi, your work is nice. thus I want to have a try . I have maked this successfully, but I'm failed to have the result as you show in ros wiki
I first
roslaunch ipa_room_segmentation room_segmentation_action_server.launch
androslaunch ipa_room_segmentation room room_segmentation_action_client.launch
,and then
roslaunch ipa_room_exploration room_exploration_action_server.launch
androslaunch ipa_room_exploration room_exploration_client.launch
but I get this:
segmentation:
exploration:
how to get the result as you show in the ros wiki page ?
thanks for your help! and Sorry for mistaking the place of this issue first time!
The text was updated successfully, but these errors were encountered: