ros_pybullet_interface icon indicating copy to clipboard operation
ros_pybullet_interface copied to clipboard

important files are not installed

Open christian-rauch opened this issue 3 years ago • 0 comments

Most packages (and their dependencies) are missing install commands for launch files etc. This prevents running packages from an install space .

The following should work:

catkin config --install
catkin build
source install/setup.bash
roslaunch rpbi_examples basic_example_kuka_lwr.launch

but fails with:

RLException: [basic_example_kuka_lwr.launch] is neither a launch file in package [rpbi_examples] nor is [rpbi_examples] a launch file name

This will be required for a bloom release and a port to ROS2 since colcon only creates the install space.

christian-rauch avatar Apr 12 '22 18:04 christian-rauch