ros-industrial / industrial_training

ROS-Industrial Training Material
https://industrial-training-master.readthedocs.io
Apache License 2.0
423 stars 236 forks source link

Additional apt packages were needed in Exercise 4 and Demo 1 #232

Open y-yosuke opened 5 years ago

y-yosuke commented 5 years ago

I did "ROS Industria Training" from the beginninng to Demo2 with the Virtual Machine Configuration (VirtualBox / ROS kinect).

In Exercise 4 and Demo 1, 3 packages were additionally needed before those builds.

  1. "liblapack-dev" package for Exercise 4
  2. "ros-kinetic-manipulation-msgs" and "ros-kinetic-ur-msgs" packages for Demo 1

These might have happend just only in my case. Or if these also happen to other trainees, are there any better solutions like fixing dependencies rather than just doing sudo apt install ... ?

DanielSchimpf commented 5 years ago

I believe for Demo 1 this has been fixed, see: #265