roboware installation step record

Things needed for python

// An highlighted block
sudo apt-get install python-pip
sudo python -m pip install pylint

Go online and download roboware to a certain folder to prepare

I can download
a web disk link given by a blogger here.
Link: https://pan.baidu.com/s/1mnzK7JOV0u0WBd7PFHPf4A
web disk link
Password: r1lw

I put this blog post in the first one of references.

For example, I installed it in the Downloads folder and
then entered the file and opened the terminal to run the following code

// An highlighted block
sudo dpkg -i roboware-studio_1.2.0-1524709819_amd64.deb

If it succeeds, everything will be fine, but I encountered an episode

Recently, when trying to install RoboWare Studio on my Ubuntu computer, I encountered the following error:

When the .deb file is downloaded, execute

// An highlighted block
sudo dpkg -i XXXXXXXX_amd64.deb

If you encounter the following error:

// An highlighted block
Package libgconf-2-4 is not installed

That is to say, this support item is
missing. Just execute the following command to install the missing dependencies, and you can continue.

// An highlighted block
sudo apt-get install -f

Finally, open the terminal and enter roboware-studio to open the software! ~~~~~ I
also hope that everyone will support the one-click three-link ros learning journey has just begun!
Looks like this
Insert picture description here

Guess you like

Origin blog.csdn.net/weixin_42001184/article/details/115314037