jsk-ros-pkg / jsk_visualization

jsk visualization ros packages
https://github.com/jsk-ros-pkg/jsk_visualization
324 stars 173 forks source link

How to install jsk_rviz_plugins? #847

Closed wanglijia666 closed 1 year ago

wanglijia666 commented 2 years ago

Hello, I have downloaded zip through GitHub: https://github.com/jsk-ros-pkg/jsk_visualization, so how can I install jsk_rviz_plugins in the ROS environment of Ubuntu? thank you.

knorth55 commented 2 years ago

please try deb package first.

apt-get install ros-noetic-jsk-rviz-plugins
# or
apt-get install ros-melodic-jsk-rviz-plugins
wanglijia666 commented 2 years ago

I have installed by apt-get, but failed. Can I download zip locally and install it again?

wanglijia666 commented 2 years ago

apt-get install ros-kinetic-jsk-rviz-plugins

k-okada commented 2 years ago

@wanglijia666 do you use ubuntu 16.04?

wanglijia666 commented 2 years ago

yes,ubuntu 16.04

knorth55 commented 2 years ago

I have installed by apt-get, but failed.

What do you mean failed? Can you share us the error log?

wanglijia666 commented 2 years ago

Thank you very much. I solved this problem by changing the source.

k-okada commented 2 years ago

That’s good news . Could you share more detail about the solution. What do you mean by the ‘source’ and how did you change it ?

2022年4月20日(水) 1:04 wanglijia666 @.***>:

Thank you very much. I solved this problem by changing the source.

— Reply to this email directly, view it on GitHub https://github.com/jsk-ros-pkg/jsk_visualization/issues/847#issuecomment-1102828099, or unsubscribe https://github.com/notifications/unsubscribe-auth/AADYNXCSHEV33SPVMTDI5A3VF3KMPANCNFSM5TV7ARYQ . You are receiving this because you commented.Message ID: @.***>

--

◉ Kei Okada

wanglijia666 commented 2 years ago

It may be because the download speed of using the default source is too slow, which leads to unsuccessful Download all the time. After switching the source, it is loaded successfully. sudo apt-get update.