ethz-asl / mav_voxblox_planning

MAV planning tools using voxblox as the map representation.
BSD 3-Clause "New" or "Revised" License
453 stars 135 forks source link

Can not find and add files in in rviz panal !!! #39

Open mechaliomar opened 5 years ago

mechaliomar commented 5 years ago

@helenol Thanks for your respond. I solved that problem by lunching roscore in one terminal and rviz in another terminal. But still have a problem, I cant do the following:

In rviz, select Panels -> Add New Panel and select Planning Panel: I just have the following choices -rviz -rviz_plugin_tutorials

I can't find other files as you mentioned in your post

IMG_20190417_204538 IMG_20190417_204514

yiyongrobotics commented 5 years ago

you should source your workspace, and then setup the rviz.

zhengyu8023 commented 5 years ago

Hello ! Have you solved this problem? I met the same problem.

mechaliomar commented 5 years ago

@zhengyu8023 not yet, I still couldn't solve it

logindiamant commented 5 years ago

In terminal, where you want to run rviz, go to devel folder of mav_voxblox_planning, and run source setup.bash Then run rviz

zhkmxx9302013 commented 5 years ago

the panel is not at here, you should maximize the rviz window, then find the panels on the title bar. image

wntun commented 4 years ago

Yes. have to source first '$ source ~/catkin_ws/devel/setup.bash' before type '$ rviz' in the same terminal.